@charset "UTF-8";
body {
	background-color: white;
	background-image: url(backgroundflat.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 990px;
}

div#banner {
	background-image: url(bannertexture.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div#nameplate {
	position: relative;
	left: 25%;
	
}

div#leftnav {
	background-image: url(leftnav.gif);
	width: 190px;
	background-repeat: no-repeat;
	float: left;
	height: 550px;
}

div#content {
	background-image: url(content.gif);
	width: 600px;
	background-repeat: repeat;
	float: left;
	height: 550px;
}

div#gallery {
	position: absolute;
	top: 150px;
	left: 250px;
}

div#rightnav {
	background-image: url(rightnav.gif);
	background-repeat: no-repeat;
	float: left;
	width: 190px;
	height: 550px;
}

li {
	list-style-type: none;
	color: white;
	font-family: "ITC Americal Typewriter";
	line-height: 200%;
}

a:link {
	color: #dfc33f;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

a:visited {
	color: #fcffb1;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

a:hover {
	color: #ffd322;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

a:active {
	color: #f8ff32;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

div#content > p {
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
	font-family: "ITC American Typewriter";
	color: #5c3900;
}

div#content p:first-child {
	padding-top: 5%;
}

div#content li {
	color: #5c3900;	
}

div#content a:link {
	color: #5c3900;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

div#content a:visited {
	color: #7a7700;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

div#content a:hover {
	color: #b57600;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

div#content a:active {
	color: #5c3900;
	font-family: "ITC Americal Typewriter";
	text-decoration: none;
}

div#rightnav img {
	padding: 6%;
}