body {
background: #2A3720 url('images/bg.jpg') repeat-x;
margin: 10px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

td { 
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}



#container {
width: 500px;
margin: 0px auto;
}
#header {
background: #000;
width: 100%;
height: 349px;
padding-top: 0px;
margin-top: 0px;

}
#content {
background: #000;
float:left;
width: 500px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

.base {
background: #000;
float: left;
width: 490px;
margin: 5px;
border: 1px solid #161C11;
}

.basetwo {
background: #161C11;
float: left;
width: 466px;
text-align: left;
margin: 5px;
padding: 7px;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

.title
{
background: #25301C;
border-bottom: 1px solid #000;
float: left;
width: 476px;
text-align: left;
margin: -7px -7px 5px -7px;
font-family: Arial;
font-size: 24px;
font-weight: bold;
color: #445139;
line-height: 14px;
text-transform: lowercase;
letter-spacing: -2px;
padding: 2px 2px 2px 2px;
}


a:link 		{
		text-decoration:none;
		color:#B0CB48;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color:#B0CB48;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #63722E;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#B0CB48;
		}



input,textarea,select {
		border: 1px solid #272E19;
		background-color:#62722E;
		color: #000;
		font-family: Tahoma;
		font-size: 11px;}

