body {
background: #641F46 url('bgimg.jpg');
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;
}
#content {
background: #000;
float:left;
width: 480px;
text-align: left;
padding: 10px;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}


a:link 		{
		text-decoration:none;
		color:#B0CB48;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color:#B0CB48;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #63722E;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#B0CB48;
		}

h1 {
background: #62722E;
width: 98%;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #272E19;
line-height: 14px;
text-transform: uppercase;
padding: 2px 2px 2px 5px;

}

input,textarea,select {
		border: 1px solid #272E19;
		background-color:#62722E;
		color: #000;
		font-family: Tahoma;
		font-size: 11px;}

