body {	
	background-color: #867235;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	margin: 0px;
	color: #45371a;
}

a:link {
	color: #45371a;
	text-decoration: none;
}
a:visited {
	color: #45371a;
	text-decoration: none;
}
a:hover {
	color: #ff9962;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h2, h3, h4 {
	text-align: center;
	font-family: comic sans ms, cursive;
	color: #45371a;
}
#wrapper {
	position: relative;
	top: 0px;
	width: 871px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #867235;

}
#logo {
	position: relative;
	left: 240px;
	width: 671px;
	height: 380px;
	top: 0px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

#nav {
	position: relative;
	width: 230px;
	left: 10px;
	top: 300px;
	background-color: #867235;
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	border-bottom: 2px solid #45371a;
}
#faq {
	position: relative;
	left: 10px;
	top: 0px;
	width: 851px;
}
#intro {
	position: relative;
	left: 10px;
	top: -60px;
	width: 851px;
}
#tips {
	position: relative;
	left: 10px;
	top: 0px;
	width: 851px;
}
#tips ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer {
	position: relative;
	width: 851px;
	text-align: center;
	color: #45371a;
	font-size: 80%;
	top: 15px;
}
