/* CSS Document */
body{
	background-color:#b6b6b6;
	font-size:12px;
	line-height:16px;
	color:#555555;
	text-align:center;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#wrapper{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;	
	background-color:#b6b6b6;
	font-size:12px;
	line-height:16px;
	color:#555555;
	text-align:center;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;	
}
#container{
	margin:0 auto;
	width:780px;
	text-align:left;
}
#container p{
	margin:0;
	padding:0;
}
#container a{
	margin:0;
	padding:0;
}
#container img{
	border:none;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	font-size:14px;
	color:#333333;
}
#hero{
	clear:both;
	width:780px;
	height:370px;
}
#hero div{
	float:left;
}
#heroleft{
	width:300px;
	height:370px;
}
#heromid{
	width:270px;
	height:370px;
}
#heroright{
	width:210px;
	height:370px;
}
#info{
	width:270px;
	height:220px;
	background-image:url(images/info.jpg);
	padding:10px 0 0 20px;
	background-repeat:no-repeat;
}
#content{
	width:870px;
	clear:both;
	float:left;
	padding:0 0 0 0;
	background-image:url(images/back.gif);
}
#left{
	float:left;
	width:270px;
	min-height:40px;
	padding:0 0 0 10px;
}
#right{
	float:left;
	width:420px;
	padding:0 0 0 40px;	
}
.clearer{
	clear:both;
}
#info a, #content a{
	color:#0066FF;
	font-weight:bold;
}
#info a:hover, #content a:hover{
	color:#ff0000;
	font-weight:bold;
}

