/* CSS Document */
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffeafc;
	font-size:12px;
	line-height:16px;
	color:#666666;
	text-align:center;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#container{
	margin:0 auto;
	width:790px;
	text-align:left;
}
#container p{
	margin:0;
	padding:0;
}
#container a{
	margin:0;
	padding:0;
}
#container img{
	border:none;
}
#hero{
}
#top{
	width:790px;
	height:260px;
}
#topleft, #topmid, #topright{
	float:left;
}
#topleft{
	width:180px;
	height:260px;
}
#topmid{
	width:400px;
	height:260px;
}
#topright{
	width:210px;
	height:260px;
}
#info{
	width:300px;
	height:160px;
	background-image:url(images/info.gif);
	padding:00px 0 0 100px;
}
.clearer{
	clear:both;
}
#content{
	width:790px;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	float:left;
	clear:both;
	padding:0 0 40px 0;
}
.floatleft{
	float:left;
}
#contentinner{
	width:480px;
}
#info a, #content a{
	color:#0066FF;
	font-weight:bold;
	text-decoration:underline;
}
#info a:hover, #content a:hover{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
#content form{
	padding:0 0 0 120px;
}

