/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

body {
	text-align: center;
	background-color: #867E61;
   	}

div#container {
	width: 801px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer_content {
	width: 801px;
	font-size: 10px;
	text-align: center;
	font-family: Georgia, sans-serif;
	}
	
#footer_content h1 {
	font-size: 2.0em;
	color: #313533;
	font-variant: small-caps;
	font-weight: bold;
	}
	
#footer_content h2 {
	font-size: 1.7em;
	color: #C9BD92;
	font-variant: small-caps;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	}
	
#footer_content h3 {
	font-size: 1.3em;
	color: #C9BD92;
	text-transform: uppercase;
	font-weight: bold;
	}

div#footer_nav {
	width: 801px;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	}
	
div#footer_nav p {
	font-size: 1.1em;
	color: #666250;
	text-transform: uppercase;
	}
	
div#footer_nav a {
	color: #666250;
	text-decoration: none;
	}
	
div#footer_nav a:hover {
	text-decoration: underline;
	}

div#copyright {
	width: 801px;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;
	}
	
div#copyright p {
	color: #C9BD92;
	}

div#copyright a {
	color: #C9BD92;
	text-decoration: none;
	font-weight: bold;
	}

div#copyright a:hover {
	text-decoration: underline;
	}

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