body {
background: #3D242A 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: 300px;
padding-top: 0px;
margin-top: 0px;

}
#content {
background: #140A0E;
float:left;
width: 500px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

.base {
background: #140A0E;
float: left;
width: 490px;
margin: 5px;
border: 1px solid #401827;
}

.basetwo {
background: #401827;
float: left;
width: 466px;
text-align: left;
margin: 5px;
padding: 7px;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

.title
{
background: #32121E;
border-bottom: 1px solid #000;
float: left;
width: 476px;
text-align: left;
margin: -7px -7px 5px -7px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #7F6674;
line-height: 14px;
text-transform: lowercase;
padding: 2px 2px 2px 2px;
}


.navi
{
background: #32121E;
border-bottom: 0px solid #000;
width: 485px;
text-align: center;
margin: 5px 3px 0 3px;
font-family: Arial, Times, serif;
font-size: 11px;
color: #7F6674;
line-height: 14px;
text-transform: lowercase;
padding: 2px 2px 2px 2px;
}




a:link 		{
		text-decoration:none;
		color:#7F6674;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color:#7F6674;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #ffffff;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#7F6674;
		}



input,textarea,select {
		border: 1px solid #32121E;
		background-color:#7F6674;
		color: #000;
		font-family: Tahoma;
		font-size: 11px;}


