body {
background: #000 url('images/bg.jpg') repeat;
margin: 10px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

td { 
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}



#container {
width: 469px;
margin: 0px auto;
}

#header {
background: #232323;
width: 100%;
height: 466px;
padding-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
#content {
background: #070805;
float:left;
width: 469px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;

}

.base {
background: #070805;
float: left;
width: 456px;
margin: 5px;
border: 1px solid #35361D;
}

.basetwo {
background: #2E2C14;
float: left;
width: 438px;
text-align: left;
margin: 2px;
padding: 7px;
font-family: Tahoma;
color: #fff;
font-size: 11px;
}

.title
{
background: #171608;
border-bottom: 1px solid #070805;
float: left;
width: 445px;
text-align: left;
margin: -7px -7px 5px -7px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #fff;
line-height: 14px;
padding: 2px 2px 2px 5px;
}


a:link 		{
		text-decoration:none;
		color:#9A954E;
		font-weight: normal;
		border-bottom: 1px dotted #000;
		}


a:visited 	{
		text-decoration:none;
		color:#9A954E;
		font-weight: normal;
		border-bottom: 1px dotted #000;
		}


a:hover 	{
		text-decoration:none;
		color: #777338;
		font-weight: normal;
		border-bottom: 1px dotted #000;
		}


a:active 	{
		text-decoration:none;
		color:#9A954E;
		}



input,textarea,select {
		border: 0px solid #162E3A;
		background-color:#070805;
		color: #fff;
		font-family: Tahoma;
		font-size: 11px;}

