body {
background: #000000 url('images/bg.jpg');
margin: 10px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

td { 
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}



#container {
width: 445px;
margin: 0px auto;
}
#header {
background: #000;
width: 100%;
height: 341px;
padding-top: 0px;
margin-top:07px;

}
#content {
background: #8D8D8D;
float:left;
width: 445px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}


.basetwo {
background: #8D8D8D;
float: left;
width: 400px;
text-align: left;
margin: 7px;
padding: 5px;
font-family: Tahoma;
color: #000000;
font-size: 11px;
}

.title
{
border-bottom: 1px dotted #490000;
float: left;
width: 435px;
text-align: left;
margin-left: 7px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #000000;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0;
padding: 2px;
margin-bottom: -2px;
}



.x {
background: #721717;
float: left;
width: 445px;
height: 15px;
margin: 0 0 10px 0;
}






a:link 		{
		text-decoration:none;
		color:#721717;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color:#721717;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #490000;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#721717;
		}



input,textarea,select {
		border: 1px solid #000000;
		background-color: #721717;
		color: #ffffff;
		font-family: Tahoma;
		font-size: 11px;}

