@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#c3c3c3;
	}
#wrapper{
	margin:0 auto;
	width:960px;
	background-color:#FFFFFF;
	}
#masthead{
	float:left;
	width:960px;
	background-color:#FFFFFF;
	}
#logo{
	float:left;
	width:225px;
	}
#header{
	float:left;
	width:735px;
	}
#contentwrap{
	float:left;
	width:960px;
	background-image:url(../img/stretcher.jpg);
	background-repeat:repeat-y;
	}
#left{
	float:left;
	width:225px;
	}
#leftNav{
	float:left;
	width:225px;
	}
#leftNav ul{
	list-style:url(../img/list.jpg);
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	`padding-left:30px;
	}
#leftNav ul li{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #317425;
	width: 150px;
	}
#leftNav ul li a{
	color:#000000;
	text-decoration:none;
	}
#leftNav ul li a:hover{
	color:#226697;
}
#blog{
	float:left;
	`float:none;
	width:186px;
	margin-left: 30px;
	margin-top: 30px;
	}
#blog-top{
	float:left;
	`float:none;
	width:186px;
	height:61px;
	background-image:url(../img/blog-top.jpg);
	background-repeat:no-repeat;
	}
#blog-mid{
	float:left;
	`float:none;
	width:156px;
	background-image:url(../img/blog-stretch.jpg);
	background-repeat:repeat-y;
	padding-left: 20px;
	padding-right: 10px;
	}
#blog-mid p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#15572c;
	margin:0px;
	padding:0px;
	font-size:11px;
	}
#blog-btm{
	float:left;
	`float:none;
	width:186px;
	height:17px;
	background-image:url(../img/blog-btm.jpg);
	background-repeat:no-repeat;
	}
#right{
	float:left;
	width:735px;
	}
#text{
	float:left;
	width:680px;
	padding-left: 20px;
	background-image: url(../img/stretcher2.jpg);
	background-repeat: repeat-y;
	margin-top: 30px;
	}
#text h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#006600;
	font-size:24px;
	margin:0px;
	padding:0px;
	}
#text h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:18px;
	}
#text h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:14px;
	}
#text p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:12px;
	}
#footer{
	float:left;
	width:960px;
	height:82px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	}
#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#226697;
	margin:0px;
	padding:0px;
	}
#footer a{
	color:#226697;
	}
#footer img{
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

