html, body
	{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #333;
	background: #D9A166 url(../images/background.jpg) repeat-x top left;
	}


#page
	{
	width: 780px;
	margin: 0 auto;
	line-height: 14pt;
	}

#header
	{
	width: 780px;
	height: 170px;
	background: #fff url(../images/header.jpg) no-repeat top left;
	}

#nav-row
	{
	width: 780px;
	height: 197px;
	background: #fff url(../images/house.jpg) no-repeat top left;
	}

#nav-box
	{
	height: 197px;
	margin: 0;
	padding: 0;
	background-image: url(../images/doorknob.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

#nav
	{
	padding: 0;
	margin: 0;
	margin-left: 439px;
	}

#nav a {
}

#content
	{
	width: 780px;
	padding: 0;
	margin: 0;
	background: #EDDFD2 url(../images/bottom-runner.jpg) repeat-y top right;
	
	}

#contenttable
	{
	width: 780px;
	background: #EDDFD2 url(../images/right.jpg) no-repeat top right;
	}
	
	
#leftside
	{
	width: 439px;
	padding: 0;
	margin: 0;
	background: #fff;
	border-left: 1px solid #DFC5AC;
	border-bottom: 1px solid #DFC5AC;
	}
#leftdiv
	{
	padding: 15px;
	}
	
#rightside
	{
	width: 341px;
	height: 192px;
	}

#rightdiv
	{
	padding: 15px;
	}

#whole-table {
	background: #fff;
	width: 780px;
	padding: 10px 10px;
	border-bottom: 1px solid #DFC5AC;
}

#footer
	{
	width: 780px;
	background: #fff;
	}	
	
#footer-links
	{
	padding: 5px 0;
	margin: 0 auto;
	width: 70%;
	text-align: center;
	}
	
/*******************************************
Typography
*******************************************/

h1
	{
	color: #6C1209;
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
	}

h2
	{
	color: #C47028;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	}
	
a img
	{
	border: none;
	}

a
	{
	color: #500F00;
	}
a:hover
	{
	text-decoration: none;
	}

.clear
	{
	clear: both;
	}

#footer-links
	{
	color: #333;
	font-size: 8pt;
	line-height: 12pt;
	}

