body {
	background-image: url(../img/site_bg.jpg);
	background-position: top center;
	background-color: #150e09;
	background-repeat: no-repeat;
	text-align: center;
}

p {
	padding-left: 3px;
	margin-top: 6px;
	line-height: 150%;
}

td {
	padding-left: 0;
	padding-right: 16;
	padding-top: 10;
	padding-bottom: 6;
}

/* Content DIVs*/

#content {
	text-align: left;
	width: 800px;
	height: 500px;
	margin-top: 100;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/content_bg.png);
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0px;
	color: #464646;	
}

#content_sectionimg {
	clear: both;
	width: 155px;
	height: 430px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#content_sectioncopy {
	width: 575px;
	margin-top: 20px;
	padding-left: 20px;
	float: left;
	position: relative;
}

#content_sectioncopyscroll {
	overflow: auto;
	width: 575px;
	height: 430px;
	margin-top: 20px;
	float: left;
	padding-left: 20px;
	position: relative;
}

/* Navigation */


#nav {
	position: relative;
	margin-left: 3px;
	padding-left: 6px;
}

ul#nav li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	margin-top: 13px;
}

ul#nav li a {
	display: block;
	text-indent: -5000px;
	height: 20px;
	background-image: url(../img/navigation.png);
	outline: none;
}

li#nav_background a {
	width: 75px;
	background-position: -5 0;
}
li#nav_background a:hover {
	background-position: -5 -32px;
}

li#nav_credits a {
	width: 43px;
	background-position: -100 0;
}
li#nav_credits a:hover {
	background-position: -100 -32px;
}

li#nav_portfolio a {
	width: 59px;
	background-position: -162 0;
}
li#nav_portfolio a:hover {
	background-position: -162 -32px;
}

li#nav_contact a {
	width: 52px;
	background-position: -242 0;
}
li#nav_contact a:hover {
	background-position: -242 -32px;
}

/* Styles */

.sectionheading {
	font-size: 17px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-weight: bold;
	color: #6e4100;
}

.heading {
	font-size: 15px;
	border: 1px solid #1b2e5e;
	text-align: center;
}

.signature {
	margin-left: 400px;
	font-style: italic;
	font-style: serif;
}
