@charset "UTF-8";
/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	color:#000000;
	}

#box {
	margin:0px auto;
	padding:0px;
	padding-bottom:15px;
	text-align:left;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	background-color:#9e7b55;
	}
#content {
	margin:0px 0px 0px 68px;
	width:500px;
	padding:0px;
	}
#content p {
	margin:10px;
	color:#000000;
	}
.blank {
	height:200px;
	width:500px;
	}
.nav {
	display:inline;
	padding:4px;
	font-size:12px;
	}
.nav a {
	height:25px;
	width:80px;
	background:#523f2e;
	text-decoration:none;
	color:#FFFFFF;
	}
.nav a:hover {
	background:#9e7b55;
	}
#footer {
	clear:both;
	height:30px;
	padding-top:4px;
	background:#523f2e;
	font-size:12px;
	color:#FFFFFF;
	width:800px;
	text-align:center;
	overflow:hidden;
	}
