body {	
    background-color: #370000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#holder {
    width: 760px;
    background: #8f5500;
    text-align: left;
    margin: 0 auto 0 auto;
}
#header {
	width: 760px;
	height: 150px;
	background-image: url(images/logo2.jpg);
}
#mnu {

	padding: 15px 0px 0px 5px;
}
#nav {
	width: 140px;
	float: left;
	padding: 15px 0px 0px 5px;
	margin-left: 2px;
}
#content {
	margin: 15px 175px 0px 155px;
	padding: 15px;
	background-color: #d1a86b;
}
#right {
	width: 160px;
	float: right;
	padding: 15px 0px 0px 0px;
	margin-right: 10px;
	text-align: center;
}
#footer {
	padding: 5px;
	text-align: center;
}

body, td, th {
	color: #666633;
}

h1 {
	color: #663300;
}
h2 {
	color: #660000;
	font-size: 110%;
}
h3 {
	color: #ffffcc;
	font-size: 100%;
	text-transform: lowercase;
	background-image: url(images/button.jpg);
	height: 23px;
	padding-top: 5px;
}
h4 {
	color: #663300;
	font-size: 65%;
}
h5 {
	color: #663300;
	font-size: 60%;
}
h6 {
	color: #ffffcc;
	font-size: 100%;
	text-transform: lowercase;
	background-image: url(images/button.jpg);
	height: 23px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center;
}
p {
	color: #663300;	
	font-size: 90%;
}

a {
  color: #995c01;
  font-size: 100%;
}
#nav a:link {
	text-decoration: underline;
	color: #fee3bc;
	font-size: 65%;
}

#nav a:visited { 
    text-decoration: underline;  
	color: #f3f3de; 
    font-size: 65%;
 }

#nav a:hover, #nav a:active, #nav a:focus { 
    text-decoration: underline;  
	color: #ffffdf; 
    font-size: 65%;
 }

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
