

body {
	background-color:#faebd8;	
}

h2{
	background-image:url(../images/underline.jpg);
	background-repeat:no-repeat;
	font-style:italic;
	font-weight:bold;
	height:36px;
}
h3{
	font-style:italic;
}

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

#wrapper{
	margin:20px auto 0px auto;
	width:800px;
	height:600px;
	background-color:white;
}

#header{
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	width:800px;
	height:169px;
}
#header a, img{
	border:none;
}

#leftHeader{
	margin-left:30px;
	float:left;
}
#rightHeader{
	float:right;
}

#rightHeader img{
	margin:0px 30px;
}

#rightHeader p{
	font-weight:bold;
	margin:30px 20px 0px 20px;
	font-size:10px;
	float:right;
}

#nav{
	background-image:url(../images/nav.gif);
	background-repeat:repeat-x;
	height:41px;
	font-size:14px;
	font-weight:bold;
	padding-left:28px;
	padding-top:10px;
        cursor:pointer;
}
#nav *{cursor:pointer}
#nav a, a:visited, a:hover, a:link{
	color:black;
	text-decoration:none;
}

#nav a:hover{
	text-decoration:underline;
}

#content{
	margin-top:-10px;
	height:388px;
	width:800px;
	background-color:white;
	background-image:url(../images/index.png);
	background-repeat:no-repeat;
	font-family:"Arial";
}

#data{
	float:right;
	width:480px;
	margin:-5px 20px 10px 10px;
}

#footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:70px;
	text-align:center;
	color:#e29426;
	width:800px;
	padding:50px;
	margin-top:-50px;
	font-size:12px;
	font-weight:bold;
}

#faq{
	margin:10px 40px;
}
#map{
	margin:40px 40px;
	font-weight:bold;
	font-size:14px;
}

.bold{
	font-weight:bold;
}

.spacing{
	font-size:8px;
	font-weight:bold;
	margin:5px 14px;
}

.quote{
	margin:40px;
}

#back{
	float:right;
	margin:-60px 40px 0px 0px;
}
#back a, a:visited, a:hover, a:link{
	color:black;
	text-decoration:underline;
}

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

