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

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 58px;
	width: 620px;
	background-image: url(../art/logo_top.png);
	background-repeat: no-repeat;
	padding-top: 26px;
	padding-left: 20px;
}
#top_nav {
	width: 550px;
	float: left;
	background-image: url(../art/bg_top_nav.png);
	background-repeat: no-repeat;
	height: 80px;
	padding-right: 40px;
	padding-left: 50px;
}
#top_sidebar {
	float: left;
	width: 280px;
	background-image: url(../art/bg_sidebar_top.png);
	background-repeat: no-repeat;
	height: 80px;
}
#mid {
	width: 920px;
	background-image: url(../art/bg_mid.png);
	background-repeat: repeat-y;
}
#body {
	width: 550px;
	background-image: url(../art/body_bg.png);
	background-repeat: repeat-y;
	float: left;
	padding-left: 50px;
	padding-right: 40px;
}
#sidebar {
	width: 200px;
	background-image: url(../art/sidebar_bg.png);
	background-repeat: repeat-y;
	float: left;
	padding-left: 30px;
	padding-right: 50px;
}
#end {
	clear: both;
	height: 50px;
	width: 780px;
	background-image: url(../art/bg_end.png);
	background-repeat: no-repeat;
	padding-left: 140px;
	padding-top: 25px;
	color: #999999;
	font-size: 11px;
}
#pic {
	height: 230px;
	width: 550px;
	margin-top: 8px;
	margin-bottom: 30px;
}
.nav {
	float: left;
	width: 183px;
	text-align: center;
	font-size: 14px;
	margin-top: 21px;
}
#nav {
	float: left;
	width: 183px;
	text-align: center;
	font-size: 14px;
	margin-top: 21px;
	background-image: url(../art/nav_down.png);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 12px;
	color: #CCCCCC;
}
.nav a:link, .nav a:visited, .nav a:active {
	text-decoration: none;
	background-image: url(../art/nav_up.png);
	padding-top: 12px;
	display: block;
	background-repeat: no-repeat;
	color: #0072bc;
	height: 36px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.nav a:hover {
	background-image: url(../art/nav_down.png);
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-color: transparent;
}
#end a:link, #end a:visited, #end a:hover, #end a:active {
	color: #999999;
	text-decoration: underline;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#top a:link, #top a:visited, #top a:hover, #top a:active {
	text-decoration: none;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
