/* CENTER SET UP */

body {
	text-align:center;
	background:url(../_images/bg.jpg) repeat-x top left #003776;
	margin:20px;
	font-family:tahoma, verdana,sans-serif;
}

/* HEADER */
#header {
	width:865px;
	height:169px;
	background:url(../_images/header.gif) no-repeat top left #fff;
	float:left;
}

.trade {
	font-size:11px !important; overflow:hidden !important; margin:0; line-height:9px !important; padding:0; vertical-align: top !important;
}



/* WRAPPER */

#wrapper {
	margin:0 auto;
	width:865px;
	text-align:left;
	overflow:hidden;
	border:1px solid #FFF;
}

/* FOOTER STYLES */

#footer {
	width:865px;
	padding:4px 0 5px 0;
	overflow:hidden;
	font-size:.8em;
	color:#fff;
	text-align:center;
	margin:4px auto 10px auto;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span {
	margin:0 6px;
}

#created {margin:10px auto !important; font-size:.8em; color:#fff;}


#created a:link, #created a:visited {
	text-decoration:none; color:#fff;
}

#created a:hover {text-decoration:underline;}

/*borders for debugging*/
/*
.promobox, #footer, #bottom_content, #top_content, #nav, #copy, #mainnav, #contactnav {
	border:1px dashed #000000;
}
*/