
A:link {
	COLOR: #c44c60; TEXT-DECORATION: none
}
A:visited {
	COLOR: #7d3617; TEXT-DECORATION: none
}
A:hover {
	CURSOR: nw-resize; COLOR: #ff5c86; TEXT-DECORATION: none}

img {border: 0px;}

body, table, tr, td {
	font: 10px Trebuchet MS; 
	color: #30090b;
        letter-spacing: 2px}

body { background-color: #bba388; background: repeat; background-image: url(images/background.png); BACKGROUND-ATTACHMENT: scroll-down; text-align: center;}

#container {
width: 655px; 
margin: auto;
text-align: justify; 
background-color: #bba388;
}


#header { 
width: 655px; height: 427px; background: url(images/header.png) no-repeat;
margin-top: 0px;
}


#content { 

float: left; 
font: 10px Trebuchet MS;
color: #30090b;
margin-top: 20px; 
padding-left: 25px;
padding-right: 25px;
text-align: justify;
}

#navigation { 
width: 655px; 
margin-top: 20px; 
padding-left: 40px;
padding-right: 150px;
}

#footer { 
height: 165px;
clear: both;
padding-left: 20px;
padding-right: 125px;
background-image: url(images/footer.png);
background-repeat: no-repeat;
padding-top: 20px;
text-align: left;
}



.menu {
	margin: 0px;
	padding:0px;
        padding-left: 120px;
	color: #30090b;
        list-style: none;
}
.menu li {
	padding: 2px 2px 0px 0px;
	margin: 2px;
}
.menu li a, .menu li a:visited {
	margin: 0px;
	padding: 3px 3px;
	color: #000000;
	display: block;
	border: #736326 4px solid;
	background: #736326;
	text-decoration: none;
       
}
.menu li a:hover {
	color: #FFFFFF;
	background: #ae8535;
	border: #ae8535 4px solid;
}

h1 {
	text-align: left;
	background: url(images/header2.png);
	font-weight: normal;
	line-height: 17px;
        font-size: 150%;
        text-indent: 35px;
        color: #9b8b50;
        font-family: Trebuchet MS;
     
}



input, textarea, option, select {
	background-color: #ae8535;
	font: 10px Trebuchet MS;
	color: #000000;
	letter-spacing: 0px;
	border: 1px solid #ae8535;
	padding:2px; }


.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}