#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 785px;
	background: url("../images/background-home.gif") repeat;
}
body {
	background-color: #CCCCCC;
}

#header {
	margin: 0 0 0 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 125px;
		min-height: 580px;
			height: auto !important;
			height: 580px;
}
#side-aa {
	float: left;
	width: 125px;
	padding-top:175px;/*needed to make room for header*/
		min-height: 580px;
			height: auto !important;
			height: 580px;
}

#side-b {
	float: right;
	width: 320px;
}

#content { 
	float: left;
	
}

#footer {
	clear: both;
	background: #A2A2A2;
}
INPUT {
background-color: #FFFFFF;
color: #000080;
border: black 1px solid;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 7pt;
margin-bottom: 0pt;
padding-left: 55
}