/* CSS Document */
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#fde4e8;
	font-size:12px;
	line-height:16px;
	color:#333333;
	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;
}
#hero{
}
#top{
	width:780px;
	height:290px;
}
#top div{
	float:left;
}
#left{
	width:340px;
	height:290px;
}
#right{
	width:440px;
	height:290px;
}
#info{
	width:440px;
	height:120px;
	background-image:url(images/info.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 0;
}
#content{
	width:700px;
	padding:0 40px 20px 40px;
	background-repeat:repeat-y;
	background-image:url(images/back.gif);
	float:left;
	clear:both;
}
#images{
	width:270px;
	float:left;
	padding:0 20px 0 0;
}
#images img{
	padding:0 0 10px 0;
}
.clearer{
	clear:both;
}
#info a, #content a{
	color:#0033CC;
	font-weight:bold;
}
