@charset "utf-8";
/* CSS Document */

body {
	background-color: ffffff;
	background-image:url(graphics/peach.jpg)
	background-repeat: repeat-x;
}

#wrapper{
	width:750px;
	margin:0px auto;
	text-align:right;	
	padding:10px 0px 0px 0px;

}

#container {
	width:800px;
	border: 4px double #FFFBA9; 
	margin-top: 5px;
	background-color: #ffffff;
	padding:0px;
	margin:0px auto;
	text-align:left;
	display:table;
	background color:#ffffff;
	
}


#topnav {
	width: auto;
	height: auto;
	font-size: 14px; 
	font-family: verdana, arial; 
	color: #000000
	;
	text-align: center;
}



#fp_left_column  { 
	width: 456px;
	text-align: left;
	color:#7eb148;
	float: left;
	padding-left: 10px;
}

#fp_right_column  { 
	width: 260px;
	text-align: right;
	float: right;
	padding-right: 10px;
}

#header2{
				background-color: #ffffff;
				
				text-align: center;
				padding-top: 10px;
				padding-bottom: 10px;
				padding-right: 25px;
				padding-left: 25 px;
				font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:20px;
			}
 
			#header2 a:link{
				color: #e8ef9f;
				text-decoration: none;
			}
			
			#header2 a:visited{
				color: #e8ef9f;
				text-decoration: none;
			}
 
			#header2 a:hover{
				color:#7EB148;
				font-weight: bold;
			}
			

			




#nav {
	width:22%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	
	#header a:link{
				color: #e8ef9f;
				text-decoration: none;
			}
			
			#header a:visited{
				color: #e8ef9f;
				text-decoration: none;
			}
 
			#header a:hover{
				color:#ffffba9;
				font-weight: bold;
			}
	
	
	
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:100%; /* this width + nav width must total 100% */
	top:0px;	
	
	background-image:url(content_bg.jpg);
	background-repeat: repeat-x;
	
	
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em;
		background-color:#BCD8ED /* creates space between the box  and the content */
	}
#nav_inner {
	padding:1em .8em; /* creates space between the box and the content */
	border-right:3px solid #B33; background-color:#CCFFFF;
	}
#content_inner { 
	padding:0 1em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}




	.style1{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:14px;}
	
	.style2{font-family:"Brush Script MT", Verdana, serif; font-weight:normal;font-size:24px;}

	.style8 {font-style: italic; font-family: "Trebuchet MS", Verdana, serif; font-size:16px;}

