/* CSS Document */

body, html {
	background-color: #fffde4;
	margin:0 auto;
	padding:0 auto;
	text-align:center;
}

table {
	width: 600px;
	display: block;
	clear: both;
	padding: 5px;
}

#wrapper {
		height:100%;
		background-color: #fffde4;
		width: 800px;
		}

#header {	width:800px;
		}

#content	{
	width: 800px;
	background-color: #fffde4;
	height:100%;
	margin:0;
	padding:0;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#nav {	width: 158px;
		height:631px;
		margin:0;
		padding:0;
		float:left;
	}

#body {
	width: 600px;
	float: left;
}
		
#content p	{
	font-size:10px;
	color: #000000;
	padding-left:20px;	
	text-align: justify;
	}

#content h1	{
	font-size:14px;
	font-weight: bold;
	color: #cc9;
	}

.img	{float:right;
		padding: 5px;
		}
		
.right {
	background-image: url(../images/middleline.gif);
	background-repeat: repeat-y;
	background-position: left;
}
a:link {
	color: #9B6900;
}
a:visited {
	color: #9B6900;
}
a:active {
	color: #9B6900;
	text-decoration: none;
}
a:hover {
	color: #9B6900;
	text-decoration: none;
}em {
	font-weight: bold;
	text-transform: uppercase;
	color: #484300;
	font-style: normal;
}

