/* General styles */
	body {
		background-color: #FFFFFF;
	    font-family: arial,verdana,helvetica,sans-serif;
	    font-size: 11px;
	    color: #000000;
	    text-align: center;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1024px;
}

#header {
	border-bottom: solid; border-bottom-width: 0px; border-bottom-color:#FFFFFF; 
}

#side-a {
	float: left;
	width: 329px;
	background: #FFFFFF;
	
}

#side-b {
	float: left;
	width: 358px;
	background: #FFFFFF;
	border-right: solid; border-right-width: 3px; border-right-color:#FFFFFF; 
}

#content { 
	float: right;
	width: 329px;
	background: #FFFFFF;
	border-left: solid; border-left-width: 3px; border-left-color:#FFFFFF;
}

#footer {
	clear: both;
	background: #00659A;
	border-top: solid; border-top-width: 3px; border-top-color:#FFFFFF; 
}
