/*******************************************************************************
   Page Setup
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: none;
   	}

html {
	background: url(../images/bkgrd/html_bkgrd.jpg) top center repeat;
	}

body {
   	background: url(../images/bkgrd/body_bkgrd.jpg) top center repeat-x;
	text-align: center;
   	}

div#container {
	width: 805px;
	height: 400px;
	margin: 0 auto;
	text-align: left;
	}

div#header {
	width: 432px;
	padding-top: 37px;
	padding-left: 15px;
	}
	
div#main {
	width: 805px;
	height: 376px;
	}
	
div#nav {
	float: left;
	width: 132px;
	height: 314px;
	padding-left: 21px;
	padding-top: 52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8B8A;
	}
	
div#content {
	float: left;
	width: 627px;
	height: 354px;
	margin-left: 10px;
	padding-top: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B49190;
	}
	
div#footer {
	width: 805px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #694C4B;
	font-size: 9px;
	text-align: right;
	padding-top: 5px;
	}

/*******************************************************************************
	Nav
*******************************************************************************/
#nav h1 {
	margin-bottom: 1px;
	margin-top: 1px;
	}

#nav h1 a {
	font-family: 'Times New Roman', sans-serif;
	color: #B49190;
	font-size: 24px;
	font-weight: normal;
	}
	
#nav h1.active a {
	color: #EECAC9;
	}
	
#nav h1 a:hover {
	color: #EECAC9;
	}
	
#nav ul {
	list-style: square;
	margin-left: 1.3em;
	}
	
#nav ul li {
	padding-bottom: 4px;
	}
	
#nav p {
	padding-bottom: 0.5em;
	}
	
/*******************************************************************************
	Footer
*******************************************************************************/
div#footer a {
	color: #694C4B;
	}

div#footer a:hover {
	color: #3D2322;
	text-decoration: underline;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/

div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}