body {
background: #242424 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: 600px;
margin: 0px auto;

}
#header {
background: #000;
width: 100%;
height: 400px;
padding-top: 0px;
margin-top: 0px;

}
#content {
background: #000;
float:left;
width: 600px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

.base {
background: #000;
float: left;
width: 590px;
margin: 5px;
border: 1px solid #2F0001;
}

.basetwo {
background: #2F0001;
float: left;
width: 566px;
text-align: left;
margin: 5px;
padding: 7px;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}
.title
{
border-bottom: 1px dotted #3E321C;
float: left;
width: 556px;
text-align: left;
margin: 10px -7px 5px 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #B57841;
line-height: 14px;
text-transform: lowercase;
padding: 2px 2px 2px 2px;
}


a:link 		{
		text-decoration:none;
		color:#B57841;
		font-weight: normal;
		border-bottom: 1px dotted #000000;
		}


a:visited 	{
		text-decoration:none;
		color:#B57841;
		font-weight: normal;
		border-bottom: 1px dotted #000000;
		}


a:hover 	{
		text-decoration:none;
		color: #000000;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#B57841;
		}



input,textarea,select {
		border: 1px solid #000;
		background-color:#2F0001;
		color: #fff;
		font-family: Tahoma;
		font-size: 11px;}

