* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% "Lucida Grande", sans-serif; background: #1e0f07 url(../images/background.jpg) top center no-repeat; } 
ul { list-style: none inside; }
a {color: black}

/* Helpful Tags*/
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* End Helpful Tags */

#page-wrap {
	width: 950px;
	min-height: 800px;
	margin: 0 auto;
}

.home {
	background: url(../images/page-wrap-background.jpg) no-repeat;
}

.contact {
	background: url(../images/contact-background.jpg) no-repeat;
}

.about {
	background: url(../images/about-background.jpg) no-repeat;
}

h1 {
	text-indent: -9999px;	
}

/* About */

#about {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	width: 650px;
	height: 200px;
	margin: 0 auto;
	clear: both;
	margin-top: 320px;
	color: #521b06;
}

#about p {
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}

#about h1 {
	text-indent: 0px;
	font-size: 28px;
	color: black;
}

/* Contact */

#contact {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	width: 500px;
	margin-left: 170px;
	margin-top: 320px;
}

#contact-header {
	text-indent: 0px;
	width: 340px;
}

#contact input {
	height: 20px;
	width: 200px;
	margin:  10px 0px 0px 0px;
}

#contact textarea {
	height: 100px;
	width: 200px;
	margin:  10px 0px 0px 0px;
}

#contact #button {
	float: none;
	margin-left: 85px;
}

#contact-text {
	float: right;	
}

/* Contact Info */
#contact-info {
	margin: 140px 125px 0px 0px;
	display: block;
	width: 280px;
}

#contact-info h1, h2, h3{
	text-indent: -9999px;	
}

label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 80px;
	float: left;
	text-align: right;
	padding: 0px 5px 0px 0px;
	margin:  10px 0px 0px 0px;
}

input {
	height: 20px;
	margin:  10px 0px 0px 0px;
}
	
#button {
	width: 100px;
	height: 20px;
	color: #000;
	background-color: #cc9966;
	border: solid black 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: right;
	margin-right: 50px;
}

#email-link {
	display: block;
	height: 60px;
	width: 270px;
	float: right;
}

#button:hover {
	background-color: #930;
}

/* End Contact Info */

/* Navigation */
#nav {
	position: relative;
	padding-left: 146px;
}
#nav li {
	display: inline;
	}
	#nav li a {
		display: block;
		height: 101px;
		text-indent: -9999px;
		float: left;
	}
	#nav li.home a {
		width: 91px;
		background: url(../images/nav-home.jpg) bottom center;
	}
	#nav li.contact a {
		width: 110px;
		background: url(../images/nav-contact.jpg) bottom center;
	}
	#nav li.about a {
		width: 131px;
		background: url(../images/nav-about.jpg) bottom center;
	}
	#nav li.current a {
		background-position: top center;
	}
	
	#nav li a:hover {
		background-position: center center;
	}
/* End Navigation */