* {
	margin: 0;
	padding: 0;
}
a {
	color: #7d6c61;
}

a:hover {
	color: #574c44;
}

a img {
	border: none;
}

body {
	background: #441a02;
	color: #333;
	font: normal 62.5% Trebuchet MS,sans-serif;
}

p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

*.testimonials {
	font-size: 1.2em;
	padding-top: 68px;
	font-style: italic;
}

*.bold {
	font-weight: bold;
}


label {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 2.2em;
	margin-bottom: 8px;
	padding-top: 10px;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 8px;
	padding-top: 5px;
}



h1,h2 {
	color: #7d6c61;
	
	
}

.clearfunction {
	clear: both;
}


.container {
	background: url(../images/background.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}


.header {
	background: #fff3e2;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

img {
	padding-bottom:10px;
}


.logo {
	padding: 18px 18px 18px 13px;
}

.nav {
	background: #b3a28a;
	font: bold 1.2em Verdana,sans-serif;
	height: 30px;
	margin: 0 auto;
	padding: 0 18px;
	width: 724px;
}
.nav a {
	color: #574c44;
	text-decoration: none;
	padding: 10px 3px;
	margin-right: 12px;
	line-height: 30px;
}
.nav a:hover {
	color: #fff3e2;
}

.main {
	clear: both;
	padding: 0 10px 0 22px;
}

.sidebar {
	float: right;
	width: 210px;
	padding: 7px 10px 7px 7px;
}

.sidebar img {
	padding-top: 7px;
	padding-bottom: 7px;
}



.content {
	padding-top: 12px;
	float: left;
	width: 66%;
}


.footer {
	background: #441A02;
	color: #fff9f1;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #fff9f1;
	text-decoration: none;
}
.footer a:hover {
	color: #fff9f1;
	text-decoration: underline;
}

/* to stretch the container div to contain floated list */


ul#gallerynavlist
{
list-style: none;
}

ul#gallerynavlist li
{
display: block  !IMPORTANT;
float: left  !IMPORTANT;
width: 14%  !IMPORTANT;
padding-left:12px !IMPORTANT;
padding-right:12px !IMPORTANT;
padding-top:3px !IMPORTANT;
padding-bottom:12px !IMPORTANT;
text-align:middle  !IMPORTANT;
}

#gallerynavcontainer>ul#gallerynavlist li a { width: auto; }

ul#gallerynavlist li#active
{


}

ul#gallerynavlist li a:hover, ul#gallerynavlist li#active a:hover
{


}
