@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url('../images/bg_body.gif');
}

img {
	border: none;
}

p {
	margin: 5px 10px 5px 10px;
}

h1 {
	font-size: 20px;
	margin-left: 5px;
}

h3 {
	margin: 10px 5px 2px 5px;
}

a {text-decoration: none;}

#wrapper {
	width: 1000px;
	height: 1650px;
	margin: 0 auto 0 auto;
	background: #efeeee;
}

#wrapper div {position: absolute;}

#topbar {
	width: 1000px;
	height: 20px;
	top: 0;
	font-size: 10px;
	color: #efeeee;
	text-align: center;
	background: #000;
}

#topbar p {
	margin: 2px 5px 2px 5px;
}

#header {
	width: 1000px;
	height: 100px;
	top: 20px;
	background: #fff;
}

#nav {
	width: 1000px;
	height: 30px;
	top: 120px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background:url('../images/bg_nav.gif') repeat-x;
}

#content {
	width: 1000px;
	height: 1150px;
	top: 150px;
}

#content select {width: 250px;}

#left {
	width: 250px;
	height: 1150px;
	top: 0;
	background: #313031;
}

#left p {
	margin-bottom: 10px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#left a {
	font-size: 10px;
}

#right {
	width: 750px;
	height: 1150px;
	top: 0;
	left: 250px;
	background: #fff;
}

#sub {
	width: 1000px;
	height: 250px;
	top: 1300px;
	font-size: 12px;
	font-weight: bold;
	color: #313031;
	background:url('../images/bg_sub.gif') repeat-x;
}

#sub ul {list-style-type: none;margin: 5px 5px 2px -25px;}
#sub a:link, #sub a:visited {text-decoration: none;color: #313031;}
#sub a:hover {color: #fff;margin-left: 3px;}

#footer {
	width: 1000px;
	height: 100px;
	top: 1550px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #000;
}
#footer a:link, #footer a:visited {text-decoration: none;color: #fff;}

.header_logo {width: 350px;height: 100px;}
.nav_top {margin: 3px 10px 3px 10px;}
.nav_top a:link, .nav_top a:visited {text-decoration: none;color: #fff;}
.nav_top a:hover {color: #f7df91;}
.nav_shadow {margin: 4px 9px 2px 11px;color: #313031;}
.items {width: 750px;height: 275px;color:#fff;}
.items h2 {margin-left: 10px;}
.items p {margin-left: 10px;}
div.items {clear: left;padding: 0;}
div.items.inactive {display: none;}
.left_box {width: 200px;height: 250px;left: 25px;background:url('../images/bg_left_box.gif') no-repeat;}
.left_box ul {margin: 2px;margin-top:-10px;padding:0;padding-left: 30px;width: 200px;height: 14px;list-style-image:url('../images/bullet_round.png');}
.left_box a:link, .left_box a:visited {font: bold 12px Verdana, Arial, Helvetica, sans-serif;color: #313031;}
.center_content {width: 750px;height: 875px;top: 275px;left: 250px;font-size: 12px;}
.center_content a {font-weight: bold;color: #ffc300;}
.sub_right {width: 200px;height: 200px;left: 750px;top: 25px;background:url('../images/icon_sub.png') no-repeat;}