
body {
	padding:25px 0 0 0;
	margin:0;
	height: 100%;
	background: #70706e url(/images/interface/stripebg.gif) repeat-x;
  }
	
	
/*--------------------------  Text  ------------------------------------*/

.bodyText {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#424242;
	}
	
.bodyText a {
	color:blue;
	}
	
.newsText {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#424242;
	}	
	
.newsText a {
	color:#554b2e;
	}
	
h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#4c1212;
	}

/*--------------------------  Structure ------------------------------------*/
	
#mainContainer {
	width:885px;
	margin:0 auto;
	padding:0;
	height:auto;
	}
	
#bodyContainer {
	width:751px;
	background: #d7d5cd url(/images/interface/curvebg.gif) no-repeat top;
	border-right:2px solid #494948;	
	float:left;
	}

#content {
	width:700px;
	margin:0 auto 25px auto;
	clear:both;
	}
	
	
.clearDiv {
	clear:both;
	}

#titleGraphic {
	width:232px;
	padding:50px 0 0 0;
	text-align:center;
	float:left;
	}
	
#photoArea {
	width:519px;
	float:right;
}

.divider {
	border-bottom:1px dotted #6e705f;
	margin:15px 0;
	}



/*--------------------------  Menu ------------------------------------*/

#menu {
	width:130px;
	float:left;
	background:#a9945b;
	}

	#nav, #nav ul { /* all lists */
		padding:0;
		margin:30px 0 25px 0;
		list-style: none;
		float: left;
		width: 120px;
		font:12px Arial, Helvetica, sans-serif;
	}
	
	#nav li { /* all list items */
		position: relative;
		float: left;
		line-height:19px;
		width:120px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 130px;
		margin-top : -30px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		
	}
	
	#nav li a {
		width:100px;
		display:block;
		text-decoration:none;
		background-color:#a9945b;
		padding:5px 15px 5px 15px;
		color:#ffffff;
		border-bottom:1px dotted #746439;
		text-align:right;
	}
	
	#nav li:hover, #nav li.hover {
    position: static;
	}
	
	#nav li a:hover {
		color:white;
		background-color:#4c1212;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#nav li ul li a {
	background:#c8bf93;
	width:175px;
	color:#4b4c42;
	border-bottom:1px solid #e2dab6;
	text-align:left;
	}
	
	
/*--------------------------  Footer ------------------------------------*/
#footer {
	width: 750px;
	margin:15px 0 25px 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	float:right;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#ffff99;
	}


