@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:  0;
}

img a{
	border: 0 none;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.alignleft {
	float: left;
	margin: 10px 15px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 15px;
}

.clear {
	clear:both;
}
body {
	background: #fff;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#333;
	line-height:1.5;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #424244;
	background:url(../image-files/body-bg.gif) top left repeat-y;
}

#page-wrap-wide {
 	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #424244;
	background:url(../image-files/body-bg-wide.gif) top left repeat-y;
}

#header {
	width: 960px;
	background:url(../image-files/head.jpg) top left no-repeat;
	height: 186px;
}

#content {
	
	width: 960px;
	overflow: hidden;
}

#left-nav {
	background: #a1dc74 url(../image-files/left-nav-bg.jpg) top left no-repeat;
	width: 182px;
	float: left;
	margin-bottom: 20px;
	line-height: 1.2;

	
}

#left-nav h4{
	display:block;
	background: #855a42;
	
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 10px 0;
	padding: 10px 0 10px 5px;
}


#left-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#left-nav li{
	margin: 2px 5px;
	
}

#left-nav li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding: 6px 5px 8px 5px;
	
}

#left-nav li a:hover{
	background:url(../image-files/left-nav-hover.gif) left center no-repeat;
}
#right-sidebar {
	background: #424244;
	width: 220px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
} 

#ezine {
	width: 190px;
	background: #fff;
	margin: 0 auto;
}

#ezine h4 {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, serif;
	color: #fff;
	background: #a1dc74;
	padding: 5px;
	text-align: center;
}

#ezine p{
	font-size: 12px;
	text-align: center;
	margin: 10px 5px;
}

.site-search {
	padding: 10px;
	text-align: center;
	margin: 15px 0;
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.site-search p{
	margin: 10px 0;
}
.main-content {
	background: #fff;
	width: 525px;
	float: left;
	padding: 10px 5px 10px 15px;
}
.wide{
	width: 745px;

}

.main-content img{
	padding: 3px;
	border: 1px solid #855a42;
}
.main-content p{
	margin: 15px;
}

.main-content a{
	text-decoration: none;
	
	color: #0000ff ;
}

.main-content a:hover{
	text-decoration: underline;
	border-bottom: none;
}
.main-content h1 {
	color: #8c5e4f;
	font-size: 28px;
	text-align: center;
	margin: 10px 5px;

}

.main-content h2 {
	color: #5cb917;
	font-size: 20px;
	text-align: center;
	margin: 15px 5px;

}
#footer {
	background: #a1dc74;
	width: 960px;
	clear: both;
	border-top: 5px solid #424244 ;
	}
	
#footer p {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 15px 10px;
}