@charset "utf-8";
/* CSS by Lindsey Lake
	CSSgirl.com
 */

body {
	background:#F7F2EE url(images/bg.png);
	margin:0;
	padding:0;
	}
	
#container {
	margin:0 auto;
	width:780px;
	position:relative;
	}
	
#shadow {
	width:785px;
	float:left;
	background:url(images/shadow.jpg);
	margin-top:-9px;
	padding-bottom:100px;
	}	
	
#header {
	background:#fff /*url(images/header.jpg)*/;
	width:763px;
	height:228px;
	border:1px solid #DFD7D1;
	border-bottom:none;
	margin-left:9px;
	text-align:center;
	float:left;
	}
	
#header a img {
	text-decoration:none;
	border:none;
	}	
	
#navtabs {
	width:753px;
	float:left;
	margin-top:-24px;
	padding-left:10px;
	border:1px solid #DFD7D1;
	border-top:none;
	border-bottom:3px solid #d9f3c4;
	margin-left:9px;
	}			
	
a.navtab  {
	background:#d9f3c4 url(images/tabbg.jpg);
	width:91px;
	height:24px;
	float:left;
	background-repeat:no-repeat;
	margin-right:2px;
	font:18px "trebuchet ms", arial, sans-serif;
	color:#849d71;
	text-decoration:none;
	text-align:center;
	}
	
a:hover.navtab {
	background:url(images/tabbg-hover.jpg);
	background-repeat:no-repeat;
	}		
	
#content {
	float:left;
	/*background:url(images/contentbg.jpg);*/
	background:#fff;
	width:763px;
	padding-top:25px;
	border:1px solid #DFD7D1;
	border-top:none;
	border-bottom:none;
	padding-bottom:50px;
	margin-left:9px
	}
	
#left {
	float:left;
	width:540px;
	padding-left:0px;
	}
	
#left .mheader {
	background:url(images/main-headerbg.jpg) no-repeat;
	width:529px;
	height:26px;
	font:18px "trebuchets ms", verdana, arial, sans-serif;
	color:#fff;
	margin-left:10px;
	padding-top:4px;
	}	
	
#left .main {
	width:529px;
	background:url(images/mbg.jpg) repeat-y;
	margin-left:10px;
	padding-top:10px;
	}	
	
#left .main p {
	width:480px;
	}		
	
#left .mbottom {
	background:url(images/mbottom.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	height:86px;
	width:529px;
	margin-top:-10px;
	}	
	
#left .mheader h1, .right-header h1 {
	font:18px "trebuchets ms", verdana, arial, sans-serif;
	color:#fff;
	padding:0;
	margin:0;
	margin-left:15px;
	}	

.right-header h1 {
	font-size:16px;
	font-weight:bold;
	padding-top:6px;
	margin-left:8px;
	}	
	
#left .main h2 {
	text-align:right;
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#849d71;
	margin-bottom:0;
	padding-bottom:0;
	margin-right:40px;
	}	
	
#left a {
	color:#dbb175;
	}
	
#left a:hover {
	text-decoration:none;
	border-bottom:1px dotted;
	}		
	
#right {
	float:left;
	width:200px;
	margin-left:7px;
	}			
	
#left p , li {
	font:11px verdana, Arial, Helvetica, sans-serif;
	color:#506241;
	line-height:18px;
	text-align:justify;
	padding-left:20px;
	}		
		
.right-header {
	background:url(images/r-sidebarhead.jpg);
	color:#fff;
	font:18px "trebuchet ms", arial, verdana, sans-serif;
	width:210px;
	height:29px;
	}	
	
.rightbg {
	background:url(images/r-sidebarbg.jpg) repeat-y;
	width:211px;
	margin-top:-10px;
	}
	
.right-bottom {
	background:url(images/r-sidebarbottom.jpg) no-repeat;
	width:210px;
	height:80px
	}
		
.rightbg p {
	line-height:18px;
	text-align:justify;
	font:11px verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px;
	padding-right:15px;
	}