body {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: left;
	height: 100%;
	width: auto;
	background-position: center top;
	background-color: #D5DD78;
	background-image: url(http://www.trueoffsets.com/images/Backgroundindex.jpg);
	background-repeat: no-repeat;
}

/*LINKS*/

a:link{
	text-decoration: underline;
	color: #663815
}

a:visited{
	text-decoration: underline;
	color: #666615
}

a:hover{
	text-decoration: none;
}

/*DIVS*/

#menu {
	margin: 0 auto 0 auto;
	padding: 13px 20px 0 0;
}


#wrapper{
	margin: 0 auto 0 auto;
	top: 208px;
	position: relative;
	width: 780px;
	padding-left: 30px
}

#header{
	width: 780px;
}

#container{
	position: relative;
	float: left;
	width: 720px;
	padding: 0px;
	height: auto;
}

.sidebar{
	position: relative;
	float: left;
	width: 0px;
	margin: 0 0 0 10px;
	padding: 15px 10px 0 10px;
}

#search{
	padding: 5px;
}

#footer{
	clear: both;
	float: left;
	position: relative;
	width: 760px;
	font-size: 12px;
	font-style: italic;
	color: #663917;
	margin-bottom: 30px;

}

.post{
	padding: 0px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	color: #336600;
	line-height: 22px;
}

/*FONTS*/

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
