/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-color:#CCCCCC;
}

#wrap {
	width: 766px;
	margin: 0px auto;
	border:1px solid #666666;
	background-color:#FFFFFF;
}

#header {
	height: 255px;
	background-color: #000000;
	background-image: url("images/header_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
.header_pic { border:3px solid #FFFFFF; }

#navbox {
	height: 40px;
	background-image: url("images/nav_bg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
}
ul#navlist {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist a, #navbox a {
	float: left;
	display: block;
	width: 153px;
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#navbox a:hover {
	background-image: url("images/nav_bg_over.gif");
	background-repeat: repeat-x;
}
#navbox a span { display:block; padding:8px 0px; }

#main {
	min-height: 350px;
	margin-left: 10px; 
	margin-right: 10px;
}

/*.main { margin: 0; padding: 0;}*/
/**>.main {padding-top: 350px; min-height: 1px;}*/
/**>.main p, h2 {margin-top: -350px; }*/
/** html .main {*/
	/* IE5Mac filter \*/
	/*height: 350px;*/
	/* end filter */
	/*}*/


#leftbox {
	float: left;
	width: 300px;
	border-right: 1px dotted #CCCCCC;
}
#leftbox .content { padding:0px 15px; }

#rightbox {
	float: right;
	width: 420px;
}
#rightbox .content { padding:0px 10px; }

#footer {
	clear: both;
	height: 40px;
	border-top: 4px solid #000000;
	border-bottom: 10px solid #000000;
	background-image: url("images/footer_bg.gif");
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
}
#footer_nav {
	padding-top: 4px;
	width: 415px;
	margin: 0 auto;
}
a.footer_link {
	display: block;
	width: 80px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
#footer .navdivider { width:1px; display:block; float:left; }

.copy { text-align:center; padding-top: 5px; }

div.clear { clear:both; height:1px; }