#main {
	position:absolute;
	background-color:#FFFFFE;
	width:950px;
	left:50%;
	margin-left:-475px;
	margin-top:0px;
	z-index:1;
}
#mainbox {
	width:948px;
	margin-top:0px;
	float:right;
}
#maincontent {
	background-color:#FFFFFE;
	min-height:550px;
	height:auto !important; 
	height:550px;
	z-index:1;
	width:948px;
	float:left;	
}
#contenttable {
	width:948px;
	border-collapse:inherit;
	background-color: #FFFFFF;
	min-height:550px;
	height:auto !important; 
	height:550px;
	table-layout:fixed;
}
#contenttable td.col1, #contenttable td.col3, #contenttable td.col {
	vertical-align:top;
	border:1px; 
	border-style: solid;
	border-color: #CCCCCC;
	padding:10px;
}
#contenttable td.col1 {
	width:290px;
}
#contenttable td.col2 {
	width:13px;
	border:0px;
}
#contenttable td.col3 {
}


#contenttable tr {
	border:5px;
}

#footerspace {
	clear:both; 
	padding-top:10px;
	width:950px;  
	background-color:#FFFFFF;
	height:40px;
}
#footer {
	text-align:right;
	margin-top:10px;
	background-color:#FFFFFF;
	height:30px;
	border:1px solid #CBC732;
}
#footertext {
	padding:10px;
}

