*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Arial;
	font-size: 100%;
	text-align: center;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}
a{
	color: #654321;
	text-decoration: underline;
}
a:hover{
	color: #666633;
	text-decoration: none;
}

img { border: 0;
}
#page{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header{
	float: left;
	width: 780px;
	height: 150px;
	background-image: url(images/header.gif);
	background-position: bottom;
	padding-top: 5px;
	margin-bottom: 10px;
}
#header top{
	float: left;
	width: 100%;
}
#header img{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#logo {
	margin: 0 40px 0 20px !important;
}
#strap{
	margin-top: 20px;
	float: left;
	width: 100%;
	clear: both;
}
h1{
	font-size: 90%;
	color: #fff;
	text-align: center;
	font-family: Arial;
}
h3{
	margin-bottom: 3px;
	margin-top: 10px;
	font-size: 115%;
	font-family: Arial;
}
#nav{
	width: 770px;
	height: 30px;
	margin: 5px 5px 0 15px;;
	clear: both;
}
#nav ul{
	margin: 0 45px;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 80%;
	height: 25px;
	width: 100%;
	float: left;
}

#nav li{
	float: left;
	text-align: center;
	display: block;
	width: 94px;
	background-image: url(images/tab_off.gif);
	background-repeat: no-repeat;
	color: #fff;
	line-height: 100%;
	padding: 3px 0;
	height: 25px;
	font-family: Arial;
}
.tab{
	height: 27px;
	
}
#nav li.on{
	background-image: url(images/tab_on.gif);
	height: 25px;
	display: block;
}
#nav li:hover{
	background-image: url(images/tab_on.gif);
	height: 25px;
	display: block;
}
#nav li a{
	color: #fff;
	text-decoration: none;
}
#content{
	width: 780px;
	background-image: url(images/border-content.gif);
	clear: both;
	float: left;
}
#content-top{
	height: 20px;
	background-image: url(images/border-top.gif);
	clear: both;
}
#content-bottom{
	height: 20px;
	background-image: url(images/border-bottom.gif);
	clear: both;
}
#left{
	width: 270px;
	float: left;
	margin: 15px 15px 15px 35px;
}	
#main{
	width: 415px;
	float: right;
	margin-top: 10px;
	margin-right: 45px;
	color: #654321;
	text-align: justify;
	font-size: 75%;
}	
#main p{
	margin-bottom: 20px;
}
#main h2{
	font-size: 150%;
	font-family: Arial;
	margin-bottom: 20px;
}
#footer{
	font-size: 60%;
	color: #666633;
	text-align: center;
	margin-top: 10px;
}
#footer a{
		color: #666633;
}
#footer a:hover{
		color: #654321;
		text-decoration: none;
}
#footer-box{
	margin-top: 8px;
	margin-bottom: 12px;
	height: 50px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 780px;
	font-weight: bold;
}
#footer-box a{
	color: #fff;
	text-decoration: none;
}
#footer-box a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-box{
	width: 33%;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 100%;
	margin-top: 20px;
}
#address{
	font-size: 70%;
	color: #666633;
	text-align: center;
}