html, body {
	margin: 0;
	padding: 0
}
body {
	color: #000;
	background: #e7e6e8;
	font-family: verdana, sans-serif
}
a {
	color: white;
	font-size: 65%;
	text-decoration: none
}

p {
position: relative;
top: -15px;
}
/***********************************/
#wrap {
	background: #6b8e23;
	margin: 0 auto;
	width: 800px;
	height: auto;
	min-height: 500px;
	position: relative;
	top: -20px;
}
/***********************************/
#header {
	background: #000;
	text-align: center
}
h1 {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	padding: 15px 0 5px 10px
}
h2 {
	margin: 0 0 1em;
}
#siteTitle {
	color: #ff0;
	font-size: 200%;
	font-weight: bold;
}
#siteTagline {
	color: #fff;
	font-size: 80%;
	font-weight: bold;
}
/***********************************/
#nav {
	color: #fff;
	background: #000;
	text-align: center;
}
/***********************************/
#main {
	float: left;
	font-size: 80%;
	width: 600px;
	padding: 12px;
	background: #fff;
	min-height: 500px;
}
/***********************************/
#adsenseMainBlock {
	float: left;
	margin: 10px;
}
/***********************************/
#sidebar {
	float: left;
	width: 158px;
	background: #6B8E23;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	width: 160px;
	position: relative;
	left: -30px;
}
/***********************************/
#footer {
	color: #fff;
	background: #000;
	clear: both;
	padding: 5px 20px;
	text-align: center;
}
#footer p {
	margin: 0;
}
#copy {
	font-size: 70%;
	color: #fff;
}
/***********************************/
* html #footer {
	height: 1px;
}
