/* CSS Document */
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#970102;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
	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;
}
#info{
	width:230px;
	height:240px;
	background-image:url(images/info.jpg);
	background-repeat:no-repeat;
	padding:20px 0 0 10px;
}
#top{
	width:780px;
	height:260px;
	float:left;
}
#top div{
	float:left;
}
#content{
	width:780px;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	clear:both;
	float:left;
}
#left{
	width:220px;
	float:left;
}
#right{
	float:left;
	width:560px;
}
.clearer{
	clear:both;
}
#contentback{
	width:780px;
	min-height:167px;
	background-image:url(images/contentback.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#text{
	width:500px;
	min-height:350px;
	background-image:url(images/content.gif);
	background-repeat:no-repeat;
	padding:20px 40px 20px 20px;
}
#info a, #text a{
	color:#0066FF;
	font-weight:bold;
}
#content form{
	padding:40px 0 0 0;
}
