body {
	text-align: center; /* IE6 needs this to center the layout in the browser window */
	font-size: 101%;
	background-color: #260f00;
	padding-top: 40px;
}
	
#main_wrapper {
	width: 740px; /* widths of columns will change proportionately as this width is changed */
	margin-left: auto;  /* centers layout in browser */
	margin-right: auto; /* centers layout in browser */
	text-align: left; /* resets the centering hack for IE6 on the body tag */
	background-color: #fdfcfa;
}

#header {
padding: 0px;
}

h1 {
font-size: 1px;
color: #260f00;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
margin: 0; 
text-align: left;
color: #260f00;
padding: 15px 0px 5px 0px;
}

#nav_inner {
text-align: left;
padding-left: 75px;
}

#nav_inner ul {
list-style-type: none;
margin: 0;
padding: 0.5em 0.5em 0.5em 45px;
}

#nav_inner li {
margin: 0 0 .1em 0;
font-size: 1em;
}

#nav_inner ul li {
display: inline;
}

#nav_inner a {

color: #fdfcfa; 
background-color: #260f00;
width: 9em;
padding: .1em .35em;
text-decoration: none;
}

#nav_inner a:hover {
background-color: #C2BBB6;
color: #260f00;

}

#nav_inner a:visited {
background-color: #C2BBB6;
color: #260f00;

}

#portrait { 
float: right;
padding: 10px;
}

#portrait {
font-weight: bold;
width: 300px;
}

#content {
padding: 0px 75px 0px 75px;
}

#content p {
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .83em;
line-height: 1.6em;
}

#content a {
color: #260f00;
font-weight: bold;
}

#content sup a.note {

background-color: #550000;

color: #333;

margin-right: .2em;

padding: .1em .2em .1em .2em;

text-decoration: none;

border: none;

line-height: 0em;

}

 

#content sup a.note:visited {
	background-color: #996633;
}

 

#content sup a.note:hover,
#content sup a.note:active {
	background-color: #FFFFE8;
}

 
#footnotes {
margin: 15px 0 15px 0;
font-size: .83em;
}

#footnotes sup a.note {

background-color: #550000;

text-decoration: none;

color: #333;

padding: .1em .2em .1em .2em;

margin-right: .2em;

border: none;

line-height: 0em;
}

 

#footnotes sup a.note:visited {

background-color: #996633;

}

 

#footnotes sup a.note:hover,
#footnotes sup a.note:active {

background-color: #FFFFE8;

} 


#footer {
clear:both; /* makes the footer sit below whichever column is longest */
text-align: left;
}	

#footer a {
color: #260f00;
font-weight: bold;
font-size: 0.83em;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .83em;
text-align: left;
padding-top: 1em;
  }
	
#header_inner, #nav_inner, #content_inner, #promo_inner {
overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}
	
	
#nav_inner {
padding: 0 10px 0 30px; /* creates space between the box and the content */
}
	
#content_inner { 
padding:0 30px; /* creates space between the box and the content */
}
	
#footer_inner {
padding:10px 15px 0.5em 75px; /* creates space between the box and the content */
}
