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

body, html {
	margin:0;
	padding:0;
	min-width:1036px;
	background:#003366;
}

#container {
	float:left;
	width:100%;
	overflow:hidden;
	background:#003366 url(images/BG_html.jpg) 50% 0 no-repeat;
}

#headerBG {
	position:absolute;
	top:0;
	float:left;
	width:100%;
	height:221px;
	background:url(images/BG_header.png) repeat-x;
}

#header {
	margin:0 auto 0 auto;
	position:relative;
	width:1000px;
	height:170px;
	background:url(images/BG_header_FG.jpg) 50% 0 no-repeat;
}

#menu {
	float:left;
	width:100%;
	height:26px;
	background:url(images/ui-bg_highlight-soft_10_003366_1x100.png) center;
}

#center {
	margin:221px auto 0 auto;
	width:1036px;
}

#content {
	float:left;
	margin:-21px 0 0 0;
	padding:0 18px 0 18px;
	width:1000px;
	background:url(images/BG_content.png) 50% 0 repeat-y;
}

#sidebar {
	float:left;
	width:230px;
	padding:10px;
}

#body {
	float:right;
	width:730px;
	padding:10px;
}

#footer {
	float:left;
	width:100%;
	min-height:106px;
	background: url(images/BG_footer.jpg) 0 0 repeat-x;
}

#footerFG {
	margin:.5em auto 0 auto;
	width:990px;
}

.left {
	float:left;
}