@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b2b2b;
	background-color:#75ae65;
}
#main {
	
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#topnav {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 960px;
}
#banner {
	height: 345px;
	width: 960px;
}
#content {
	height: auto;
	width: 960px;
	background-color: #fffee9;
	background-image: url(images/page.png);
	background-repeat: no-repeat;
	padding-top: 7px;
}
#content2 {
	height: auto;
	width: 960px;
	background-color: #fffee9;
	background-image: url(images/page2.png);
	background-repeat: no-repeat;
	padding-top: 7px;
}
#left {
	float: left;
	width: 650px;
	line-height: 20px;
	padding-left: 16px;
	padding-right: 20px;
}
#right {
	float: left;
	width: 274px;
}
#foot {
	width: 944px;
	clear: both;
	font-size: 12px;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #cdd19a;
}
#head {
	font-family: Pristina;
	font-size: 30px;
}
#strength {
	float: right;
	width: 315px;
	line-height: 20px;
}
#inner {
	float: left;
	width: 100%;
}
#inner ul {
	list-style-position: outside;
	list-style-image: url(images/list.png);
	list-style-type: none;
}
#inner li {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}
a:link {
color:#56583b;
text-decoration:underline;
}
a:visited {
color:#56583b;
text-decoration:underline;
}
a:hover {
color:#56583b;
text-decoration:none;
}
a:active {
color:#56583b;
text-decoration:underline;
}
#contact {
	float: left;
	width: 924px;
	line-height: 18px;
	padding-left: 16px;
	padding-right: 20px;
}
#gallery {
	float: left;
	width: 924px;
	line-height: 18px;
	padding-left: 16px;
	padding-right: 20px;
}

