/* GLOBALS */
body { 
	background: #7a5646 url(images/background2.jpg);
	font-family: Georgia, "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color:#333;
}

p { line-height:1.65; }
h2 { font-size:2.5em; }
a { color: #6f7151; text-decoration:underline;}
a:hover { color: #7f8161; text-decoration:none;}


/* LAYOUT */
#container { 
	margin:32px auto; 
	box-shadow: 0px 0px 20px #111;
	-webkit-box-shadow: 0px 0px 20px #111;
	-moz-box-shadow: 0px 0px 20px #111;
}	
#header { 
	height:200px;
	background:#333 url(images/header-bg.jpg) no-repeat;	
	position:relative; 
}
#header h1 {	
	position:absolute;
	top:50px;
	left:400px;
	width:400px;
	height:80px;	
}

#header h1 a {
	text-indent:-999em;	
	display:block;
	width:400px;
	height:80px;		
}

#content {
	background: #cccc9a url(images/sidebar-bg.jpg) bottom left no-repeat;	
	overflow:hidden;
	font-size:1.2em;
}

#left { 
	width:218px; 
	padding:15px; margin:0; 
	min-height:	400px;	
}

#primary { 
	width: 652px; 
	padding:30px; margin:0;
	padding-bottom:999em;
	margin-bottom:-996em;
	background: #fff;
}

#footer { 
	background:#333;
	color:#aaa;
	font-size:.8em;
	padding:1.5em;
	text-align:right;
}
#footer p { padding:0; margin:0; }

/* MAIN NAV */
#navPrimary {
	margin-top:1.5em;	
}

#navPrimary li {
	float:none;
	position:relative;
}

#navPrimary li a {
	color:#444;
	font-size:1.1em !important;	
	padding:.50em ;
	display:block;
	text-decoration:none;
}
#navPrimary li a:hover {
	color:#111;
}

#navPrimary li ul{
	border: 1px solid #fff;
	width:300px;
}

#navPrimary li:hover ul, #navPrimary li.sfhover ul{
	left:200px;
	top:0;
}

#navPrimary li li{
	width:300px;
	border-top:1px solid #fff;
	background:#cc9;
}

/* Home Page */
#homepage .pageTitle {display:none;}
#homepage #primary p { font-size:1.3em; line-height:2;}