html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
	background-image: url(images/bg-stone.gif);
	background-color: #A28057;
	}
#nav hr {
	color: #FFFFFF;
	text-decoration: none;
	height: 1px;
	width: 140px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 32px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#wrapper{
	width: 878px;
	margin: 0 auto;
	}
	
#top{
	width: 878px;
	}
	
#content-wrap {
	background-color:#FFF;
	}

	
#nav{
	width: 205px;
	float:left;
	}
	
#content{
	width: 673px;
	margin-left: 205px;
	}
	
#content-inner{
	padding: 20px 100px 20px 50px;
	}
	
#footer{
	width: 878px;
	clear: both;
	text-align:center;
	padding-bottom: 15px;
	}

p {
	font-size:70%;
	line-height: 140%;
	padding: 4px 0 4px 0;
	margin: 0px;
	}
	
.nav2 {
	font-size:70%;
	line-height: 150%;
	
	margin: 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	}
	
#nav .nav2 a:link {
	color: #333333;
	text-decoration: none;
	
}

#nav .nav2 a:hover {
	color: #333333;
	text-decoration: none;
	background-color:#DDC7C1;
	padding: 4px 10px 4px 10px;
}

#nav .nav2 a:visited {
	color: #333333;
	text-decoration: none;
}
	
a:link {
	color: #CC9900;
	text-decoration: underline;
}

a:hover {
	color: #663399;
	text-decoration: underline;
}

a:visited {
	color: #CC9900;
	text-decoration: underline;
}
