* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #636363;
	background: url(images/background.gif) repeat 0 0;
}
a {
	color: #9AB21E;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}
select{font-size: 10px;}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	background-color: #ffffff;
	width: 950px;
	margin: auto auto;
	text-align: left;
	margin-top: 55px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 125px;
	position: relative;
	background: url(images/backgroundh.jpg);
}
	#header ul {
		list-style-type: none;
		position: absolute;
		top: -30px; left: 5px;
	}
		#header ul li {
			float: left;
			padding: 2px 3px;
			font-weight: bold;
			text-transform: uppercase;
			font-family: Verdana;
		}
		#header ul li a {
			display: block;
			background-color: #5C6143;
			color: #ffffff;
			padding: 7px 14px;
			text-decoration: none;
		}
	#header .logo {
		clear: both;
		float: left;
		padding: 22px 110px 0;
	}
		#header .logo h1 {
			font-size: 2.5em;
			font-family: Verdana;
			text-transform: uppercase;
			margin-bottom: 5px;
color: #ffffff;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			font-size: 1em;
			font-weight: bold;
			font-family: Verdana;
			text-transform: uppercase;
			padding-left: 5px;
color: #F2F7DD;
		}
	#header .ad468x60 {
		float: right;
		padding: 30px 15px;
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 510px;
	float: left;
}
	#content .post {
		width: 510px;
		float: left;
		padding-top: 10px;
border-bottom: 1px solid #EAEAEA;
	}
		#content .post h2 {
			text-transform: uppercase;
			font-size: 1.1em;
			font-family: Verdana;
			margin-bottom: 15px;
		}
		#content .post p {
			padding: 5px 0;
			line-height: 1.4em;
			text-align: justify;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 200px;
	float: right;
	padding: 0px 10px;
	padding-top: 10px;
}
	#sidebar .box {
		margin-bottom: 10px;
	}
		#sidebar .box h2 {
			background-color: #A3B82B;
			font-weight: bold;
			font-size: 0.9em;
			font-family: Verdana;
			color: #ffffff;
			text-transform: uppercase;
			padding: 6px 10px 6px;
		}
		#sidebar .box ul {
			padding: 5px 10px;
			border: 1px solid #EAEAEA;
			list-style-type: none;
		}
			#sidebar .box ul li {
				line-height: 1.4em;
				padding: 2px 0;
			}
			#sidebar .box ul li a {
				color: #636363;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #9AB21E;
				text-decoration: underline;
			}
	#sidebar .ads {
		padding: 5px 10px;
		border: 1px solid #EAEAEA;
font-size: 10px;
line-height:14px;
	}
/** END sidebar **/

/** BEGIN sidebar **/
#sidebal {
	width: 200px;
	float: left;
	padding: 0px 10px;
	padding-top: 10px;
}
	#sidebal .box {
		margin-bottom: 10px;
	}
		#sidebal .box h2 {
			background-color: #A3B82B;
			font-weight: bold;
			font-size: 0.9em;
			font-family: Verdana;
			color: #ffffff;
			text-transform: uppercase;
			padding: 6px 10px 6px;
		}
		#sidebal .box ul {
			padding: 5px 10px;
			border: 1px solid #EAEAEA;
			list-style-type: none;
		}
			#sidebal .box ul li {
				line-height: 1.4em;
				padding: 2px 0;
			}
			#sidebal .box ul li a {
				color: #636363;
				text-decoration: none;
			}
			#sidebal .box ul li a:hover {
				color: #9AB21E;
				text-decoration: underline;
			}
	#sidebal .ads {
		padding: 5px 10px;
		border: 1px solid #EAEAEA;
font-size: 10px;
line-height:14px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	color: #ffffff;
	padding: 20px;
	font-family: Verdana;
	font-size: 0.9em;
}
/** END footer **/