body {
margin: 0; padding: 0;
background: #e1e2c3 url(img/bg.jpg) repeat-y center top;}

p, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333;
	line-height: 18px;
}
h1 {
	font-size : 18px;
	color : #515855;
	text-align: center;
	margin: 10px 0 0 0;
}
h2 {
	font-size : 13px;
	color : #515855;
	text-align: center;
	margin: 8px 0 14px 0;
}

#menu  {
	text-align: center;
	}	
#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
	}
#menu li {
    float: left;
    font-size: 11px;
    font-weight: bold;
  	margin: 16px 0;
	line-height: 12px;
	}
#menu a, #menu a:link {
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 31px;
	color: #862b0b;
	background: #e1e2c3;
	text-decoration: none;
	}
#menu a:hover, #menu .current a  {
    color: #000;	    
	background: #c7c89e;
	}

table .bg {
	background: #e1e2c3;
	height: 200px;
	width: 100%;
	}

img.left {
	float: left; 
	margin:0px 14px 9px 0px; 
	border:1px solid #96917A; }
img.right {
	float: right; 
	margin:0px 0px 9px 14px; 
	border:1px solid #96917A; }	
A:link  {
	color : #6D2A0E;
	text-decoration : underline;
}
A:Visited  {
	color : #6D2A0E;
	text-decoration : underline;
}
A:Active  {
	color : #6D2A0E;
}
A:Hover {
	COLOR: #000000;
	text-decoration : underline;
} 
li {line-height: 26px;}

