/* TWO COLUMN LAYOUT */

body {
	text-align:center;
	background-color: #344a77;
	margin-top: 0px;
	}
#main_wrapper {
	width:820px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}
#header {
	}
#sidebar {
	width:214px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	display: inline;
	}
#content_header {
	width:606px; /* this width + content width must total 100% */
	float:left;
	}
#navbar {
	width:606px; /* this width + content width must total 100% */
	float:left;
	margin: 0px;
	padding: 0px;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:606px; /* this width + nav width must total 100% */
	top:0px;
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#header_inner, #sidebar_inner, #content_header_inner, #content_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	}
#sidebar_inner {
	display: inline;
	}
#content_header_inner {
}
#content_inner {
	margin: 0px;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	}
#footer_inner {
	background-color: #344a77; /* creates space between the box and the content */
	text-align:center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #344A77;
	}

.footer_inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3c35cd;
	text-align: center;
	vertical-align: top;
	margin-top: 25px;
	letter-spacing: .1em;
}


img {
	display: block;
	border-style: none;
}
.clearthefloats {clear:both;
}
