v\:* {behavior:url(#default#VML);}
html{overflow: -moz-scrollbars-vertical !important; }
body{
	margin: 0;
	padding: 0;
	background-image: url('/images/background-body-bottom.jpg');
	background-position: center 530px;
	background-repeat: repeat-y;
	background-color: #28540A;
	font-family: arial;
	font-size: 12px;

}
#background-top-a{
	position:absolute;
	background-image: url('/images/background-body-gradient.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	width:100%;
	min-width: 746px;
	height: 530px;
}
#background-top-b{
	position:absolute;
	background-image: url('/images/background-body-top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 746px;
	width:100%;
	height: 530px;
}
#outer{text-align: center;}
#wrapper{
	width: 746px;
	margin: 0 auto;
	position: relative;
	padding: 160px 0 0 0;
	text-align: left;
}
#nav{
	/* width: 150px; */
	width: 200px;
	padding-top: 50px;
	float: left;
	font-size: 12px;
	font-family: arial;
}
#nav .link{
	padding: 0;
	margin: 0;
	display: block;
	height: 32px;
}
#nav a{
	background-image: url('/images/background-nav-off.jpg');
	background-position: top right;
	background-repeat: no-repeat;

	line-height: 29px;
	color: #542F1D;
	text-decoration: none;
	font-weight: bold;

	padding-top: 6px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
}
#nav a:hover{
	background-image: url('/images/background-nav-on.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
}



#content{
	margin: 0 0 0 200px;
	padding-right: 10px;
	min-height: 300px;
}
#footer{
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 200px;
	padding: 15px 0 3px 0;
}
h1{
	margin: 0 0 0 170px;
	padding: 8px 0 0 20px;
	font-family: arial;
	font-size: 18px;
	background-image: url('/images/background-h1.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: #ECF6E5;
	height: 50px;
	font-weight: normal;
}
h2{
	color: #542F1D;
	font-size: 16px;
	font-family: arial;
	margin: 0;
	padding: 0;
}
h3{
	color: #000000;
	font-size: 14px;
	font-family: arial;
	margin: 0;
	padding: 0;
}
a{
	color: #542F1D;
	font-weight: bold;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
hr{border: thin dotted #542F1D;}

.tagline{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 15px 0 15px 0;
}

