html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
}
html, body{
	height:100%;
	background-color:#EAE6B7;
}
div#clouds{
	background-image:url(images/clouds.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:100% auto;
	width:100%;
}
div#wrapper{
	height:100%;
	width:725px;
	background-color:#fff;
	margin:0 auto;
}
div#everything{
	width:100%;
	height:100% auto;
	min-height:100%;
	background-image:url(images/bottomBG.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


/*NAVIGATION*/

div#nav{
	background-image:url(images/head.gif);
	background-repeat:no-repeat;
	width:775px;
	height:130px;
	max-height:130px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:16px;
	font-weight:900;
	color:#7BC765;
}
div#links{
	margin-top:55px;
	width:400px;
	max-width:400px;
	float:right;
	margin-right:50px;
}
div#links a{
	color:#7BC765;
}
ul#linkleft{
	list-style-type:none;
	float:left;
	margin-left:35px;
	line-height:25px;

}
ul#linkright{
	list-style-type:none;
	float:right;
	margin-right:95px;
	line-height:25px;
}
ul#linkslist a{
	color:#FFF;
	font-weight:bolder;
	font-size:22px;
}
ul#linkslist li{
	display:inline;
	color:#FFF;
	padding-right:10px;
}
a#logo{
	float:left;
	padding-left:25px;
}

/*CONTENT*/

div#content{
	margin-bottom:25px;
	min-height:375px;
	padding-left:25px;
}
.post{
	margin-bottom:25px;
}
.pagehead{
	color:#333;
	font-family:georgia, palatino, "Times New Roman", serif;
	font-size:48px;
	font-weight:normal;
	margin:25px 0;
}
.posthead{
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:500;
	font-size:18px;
	margin-top:45px;
	color:#7BC765;
}
.postimg, postobject{
	margin:20px 0;
}
.desc{
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#333;
	max-width:550px;
}


/*CONTACT FORM*/

div#contactme{
	float:left;
	width:275px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#333;
}
div#form{
	float:right;
	width:375px;
	margin-right:25px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#333;
}
legend{
	font-size:12px;
}
label{
	line-height:30px;
}
input{
	margin-bottom:20px;
}
.error{
	color:#900;
}


/*FOOT*/

div#foot{
	width:775px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:11px;
	font-weight:200;
	color:#888;
	padding:25px 0;
	margin-right:-25px;
}
ul#footlinks{
	list-style-type:none;
	padding-bottom:20px;
}
ul#footlinks a{
	color:#888;
}
li.footlink{
	display:inline;
	padding-right:25px;
}

