/* CSS Document */
body{
	background-repeat:repeat-x;
	background-color:#000;
	font-size:12px;
	line-height:20px;
	color:#555555;
	text-align:center;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#footer{
	clear:both;
}
strong{
	color:#333333;
}
hr{
	background-color:#990000;
	height: 2px;
	border:none;
	color:#990000;
}
#container{
	margin:0 auto;
	width:780px;
	text-align:left;
}
#wrapper{
	float:left;
	width:780px;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
}
#container p{
	margin:0;
	padding:0;
}
#container a{
	margin:0;
	padding:0;
}
#container img{
	border:none;
}
#left{
	float:left;
	width:360px;
}
#right{
	float:left;
	width:420px;
}
#info{
	width:390px;
	height:140px;
	background-image:url(images/info.gif);
	line-height:14px;
	padding:20px 0 0 30px;
	color:#000000;
}
#content{
	padding:20px 40px 20px 20px;
}
#info a, #content a{
	color:#0033FF;
	font-weight:bold;
}
#spacer{
	width:780px;
	background-color:#000000;
	clear:both;
	height:30px;
}

