html,body {
padding:0;
text-align: center;
}

a {
color: #336699;
font-family:verdana, arial, sans-serif;
text-decoration: none;
}

a:hover { 
text-decoration: underline; 
}

.container {
position: relative;
margin-left:auto;
margin-right:auto;
width: 970px;
text-align: left;
}

body {
font:75% verdana, arial, sans-serif;
background: #967842;
}

p {
margin:0 10px 10px;
padding:0;
}

.header {
margin-right:60px;
background-position:right;
background-repeat:no-repeat;
}

.spacer {
clear:both;
background:url(../images/spacer.png) top left;
}

.montage {
clear:both;
height:80px;
background:url(../images/montage.jpg) top left no-repeat;
}

.wrapper {
float:left;
width: 100%;
background: #fff;
height: 400px;
min-height: 400px;
}

div[class] .wrapper {
   height:auto;
}

.content {
margin:0 260px 0 150px;
padding:5px 0 0 10px;
height: 450px;
overflow : auto;
}

.content p {
line-height:1.4;
color:#333;
clear: left;
}

.content h2 {
font-size:200%;
padding-left:30px;
color:#967842;
font-style: italic;
font-family: Georgia, arial, sans-serif, "lucida calligraphy";
}

.right_col h2 {
font-size: 125%;
color: #967842;
font-style: italic;
font-family: Georgia, arial, sans-serif, "lucida calligraphy";
}

.nav {
float:left;
width:150px;
margin-left:-100%;
margin-top:20px;
}

.nav ul li {
display:block;
margin-top:0;
background:url(../images/navbg.png) left repeat-x;
border-bottom:1px solid #000;
font-weight:700;
padding:10px;
height: 17px;
}

.nav ul li a {
color:#fff;
}

.nav ul li a:hover {
color:#967842;
text-decoration: none;
}

.nav img {
margin-top:30px;
}

.right_col {
float:left;
width:230px;
margin:20px 0 0 -250px;
}

.right_col p {
padding-top: 10px;
text-align: center;
}

.right_col ul li {
display:block;
float:left;
width:230px;
padding:5px;
border-bottom:1px solid #000;
}

.footer {
float:left;
width:75%;
border:1px solid #322;
padding-left:20px;
background-color:#336699;
color:#fff;
margin:-5px 0 0;
}


.footer p {
text-align:left;
font-size:80%;
margin:0;
padding:4px;
}


hr {
text-align:left;
margin-left:50px;
width:150px;
color:#336699;
background-color:#336699;
height:1px;
}

.nav ul,.right_col ul {
list-style-type:none;
margin:0;
padding:0;
}

#subnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnav li { /* all list items */
	float: left;
	position: relative;
	width: 13em;
	
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}

#subnav li#first {
	border-left-width: 1em;
}

#subnav li#last {
	border-right-width: 1em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	
	font-weight: normal;
	padding: 0em 0.5em 1.5em 0.5em;
}

li li {
	display: block;
	float: none;
	background-color: white;
	padding: 1em;
	/*border-bottom: 1px solid #7d6340;*/
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
