@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f6f6f6;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	text-indent: -9999px;
}
#header {
	height: 316px;
	width: 965px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#nav-wrapper {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 885px;
	margin: 0px auto 0px;
}
html>body #nav-wrapper {
	margin-top: -5px;
}

#nav {
	padding-top: 7px;
	margin: 0px 0px 0px 15px;

}


#nav li {
	display: inline;
	padding: 0px 15px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
#nav a:hover {
	color: #CAF937;
}

#nav ul {
	width: 600px;
	float: left;
}
#bookmark {
	float: right;
	margin-right: 5px;
}
#content-wrapper {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	float: left;
	width: 885px;
	background-color: #E4EDD9;
	padding-bottom: 15px;
}

#content {
	float: left;
	width: 405px;
	background-color: #e4edd9;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
#post-bg {
	padding: 0px 5px 0px 15px;

}
.post {
	margin-bottom: 15px;
	margin-top: 20px;

}
.title a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #5ba005;
	padding-left: 25px;
}
.headline {
	background-image: url(images/bullet-title.gif);
	background-repeat: no-repeat;
}
.headline p {
	font-size: 11px;
	color: #5ba005;
}
.headline  p a {
	color: #5ba005;
	text-decoration: none;
}
.headline a:hover {
	text-decoration: underline;
}




.title a:hover {
	text-decoration: underline;
}
.article {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #808080;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
}
.article p {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #808080;
	padding-top: 5px;
}
.article a {
	text-decoration: none;
}

.author a  {
	width: auto;
	font-size: 11px;
	color: #606060;
	padding-right: 5px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
}
.author a:hover {

}
.break a:hover {
	text-decoration: underline;
}

.break {
	height: 20px;
}
.break p {
	font-size: 11px;
	color: #404040;
}
#left-column {
	width: 200px;
	float: left;
	margin: 0px15px 0px 0px;
	background-image: url(images/panel-left.jpg);
	background-repeat: repeat-x;

}
#panel-left   h2 {
	color: #5ba005;
	font-size:14px;
	height: 22px;
	padding: 5px 20px 0px 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5ba005;
	margin: 0px 10px 10px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#panel-left {
	margin-top: 20px;
}

#panel-left   ul {
	margin: 0px 10px 10px 10px;
}
#panel-left   ul   li{
	padding-bottom:5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;	color: #505050;
	list-style-image: url(images/bullet.gif);
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #505050;
	padding-top: 5px;
	list-style-position: inside;
}
#panel-left    ul  li  a {
	color: #505050;
	border: none;
	padding-right: 11px;
	text-decoration: none;
	padding-left: 10px;
}
#panel-left   a:hover {
	text-decoration: none;
	color: #787878;
}
.break a {
	color: #5ba005;
	text-decoration: none;
	font-weight: bold;
}


#right-column {
	width: 280px;
	float: left;
	padding-top: 20px;
	background-image: url(images/panel-right.jpg);
	background-repeat: repeat-x;
}
#right-column    h2 {
	color: #5ba005;
	font-size:14px;
	height: 22px;
	padding: 5px 20px 0px 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5ba005;
	margin: 0px 10px 10px;
}
#right-column    ul {
	margin: 0px 10px 10px 10px;
	padding-left: 0px;
}
#recent {
	margin-top: 15px;
	float: left;
	width: 255px;
	margin-left: 10px;
}

#right-column    ul    li{
	padding-bottom:5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #505050;
	list-style-image: url(images/bullet.gif);
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #505050;
	padding-top: 5px;
	list-style-position: inside;
}
#right-column     ul   li   a {
	color: #505050;
	border: none;
	padding-right: 11px;
	text-decoration: none;
	padding-left: 10px;
}
#right-column    a:hover {
	text-decoration: none;
	color: #787878;
}

#search {
	float: right;
	width: 250px;
	height: 40px;
	margin: 0px 15px 15px 10px;
	background-color: #f6f6f6;
}
#search-bg {
	width:230px;
	margin:0px auto 0px;
	height: 40px;
}
#search-input {
	float: left;
	height: 19px;
	margin: 11px 5px 11px 0px;
	width: 183px;
}
#search-button {
	float: right;
	margin: 11px 0px 5px 0px;
}

#searchform #s2 {
	background: #b3d08f;
	border: 0px solid #b3d08f;
}
#ad01 {
	height: 125px;
	width: 125px;
	float: left;
}
#ad02 {
	margin-left: 5px;
	float: left;
}

.ad {
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
}
#footer {
	margin-right: auto;
	width: 885px;
	margin-left: auto;
	float: left;
	margin-top: 15px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: #505050;
	padding-bottom: 15px;
}
#footer a {
	color: #505050;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#google_ads{width:100px;}