body {
background: #000000 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;
}



#content {
background: #000000 url('images/bg-center.jpg') repeat-y;
float:left;
width: 302px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
margin: -10px 0 0 248px;
}


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

.title
{
border-bottom: 1px solid #AC4826;
float: left;
width: 280px;
text-align: left;
margin-left: 5px;
font-family: Arial;
font-size: 24px;
font-weight: normal;
color: #ffffff;
line-height: 14px;
text-transform: lowercase;
letter-spacing: -2px;
padding: 2px;
margin-bottom: -2px;
}


a:link 		{
		text-decoration:none;
		color:#812C19;
		font-weight: normal;
		border-bottom: 1px dotted #ffffff;
		}


a:visited 	{
		text-decoration:none;
		color:#812C19;
		font-weight: normal;
		border-bottom: 1px dotted #ffffff;
		}


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


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



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


