body {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-style: normal;
	color: #161616;
	margin: 20px 20px 0px 20px;
	background-color: #161616;
	text-align: center;
	min-width: 700px;
}

a:link {
	text-decoration: none;
	color:#B40C0C;
}
a:visited {
	text-decoration: none;
	color:#B40C0C;	
}
a:hover {
	text-decoration: underline;
}

#container { 
position:relative;
width: 700px;  
height: 430px;
margin: 10px auto 20px auto;
background-color: #161616;
text-align: left;
}

#container img {
border-right:5px;
margin-bottom:4px;
margin-right:8px;
}

#maintext{
position: absolute;
top: 115px;
left:340px;
width:270px;
height:1px;
font-size: 11px;
font-style: normal;
overflow: auto;
color: #FFFFFF;
}

.title {
font-size: 14px;
font-weight:5000;
color: #B40C0C;
letter-spacing: 1px;

}

strong {
font-weight:500;
}

#rightbar{
position: absolute;
left:616px;
width:84px;
top:0;
}

#footer {
	width: 700px;
	height: 30px;
	margin: 2px auto 20px auto;
	background-color: #161616;
	font-size: 10px;
	text-align:center;
	color: #938C8C;
	word-spacing: normal;
	letter-spacing: 1px;
}

#footer img {
margin-bottom:8px;
}

#footer a:link {
	text-decoration: none;
	color: #938C8C;
}

a:visited {
	text-decoration: none;
	color: #938C8C;
}

#footer a:hover {
	text-decoration: underline;
}

