body {
	margin: 20px 0; 	
	padding: 0;
	font: normal 12px 'Trebuchet MS', sans-serif;
	color: #444;
	background: #dbc251;
}

a{
color: #802b4f;
text-decoration: none;
}
a:hover{
color: #dbc251;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	background: #FFF url(images/layout/bg.jpg) repeat-y;
}

#header {
	position: relative;
	height: 332px;
	background: #FFF;
}

#headerphoto {
	position: absolute;
	right: 15px; 
	top: 15px;
	width: 770px;
	height: 312px;
	background: #FFF url(images/layout/header.png) no-repeat;	
}

#content-wrap {
	clear: both;
	float: left;
	width: 770px; /*originally 100%*/
	background: #FFF url(images/layout/bg.jpg) repeat-y;
}

#content {
	width: 750px;	
	clear: both;
	text-align: left;	
	padding: 25px;
	margin: 0 auto;			
}

#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
	padding-right: 10px;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #660000;	
}

.sidebox {
	margin-bottom: 10px;	
}

/* main */
#main {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(images/layout/footer.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #993333;
}
#footer a:hover {
   	color: #333;
}

#navmenu {
	margin:0; 
	padding:0px 15px 10px 15px; 
	list-style:none;
	width: 800px;
}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#navmenu li {
		float:left; 
		display:block; 
		width:126px; 
		background:#dbc251; 
		position:relative;
		z-index:500; 
		margin:0 1px;
	}
		
	/* this is the parent menu */
	#navmenu li a {
		display:block; 
		padding:8px 5px 8px 5px; 
		font-weight:700;  
		height:30px;  	/* was 23 */
		text-decoration:none; 
		color:#fff; 
		text-align:center; 
		color:#333;
	}

	#navmenu li a:hover {
		color:#fff;
	}
	
	/* you can make a different style for default selected value */
	#navmenu a.selected {
		color:#f00;
	}
	
		/* submenu, it's hidden by default */
		#navmenu ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#navmenu ul li {
			width:126px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#navmenu ul a {
			display:block;  
			height:30px; 		/* was 15 */
			padding: 8px 5px; 
			color:#666;
		}
		
		#navmenu ul a:hover {
			text-decoration:none;	
		}
		
*html #navmenu ul {
	margin:0 0 0 -2px;
}
.clear {clear:both}   
.highlighted{
	background: #fff;
	padding: 1px 10px;
}

blockquote{
font-family: "Georgia";
font-style: italic;
font-size: 14px;
color:#802b4f;
background: #e9e3c9;
border-left: 5px solid #802b4f;
padding: 10px;
}

.indented{
padding-left: 166px;
}

.indented2{
padding-left: 234px;
}


