/* @override http://www.mikeziray.com/testsites/honeycutt/css/layout.css */

body{
	color: #242424;
	font-family: "Century Gothic";
	width: 1024px;
}

#header_image img {
	position: absolute;
	top: -10px;
	left: -1px;
}

#header_title {
	height: 110px;
	background: url(../img/title.jpg) no-repeat;
	left: 410px;
	position: relative;
	width: 410px;
	top: 30px;
}

#nav{
	position: relative;
	top: 175px;
	left: 25px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	margin-bottom: 8px;
	width: 180px;
}

#welcome {
	width: 500px;
	position: relative;
	left: 250px;
}

#image{
	position: relative;
	top: -47px;
	left: 237px;
	width: 520px;
}

p.thank_you {
	color: #e31778;
	font-weight: bold;
	width: 250px;
	text-align: center;
}

.inputButton {
	position: relative;
	left: 254px;
	bottom: 15px;
}

#resume {
	position: relative;
	left: 180px;
	width: 650px;
	margin-bottom: 100px;
}

p.resume_text {
	padding-left: 100px;
	margin-top: 0;
}

#contact {
	left: 340px;
	position: relative;
	width: 500px;
	font-size: .8em;
	top: -20px;
}

#description{
	position: relative;
	top: -295px;
	left: 801px;
	width: 200px;
}

#description b {
	font-size: 18px;
}

#description p {
	font-size: 16px;
}

#controls{
	position: absolute;
	left: 726px;
	width: 100px;
	top: 590px;
}

#controls a{
	color: #fff;
}

#controls a img {
	padding-right: 30px;
	text-decoration: none;
}

#copyright{
	position: absolute;
	top: 435px;
	left: 70px;
	width: 170px;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #FF0066;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}