body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.bg_date {
	color: #FFFFFF;
	background-color: #401D0A;
	font-size: x-small;
	font-weight: bold;
}
.bg_logo {
	background-color: #6C3715;
}
.bg_separator-top {
	background-color: #E5BF80;
}
.bg_separator-page {
	background-color: #B2A582;
}
.bg_below-logo {
	background-color: #FAEAB7;
}
.bg_leftcol {
	background-color: #7EAF7E;
}
.bg_content {
	background-attachment: scroll;
	background-image: url(../images/structure/bg_main_13.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 10px;
	padding-top: 10px;
}
.bg_header-ext {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #7EAF7E;
}

#menu ul li { /* remove bullets and list indents */
list-style: none;
display: inline;
padding-right: 15px;
border-right: 2px solid;
background-color: #6C3715;
font-size: 18px;
font-family: "Times New Roman"; 
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: inline;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
text-decoration: underline;
}
