/* CSS Document */
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	background-color:#ffffff;
	font-size:12px;
	line-height:18px;
	color:#333333;
	text-align:center;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#wrapper{
	width:100%;
	background-image:url(images/bggradient.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#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;
}

#hero{
}
.clearer{
	clear:both;
}
#top{
	width:780px;
	height:130px;
}
#top div{
	float:left;
}
#topleft{
	width:530px;
	height:130px;
}
#info{
	width:243px;
	height:123px;
	background-image:url(images/info.jpg);
	line-height:14px;
	padding:7px 0 0 7px;
}
#content{
	width:780px;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	clear:both;
	float:left;
}
#contentinner{
	width:700px;
	background-image:url(images/contenttop.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:20px 40px 20px 40px;
}
#info a, #content a{
	color:#0033CC;
	font-weight:bold;
	text-decoration:none;
}
#info a:hover, #content a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}
