body {
background-image: url(bg.jpg);
margin: 10px;

		padding: 3px;
		font-size:11px;
		font-family: Arial;
		color:#707070;
		text-align:justify;
}

a:link {
color: #B51B01;
text-decoration: none;
}
a:visited {
color: #B51B01;
text-decoration: none;
}
a:hover, a:active {
color: #B23C2F;
text-decoration: none;
}


#container {
width: 400px;
margin: 0px auto;
}


#header {
background: #fff;
width: 400px;
height: 480px;
padding-top: 0px;
}


#content {
background: #000;
float:left;
width: 400px;
text-align: left;
}


.centered {
margin: 0 auto 0 auto;
}


.entry {
		
	        margin-left: 10px;
	        margin-right: 10px;
	        margin-bottom: 5px;
		padding: 3px;
		font-size:11px;
		font-family: Arial;
		color:#CD9514;
		text-align:justify;
		background-color: #000;
		border-top: 0px solid #E6E6E6;
		border-bottom: 0px solid #E6E6E6;
		}


td {
		
	        margin-left: 10px;
	        margin-right: 10px;
	        margin-bottom: 5px;
		padding: 3px;
		font-size:11px;
		font-family: Arial;
		color:#CD9514;
		text-align:justify;
		background-color: #000;
		border-top: 0px solid #E6E6E6;
		border-bottom: 0px solid #E6E6E6;
		}




h5  {
	color: #4D355E;
	font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 8px;
	margin: 3px;
	margin-left: 10px;
	margin-top: 10px;

}


input, select, textarea {
color:#CD9514; 
font-family: Arial; 
font-size: 11px;
background-color:#78160B;
border:1px solid #580D04;

}


b { 

	color: #4D355E; }
