html {height:100%;}
body {
	text-align: center;
	height:100%;
	margin:0%;
	padding:0%;
}

#outer {
	width:800px; 
	margin:0 auto;
	padding:0 auto;
	height:100%;
	background-color: #EEE; 
}

#inner {
	width:800px; 
	text-align:left; 
	background-color: #EEE;  
}

#gohead {
	height: 200px;
}

#gobody {
	padding-top: 40px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#goleft {
	float:left;
	width: 300px;
	margin-left: 80px;
	margin-right: 130px;
}

#goright {
	float:right;
	width: 210px;
	margin-right: 80px;
	margin-bottom:20px;
	background-color: #D7D6D6;
}

*html #goleft {
	margin-left: 40px;
}

*html #goright {
	margin-right: 40px;
}

.gorightinner {
	margin: 6px;
}

#goright img {
	margin-bottom: 20px;
	
}

#goright p {
	
}

a:link {color:#AB1111; text-decoration:none; }
a:visited {color:#AB1111; text-decoration:none; }
a:focus {color:#D66666; text-decoration:underline; }
a:hover {color:#D66666; text-decoration:none; }
a:active {color:#D66666; text-decoration:underline; }


.clearthat {
	clear: both;
}