
body {
	background-color:  #423D2B;
	margin: 0;
}



::-moz-selection {
		color: #000000;
		background: #46D7CB;
		}


body, p, td {
	font: 11px/12px Tahoma, Sans-Serif;
	color: #fff;
	line-height: 14px;
}

a {
	color: #309543; 
	text-decoration: none;
	border-bottom: 1px dotted #494949;
}

a img {
	border: none;
}

a:visited {
	color: #309543; 
	text-decoration: none;
	border-bottom: 1px dotted #494949;
}

a:hover {
	color: #B19C35; 
	text-decoration: none;
	border-bottom: 1px dotted #494949;
}




#container {
	background-color: #00000;
	width: 623px;
	margin: 0 auto;
}

#top {
	background: #000;
	width: 100%;
	height: 408px;
}









/* CONTENT */

#content {
	background: #000;
	float: left;
	padding: 20px;
	width: 583px;
	text-align: justify;
}


#footer {
	background: #000;
	height: 208px;
	width: 623px;
	margin-top: 10px; 
}








/* HEADLINES */

h1 /*IE */ {
	
	color: #B19C35;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 0px solid #C0B8A5;
	text-transform: uppercase;
	display: block;
}

h1 /* FIREFOX */ {
	color: #A08C50;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
        height: 20px;
}





#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}

#navigation li a {
   background: #EDEDED;
   font-weight: bold;
   color: #D74800;
   display: block;
   width: 90px;
   padding: 6px 5px 6px 5px;
   border-bottom: 3px solid #E3AF0E;
	   text-align: center;	
}
#navigation a:hover {
   background: #F4E28E;
   font-weight: bold;
   color: #393939;
   text-decoration: none;
}



input, textarea, select {
color: #000;
border: 1px solid #524726;
background: #A08C50;
}


