body {
background: #3D242A 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: 500px;
margin: 0px auto;
}
#header {
background: #000;
width: 100%;
height: 477px;
padding-top: 0px;
margin-top: 0px;

}
#content {
background: #BBBBBB;
float:left;
width: 500px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

.base {
background: #BBBBBB;
float: left;
width: 490px;
margin: 5px;
border: 1px solid #717171;
}

.basetwo {
background: #EBEBEB;
float: left;
width: 470px;
text-align: left;
margin: 3px;
padding: 7px;
font-family: Tahoma;
color: #000;
font-size: 11px;
}

.title
{
background: #717171;
border-bottom: 1px solid #000;
float: left;
width: 480px;
text-align: left;
margin: -7px -7px 5px -7px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #ffffff;
line-height: 14px;
text-transform: lowercase;
padding: 2px 2px 2px 2px;
}


.navi
{
background: #EBEBEB;
border-bottom: 1px solid #646464;
width: 487px;
text-align: center;
margin: 5px 3px 0 3px;
font-family: Arial, Times, serif;
font-size: 11px;
color: #ffffff;
line-height: 14px;
text-transform: lowercase;
padding: 2px 2px 2px 2px;
}




a:link 		{
		text-decoration:none;
		color:#3B6A02;
		font-weight: normal;
		border-bottom: 0px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color:#3B6A02;
		font-weight: normal;
		border-bottom: 0px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #ffffff;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#7BA447;
		}



input,textarea,select {
		border: 1px solid #000;
		background-color: #717171;
		color: #000;
		font-family: Tahoma;
		font-size: 11px;}

