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

#container {
	width: 724px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#top {
	height: 100px;
	width: 662px;
	background-image: url(../art/bg_top_nav.png);
	background-repeat: no-repeat;
	padding-left: 62px;
}
#mid {
	width: 724px;
	background-image: url(../art/bg_mid.png);
	background-repeat: repeat-y;
}
#side_bar {
	width: 200px;
	margin-left: 52px;
	float: left;
	display: inline;
	margin-right: 40px;
	margin-top: 20px;
}
#body {
	float: left;
	width: 380px;
	text-align: left;
}
#end {
	height: 70px;
	width: 724px;
	background-image: url(../art/bg_end.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	font-size: 12px;
	line-height: 18px;
}
#pic {
	height: 200px;
	width: 620px;
	margin-left: 52px;
	margin-right: 52px;
}
.top_nav {
	height: 44px;
	width: 150px;
	float: left;
	margin-top: 36px;
}
#top_nav_active {
	width: 150px;
	float: left;
	margin-top: 36px;
	background-image: url(../art/button_hover.png);
	background-repeat: no-repeat;
	color: #CCCCCC;
	padding-top: 12px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
}
.no_float {
	height: 20px;
	width: 724px;
	clear: both;
}
