html, body {
	width: 100%;
}

body {
	background-color: #68584e;
	margin: 0px;
	padding: 0px;
}
body, p, td {
	font-family: Arial,Helvetica;
	font-size: 12pt;
	color: #746856;
}

a {
	color: #793620;
	text-decoration: none;
}
a:hover, a:active {
	color: #ca6500;
	text-decoration: underline;
}

#page {
	background-color: #FFF;
	margin: 10px 0px 0px 0px;
	width: 100%;
	text-align: left;
}

#intpage {
	background-color: #FFF;
	background-image: url(texture.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 10px 0px 0px 0px;
	width: 100%;
	text-align: left;
}

#jen {
	float: left;
	width: 304px;
	padding: 0px;
}

#home {
	margin-left: 200px;
	padding: 0px;
	text-align: left;
	width: 700px;
	height: 465px;
}

#nav {
	float: left;
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 4px;
}
#nav a {
	color: #746856;
}
#nav a:hover, #nav a:active
{
	color: #ca6500;
	text-decoration: underline;
}

#content
{
	margin-left: 200px;
	padding-bottom: 10px;
	text-align: left;
	width: 700px;
	min-height: 440px;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
}

.aboutimg {
	float: right;
	padding: 10px;
}
.contact {
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	background-color: #BC9452;
	width: 100%;
	height: 75px;
	text-align: left;
}

#fcontent {
	background-color: #BC9452;
	background-image: url(warm_swirl.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: white;
	width: 900px;
	height: 75px;
	text-align: left;
}

#artgig {
	color: #C2B594;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	font-size: 10px;
	text-align: left;
	font-family: Arial,Helvetica;
}
#artgig a { color: #C2B594; }
#artgig a:hover, #artgig a:active { color: #C93; }