body {width:100%; text-align:center; font-family:verdana,arial; height:100%}

#wrap {
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	bborder:yellow solid 2px;
	}

#banner {
	float:left;
	width: 100%;
	height: 80px;
	text-align:left;
	background-color: #EB0C0D;
	margin-bottom:10px;
	text-indent: 130px;
	padding-top:1.2em;
	background-image:url(images/logo.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
}

#main
	{
	float:left;
	background-color:white;
	width:780px;
	height:600px;
	font-size:12pt;
	text-align:left;
	margin:0 0 0 0;
	}
/*
#left {
	float:left;
	width: 130px;
	background-color:#EB0C0D;
	color:white; 
	padding-top:1em;
	padding-left:0.5em;;
	padding-bottom: 20px;
	padding-right:4px;
	font-size:110%;
	text-align:left;
	margin:0 0 0 0;
	text-indent:0px;
	height:600px;
	}
*/

#left {
	float:left;
	width: 17%;
	background-color:#EB0C0D;
	color:white; 
	padding-top:1em;
	padding-left:0.5em;;
	padding-bottom: 20px;
	padding-right:4px;
	font-size:110%;
	text-align:left;
	margin:0 0 0 0;
	text-indent:0px;
	clear:none;
	height:100%;
	}	

#maininnerresults
	{
	float:right;
	margin: 0 0 0 0;
	background-color:white;
	height: 600px;
	width:630px;
	font-size:12pt;
	text-align:left;
	}

#footer {
		width: 100%;
		float:left;
		background:#EB0C0D;
		margin-top:10px;
	}

#resultsleft {
		float:left;
		width:75%;
		background:white;
		font-family:verdana;
		font-size:8pt;}

#resultsright{
		text-align:left;
		float:right;
		width:18%;
		font-family:verdana;
		font-size:8pt;
		border:#bbbbbb solid 1px;
		background:white;
		padding:0.4em;
		overflow:auto;}

font.banner {
			color:white;
			font-family:verdana,arial;
			font-size:18pt;
			font-weight:bold; }

#left a {color:white;}

a {
	text-decoration: none;
}

a:visited {
	color: red;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red;
}

.lefter {width:48%; border-right:black solid 1px;float:left;font-size:8pt;clear:left;padding:0.1em}
.righter {padding-left:0.2em; width:48%; background-color:eeeeee;float:right;font-size:8pt; clear:right;padding:0.1em;}

.wideleft { width:90%; float:left;font-size:8pt;clear:left;font-color:black; font-size:9pt;}


