body {
		background-color: #CDCD9B;
		background-image: url('images/bg.jpg');	
		background-repeat: repeat-y;	
		margin-top: 0px;
		margin-bottom: 0px;
		color: #9ba65f;
}


a {
		text-decoration: none;
		color: #B19E4F;
}

a:hover {
		color: #FFFFCC;
}



#topheader {
		position: absolute;
		left:0px;
		top:0px;
}



#content {
		position: absolute;
		left: 123px;
		top: 269px;
		width: 340px;
		filter: alpha(opacity=100);	
		text-align: justify;
		font-family: verdana;
		font-size: 11px;
		letter-spacing: 0.3px;
		line-height: 16px;
}





.title {
		font-family: arial, verdana;
		color: #9ba65f;
		background-color: #C7D294;
		font-size: 21px;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		border-top: 1px #FFFFCC solid;
		border-bottom: 1px #FFFFCC solid;
		word-spacing: 0.3em;
 		letter-spacing: 0.1em;
}


.box {
	  border: 1px solid #FFFFCC;
	  width: 250px;
	  text-align: left;
	  background-color: #C7D294;
}


input, textarea, select 
{  
font-family: Verdana, Helvetica; 
font-size: 11px; 
color: #FFFFCC; 
background-color: #C7D294;
border: 1px solid #FFFFCC;
}