#header
{
	margin: 0px auto;
	width: 940px;
	height: 150px;
	background-image: url(images/banner.jpg);
}

#footer
{
	margin: 0px auto;
	width: 938px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #471703;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#footertext
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
	margin: 0px 0px 0px 0px;
	padding: 0px 60px 0px 10px;
	color: #fffff1;
}

#footer a
{
	text-decoration: none;
	color: #fcb863;
}


#footer a:visited
{
	color: #fcb863;
	text-decoration: none;
}


#footer a:hover
{
	text-decoration: underline;
}

p a
{
	text-decoration: none;
	color: #c7814e;
}


p a:visited
{
	color: #c7814e;
	text-decoration: none;
}


p a:hover
{
	text-decoration: underline;
}

#menubar
{
	margin: 0px auto;
	width: 938px;
	color: #471703;
	background: #471703;
	height: 26px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

* html a:hover
{
	visibility:visible;
}

img
{
	border-style: none;
}

body 
{
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}

.linebreak
{
	font-size: 0.5em;
}


#content 
{
	padding: 20px 30px 15px 30px;
	margin-top: 176px;
	width: 878px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffff1;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.photos
{
	border: solid 1px black;
	width: 202px;
	height: 191px;
}


.photos2
{
	border: solid 1px black;
	width: 150px;
	height: 113px;
}

h1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 130%;
	display: inline;
	color: #471703;
}

p
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

/* TOP MENU STYLES */

div.about
{
	float: left;
	background: url('images/aboutover.gif') no-repeat;
	width: 92px;
	white-space: nowrap;
	overflow: hidden;
	height: 26px;
}

div.about a, div.about a:link, div.about a:visited 
{
	display:block;
}

div.about a:hover img
{
	visibility: hidden;
}

div.inspiration
{
	float: left;
	background: url('images/inspirationover.gif') no-repeat;
	width: 132px;
	white-space: nowrap;
	overflow: hidden;
	height: 26px;
}

div.inspiration a, div.inspiration a:link, div.inspiration a:visited 
{
	display:block;
}

div.inspiration a:hover img
{
	visibility: hidden;
}

div.contact
{
	float: left;
	background: url('images/contactover.gif') no-repeat;
	width: 102px;
	white-space: nowrap;
	overflow: hidden;
	height: 26px;
}

div.contact a, div.contact a:link, div.contact a:visited 
{
	display:block;
}

div.contact a:hover img
{
	visibility: hidden;
}

