html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
body {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	background-color: #4e1f27;
	font-size: 76%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50%;
}

#wrapper {
	width: 760px;
	left: -380px;
	position: relative;
	background-color: #FFFED2;
}
#topbar {
	height: 140px;
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #3c4e02;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#content {
	position: relative;
	width: 760px;
	left: 0px;
	top: 0px;
	background-color: #FFFED2;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border-right-color: #3C4E02;
	border-left-color: #3C4E02;
}
#maincontent {
	width: 760px;
	color: #020066;
	float: none;
	margin-right: 0px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	z-index: 2;
	
}

#maincontent p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 50px;
	color: #3C4E02;
	font-size: 1.2em;
}

#maincontent h1 {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C4E02;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 50px;
	color: #3C4E02;
}
#maincontent h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
	color: #3C4E02;
}
#maincontent a {
	color: #99CCFF;
}
#maincontent ul {
	font-size: 1.2em;
	color: #3C4E02;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent #innerwrap {
	padding-left: 50px;
}

#footer {
	color: #CCCCCC;
	text-align: center;
	width: 760px;
	background-color: #242E01;
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #cccccc;
}

.leftfloat {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rightfloat {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clearall {
	clear: both;
	padding-top: 10px;
}
#navigation {
	position: relative;
	width: 760px;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	background-color: #3C4E02;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 28px;
	z-index: 9;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: 50%;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 140px;
	background-color: #3C4E02;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #FFFED2;
	text-align: center;
	font-size: 1.2em;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: 50%;
}


#nav a:hover {
	background-color:#648103;
	color: #FFFED2;
	background-image: url(images/navhoverbg.jpg);
	background-repeat: repeat-x;
	background-position: 50%;
	text-decoration: underline;
}

#nav li {
	float: left;
	width: 140px;
}

#indexpage #index a, #menuspage #menus a, #contactpage #contact a, #linkspage #links, #testimonialspage #testimonials a{
  color: #FFFED2;
  background-color:#648103;
  background-image: url(images/navhoverbg.jpg);
}
.imageinline {
	margin-right: 10px;
	margin-left: 10px;
}
#maincontent a {
	color: #660033;
}
#maincontent #pictures {
	margin-left: 75px;
}
