html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #F3F3F3;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color:#231F20;
	height:100%;
}
.clear { clear:both; }
	
#container {
	width:805px;
	margin:0 auto;
	height:100%;
}
#head {
	width:805px;
	height:36px;
	margin-top:90px;
}
#content {
	width:805px;
	height:345px;
	margin-top:20px;
}
#content2 {
	width:805px;
	margin-top:20px;
	padding:10px 0 30px 0;
}
#footer {
	width:805px;
	height:50px;
	text-align:left;
	font-size:11px;
	margin-top:8px;
}
a:link, a:visited {
	text-decoration:none;
	color: #F3F3F3;
}
a:hover, a:active { color:#FFFFFF; text-decoration:underline;}
.left{
	float:left;
	display:inline;
}
.right {
	float:right;
	display:inline;
}
