body {  
	background-image: url('images/main_bg.jpg');
	background-color: #000000;
	font-family: Arial; 
	font-size: 12px;
	color: #333333; 
	margin: 0px;
	padding: 0px;
	cursor:default;
}

a:link, a:active, a:visited {  
	color: #795a1f; 
	font-weight: bold;
	text-decoration: none;
	cursor:default;
}

a:hover {  
	color: #8b734d; 
	text-decoration: underline; 
	font-weight: bold; 
	cursor: default;
}

.maintext {
	font-family: Arial; 
	font-size: 12px;
	color: #333333;
}

.header
	{background:  url() no-repeat bottom left;
	border-top: 0px solid #020202;
	border-right: 0px solid #ffffff;
	border-bottom: 2px solid #000000; 
	border-left: 0px solid #4a4a4a;
	color: #000000;
	font-family: Verdana; 
	font-size: 10px;
	text-align: right; 
	padding: 0px 20px 3px 20px; 
	text-transform: uppercase;
}


select, input, textarea	{
	border: 1px solid #000000;
	font-family: Arial; 
	font-size: 12px; 
	color: #CD4B45;
	background-color: #000000;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #000000;
font: bold 10px Arial;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 16px;
border: 1px solid #1d1d1b;
border-bottom: none;
background: #333333;
text-decoration: none;
}

#navlist li a:link { color: #795a1f; }
#navlist li a:visited { color: #795a1f; }

#navlist li a:hover
{
color: #8b734d;
background: #1d1d1b;
border-color: #000000;
text-decoration: underline;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

.codesort input {
	border: 1px solid #000000;
	font-family: Trebuchet MS, sans-serif; 
	font-size: 12px; 
	color: #CD4B45;
	background-color: #000000;
}

.codesort textarea {
	border: 1px solid #000000;
	font-family: Trebuchet MS, sans-serif; 
	font-size: 12px; 
	color: #CD4B45;
	background-color: #000000;
}

.codesort select {
	border: 1px solid #000000;
	font-family: Trebuchet MS, sans-serif; 
	font-size: 12px; 
	color: #CD4B45;
	background-color: #000000;
}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
}

.footer {
	background-image: url(images/footer_bg.jpg);
	border-top: #000000 solid 4px;
	height: 120px;
	width: 850px;
	font-family: Arial; 
	font-size: 14px;
	color: #222222;
}