@charset "UTF-8";
/* CSS Document */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 800px;
	text-align: center;
}
#top_home {
	height: 48px;
	width: 800px;
	background-image: url(../art/home_image.jpg);
	padding-top: 186px;
	background-repeat: no-repeat;
}
#top_practice {
	height: 48px;
	width: 800px;
	background-image: url(../art/2.jpg);
	padding-top: 186px;
	background-repeat: no-repeat;
}
#top_partners {
	height: 48px;
	width: 800px;
	background-image: url(../art/3.jpg);
	padding-top: 186px;
	background-repeat: no-repeat;
}
#top_news {
	height: 48px;
	width: 800px;
	background-image: url(../art/4.jpg);
	padding-top: 186px;
	background-repeat: no-repeat;
}
#top_contact {
	height: 48px;
	width: 800px;
	background-image: url(../art/5.jpg);
	padding-top: 186px;
	background-repeat: no-repeat;
}
#top_menu {
	width: 530px;
	margin-left: 264px;
	height: 100%;
}
#mid {
	background-image: url(../art/bg_mid.png);
	background-repeat: repeat-y;
	width: 800px;
}
#sidebar {
	float: left;
	width: 195px;
	margin-right: 45px;
	padding-left: 20px;
	margin-top: 20px;
}
#sidebar_top {
	width: 195px;
	color: #069;
	text-align: center;
	height: 60px;
}
#sidebar_mid {
	width: 163px;
	background-image: url(../art/sidebar_mid_bg.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c6c8d0;
	border-bottom-color: #c6c8d0;
	border-left-color: #c6c8d0;
	padding-right: 10px;
	padding-left: 20px;
}
#body {
	float: left;
	width: 500px;
	margin-top: 20px;
}
#clear_float {
	clear: both;
	height: 10px;
	width: 800px;
}
#end {
	background-image: url(../art/bg_end.png);
	background-repeat: no-repeat;
	width: 800px;
	text-align: center;
	padding-top: 36px;
	color: #CCC;
	font-size: 11px;
}
