﻿#outerWrapper #contentWrapper {
	background-color: #009;
	margin: 0px 0px 0px 0px;
	height: auto;
}
body {
	line-height: 14px;
	font-size: 11px;
	color: #2a2d2e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	margin: 0 0 0 0;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 0 0 0 0;
	background-color: #000099;
}
#outerWrapper #contentWrapper #content {
	border-style: none;
	background-color: #009; /* Sets the border properties for an element using shorthand notation */;
	margin: 0 0 0 0%;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 10px 10px 10px 10px;
	height: auto;
}
#outerWrapper #header {
	background-color: #000099;
	height: 100px;
	line-height: 15px;
	font-size: 18px;
	border-bottom: solid 10px #009;
/* Sets the bottom border properties for an element using shorthand notation */	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 0px 0px 0px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	font-weight: bold;
	background-image: url('images/main_banner.gif');
	border-style: none;
}
#outerWrapper {
	border-style: none;
	background-color: #000080;
	width: 90%;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	min-width: 650px;
	margin: 25px auto 0 auto;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	height: auto;
}

