/* RESET */

html, body, div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img,
strong, dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
	text-decoration:none;
	color:#458e3e;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 20px;
	font-size: 13px;
	color:#3d3c3e;
	margin 0 0 1em 0;
}

h2 {
	font-family: "Trebuchet MS";
	color: #458e3e;
	font-size: 12px;
	margin-bottom: 5px;
}

h4 {
	font-family: "Times New Roman";
	color: #949494;
	font-size: 10px;
	text-decoration: none;	
	margin-top: 10px;
}

h3 {
	font-family: "Trebuchet MS";
	color: #3d3c3e;
	font-size: 14px;
	line-height: 18px;
}

h3 a {
	color: #458e3e;
}


/*MAIN STYLES*/

html {
	background-color: #f0edde;
}

#container {
/*background: url(../images/background.jpg) no-repeat;*/
	width:800px;
	margin: auto;
}

#container #hire{
	position: absolute;
	float: right;
	top: 0px;
	right: 60px;
	height: 66px;
	width: 88px;
}

#header {
	overflow: hidden;
	height: 100%; /* Needed for IE 6*/
}

#header img {
	float: left;
	margin-top: 65px;
	margin-bottom: 20px;
}

#header ul#nav {
	float: right;
	font-size: 16px;
	position: relative;
	top: 15px;
}

#nav li {
	display: inline;
	padding-left:0px;
}


#project {
	float:left;
	width: 225px;
	background-image:url(http://kcgiessen.com/images/project_background.png);
	padding:15px;
	margin-bottom:10px;
	margin-right:10px;
}

#feature {
	width: 485px;
	background-color:#ffffff;
	padding:20px;
	}

	
	
#feature h2, h4{
	text-align:left;
}
	
#back {
	float:none;
	padding-top:20px;
	}

#mainAbout {
	position: relative;
	margin-bottom:20px;
}

#mainAbout img#jeffTitle {
	position: absolute;
	float: left;
	right: 0px;
	top: 24px;
}

#mainAbout p#about_copy {
	position: absolute;
	float: left;
	left: 370px;
	top: 60px;
	width: 300px;
}

#mainAbout img#kcsaraImage {
	position: absolute;
	float: left;
	top: 280px;
	left: 0px;
	padding-bottom: 50px;
}

#mainAbout p#about_copy2 {
	position: absolute;
	float: left;
	left: 370px;
	top: 280px;
	width: 300px;
}


#mainAbout p#about_contact {
	position: absolute;
	float: left;
	left:370px;
	top: 505px;
	width: 300px;
	font-style:italic;
	}

#mainAbout h3#about_contact {
	position: absolute;
	float: left;
	left:370px;
	top: 470px;
	width: 300px;	
}	
#likesdislikes span {
	color:#458e3e
}

#mainAbout p#likesdislikes {
	position: absolute;
	float: left;
	left:370px;
	top: 580px;
	width: 300px;
}
