
body {
	margin: 0;
	padding: 0;
	font: 82%/150% Arial, Helvetica, sans-serif;
	background: url(images/bg780.png) 50% 0%;
	background-repeat: fixed;
	text-align: center;
	color:#000;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin: 0px auto;
	height: auto;
	background-color: #aaa392;
}

a {
	color: #7a0b12;
	text-decoration: none;
}

a:visited {
	color: #7a0b12;
	text-decoration: none;
}

a:hover {
	color: #505311;
	text-decoration: underline;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	font: 18px/100% Arial;
	font-weight: bolder;
	color: #333;
}


h2 {
	color: #505311;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #377d7d;
	letter-spacing: -1px;
	font: normal 140%/100% Arial;
	padding-bottom: 3px;
	padding-top: 8px;
	margin-bottom: 14px;
}

h3 {
	font: normal 140%/100% Arial;
	color: #333;
	margin: 10px 0px 5px;
}

hr {
	color:666;
	border: none;
	background-color: #666;
	height: 1px;
	margin-left: 20px;
	margin-right: 20px;
}

ul {
	margin: -4px 0px 22px 0px;
}

#header {
	background: #aaa392;
	margin: 0px 0px 0px 0px;
	
}

#nav {
	height: 110px;
	position: relative;
	top: 10px;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
}

#logo {
	height: 100px;
	position: relative;
	top: 8px;
	left: 5px;
	float:left;
}

#menu {
	height: 20px;
	width: 548px;
	position: relative;
	top: 46px;
	right: 5px;
	float: right;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	padding: 0px 2px 0px 2px;	
}

#menu a:hover {
	text-decoration:none;
}

#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
}

#content {
	overflow:hidden;
	width: 600px;
	margin: 10px 50px 10px 50px;
	padding: 10px 40px 10px 40px;
}

#gallerycontent {
	overflow:hidden;
	width: 692px;
	margin: 10px 30px 20px 30px;
	padding: 10px 20px 20px 32px;
}

#footer {
	clear: both;
	width:inherit;
	width: 780px;
	height: 100px;
	font-size: 95%;
	line-height: 130%;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}


