html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 90%;
	background-image: url(../images/Pattern.jpg);
}
.hide {
	display: none;
}
img, a img { border: none; }
div, table, form {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
ul, ol {
	margin-left: 15px;
	padding-left: 0;
}
h1, h2, h3, h4, h5, h6 { color: #035120; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }
p, ul, ol, dl, pre, table { font-size: 12px; }
p { line-height: 20px; }
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#wrap1 {
	padding-top: 78px;
	padding-left: 76px;
}
#wrap2 {
	width: 793px;
}
#designer {
	
}
#designer a {  }
#header {
	background-image:url(../images/Header.jpg);
	height: 230px;
}
#center {
	background-image:url(../images/Content.jpg);
	height: 231px;
}
#content {
	padding: 20px 50px 10px 85px;
}
#content p {
	color: #473424;
	font-size: 14px;
	line-height: 22px;
	padding: 0px 60px;
}
#header h1 { display: none; }

#bottomSection {
	background-image:url(../images/Bottom.jpg);
	height: 137px;
}
#bottomImages {
	padding-left:  71px;
}
#bottomImages a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#bottomImages a.first {
	border-left: none;
}
#footer {
	clear: left;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	text-shadow: #000 1px 1px 3px;
	font-weight: lighter;
}
#footer a {
	color: #fff;
}
#footer address, #footer p {
	font-style: normal;
	display: block;
	text-align: center;
}



/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer; }
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; }
.lbLoading { background: #fff url(../images/slimbox/loading.gif) no-repeat center; }
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat; }
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none; }
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }
/* END SLIMBOX */

