body {
background: #3F4A4A 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: 400px;
margin: 0px auto;
}
#header {
background: #000;
width: 100%;
height: 386px;
padding-top: 0px;
margin-top: 0px;

}
#content {
background: #C3C5C4;
float:left;
width: 400px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}


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

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


a:link 		{
		text-decoration:none;
		color:#47857F;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color:#47857F;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #5EA19A;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


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



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

