@charset "UTF-8";
/* CSS Document */

body {
	background-color: #452b21;
	margin: 0px;
	font-size: small;
	background-image: url(images/bckgrnd2.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 829px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#topbar {
	background-image: url(images/topbar.jpg);
	margin: 0px;
	padding: 0px;
	height: 79px;	
}

#gallery {
	background-image: url(slideshow/gallery/album1/large//gallery_image_4.jpg);
	height: 308px;
}

#navbar {
	background-image: url(images/navbar2.gif);
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#maincontent {
	background-image: url(images/maincontent_bckgrnd.gif);
	margin: 0px;
	padding: 0px;
	height: auto;
}

#column1 {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #492e23;
	border-right-color: #492e23;
	border-bottom-color: #FFFFFF;
	border-left-color: #492e23;
	padding: 8px;
}

#column2 {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #492e23;
	border-right-color: #492e23;
	border-bottom-color: #492e23;
	border-left-color: #492e23;
	padding: 8px;
}

#column3clear {
	clear: both;
}

#footer {
	background-image: url(images/footer.gif);
	margin: 0px;
	padding: 0px;
	height: 29px;
}

#maincontent h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 22px;
	margin-right: 25px;
	padding: 5px;
	font-size: 16px;
	color: #4a3025;
	font-variant: small-caps;	
	
}

#maincontent h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 22px;
	margin-right: 25px;
	padding: 5px;
	font-size: 14px;
	color: #666666;
}

#maincontent p {
 	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
}

#maincontent img {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

#maincontent ul {
	list-style-type: none;	
}

#navbar ul {
	margin: 0;
	padding-top: 7px;
}

#navbar li {
	float: left;
	font-family: "Lucida Grande", sans-serif;
	font-size: 85%;
	list-style: none;
	padding-right: 30px;
	color: #FFFFFF;
	margin: 0px;
}

.contactinfo {
	padding-top: 100px;
	padding-bottom: 100px;
	float: left;
}

#navbar a:link {
	color: #FFFFFF; 
	text-decoration: none; 
}

#navbar a:active {
	color: #333333;
	text-decoration: underline;
}

#navbar a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

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

#maincontent a:link {
	color: #333;
	text-decoration: none;
}

#maincontent a:active {
	color: #CCC;
	text-decoration: underline;
}

#maincontent a:visited {
	color: #666;
	text-decoration: none;
}

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

#footer p {
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
}

#footer a:link {
	color:#000;
	text-decoration: underline;
}