body, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
padding: 0;
margin: 0;
background: #fcf0cd;
}

#container {
	width: 875px;
        align: center;
	margin: 0px auto;
        background: #fcf0cd;
}

#top {
        font-size: 350%;
        color: #a52a2a;
	height: 122px;
        border-top: 1px solid ;
        border-left: 1px solid #a52a2a;
        border-right: 1px solid #a52a2a;
        border-bottom: 1px solid #dfbf82; 
        margin-top: 12px;
        background-color: #ebcea9;
        text-align: center;
	       
}

#menu {
	width: 869px;
	background-color: #a52a2a;
	padding: 2px;
	border-top: 1px solid #A52A2A;
        border-left: 1px solid #A52A2A;
        border-right: 1px solid #A52A2A;
        border-bottom: 1px solid #A52A2A;	
	float: left;
        font-size: 140%;
        color: #FFFFFF;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color:#A52A2A;
	padding: 2px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	padding: 2px;
	background-color: #551515;
	text-decoration: none;
	color: #00000;
}

.cl {
clear:both;
}

h2 { font-family: Arial, sans-serif; font-size: 18px; color: #A52A2A;}

#webmaster
{
color: #000000;
text-decoration: none;
text-align: right;
font-size: 80%;
}

#footer {
	background-color: #A52A2A;
	align: center;
	margin: 0px auto;
	padding: 8px;
	width: 857px;
	color:#FFFFFF;
	font-size: 90%;
	text-align: center;
	clear:both;
	margin-top: 0px;
        border-left: 1px solid #A52A2A;
        border-right: 1px solid #A52A2A;
        border-bottom: 1px solid #A52A2A;
	
}

