/*@import "css/menu.css";*/
* {
	margin : 0;
	padding : 0;
	text-align : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}
html, body {
	margin : 0;
	padding : 0;
	height:100%; 
	}
body{
	font-family: Verdana, sans-serif;
	font-size: 0.92em;
	text-align: center;
	background: #393124 url(style/page_bg.jpg) repeat-y;
	background-position: center;
	
	color: #FFF;
	}
.picheading{
	display: none;
}
.spacer{
clear: both;
height: 15px;
	}
.floatpic{
	float: left;
	margin: 0 20px 15px 0;
	padding: 0;
	}
#container{
	position: relative;
	width: 801px;
	height: 100%;
	margin: 0 auto;
}
#header{
	background: #000 url(style/palette_bg.jpg) no-repeat;
	background-position: right;
	width: 801px;
	height: 112px;
	border-bottom: #888 1px solid;
}
#header h1{
	width: 300px;
	height: 59px;
	background: #000 url(style/heading.gif) no-repeat;
	position: absolute;
	top: 30px;
	left: 24px;
	}
#menu
{
	position: absolute;
	top: 70px;
	right: 10px;
}
#menu ul{
}
#menu ul li{
	float: left;
	list-style: none;
	padding: 0 10px 0 10px;
	border-right: #FFF 1px solid;
	margin: 0;
}
#menu ul li a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#menu ul li a:hover{
}
#menu ul #selected{
	border-top: #9A5105 2px solid;
}
#menu ul #selected a{
	color: #BBB;
	}

#content
{
	padding: 10px 21px 10px 21px;
	background: url(style/stone_bg.jpg) no-repeat;
}
#content h1{
	font-size: 14px;
	color: #FFF;
	margin: 5px 0 10px 0;
}
#content h2{
	font-size: 16px;
	color: #FFF;
	margin: 5px 0 10px 0;
}
#content h3{
	font-size: 18px;
	color: #FFF;
	margin: 20px 0 20px 0;
}
#content h4{
	font-size: 16px;
	color: #FFF;
	margin: 15px 0 10px 0;
}

#content p{
	font-size: 0.9em;
	color: #FFF;
	margin: 10px 0 10px 0;
}	
#content img{
	margin-top: 10px;
	}
#content hr{
	margin: 15px 0 15px 0;
	color: #444;
	}
.left-column{
	width: 350px;
	float: left;
	height: 235px;
	margin-right: 40px;
	}
.right-column{
	margin: 0 30px 0 0;
	}
#footer{
	color: #0f0;
	width: 801px;
	height: 50px;
	background: #000;
	padding: 0 0 0 0;
	}
#footer ul{
	margin: 0 0px 50px 220px;
	}
#footer ul:first-child{
	border-left: #666 1px dotted;
	}
#footer ul li{
	margin-top: 4px;
	list-style: none;
	float: left;
	border-right: #666 1px dotted;
	padding: 0 8px 0 8px;
	}
#footer ul li a{
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
	}
#footer p{
	padding-top: 6px;
	text-align: center;
	color: #888;
	font-size: 0.7em;
	
	}
.gallery ul li{
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 11px 0 11px;
	}
.gallery ul li p{
	text-align: center;
	}
.gallery ul li p a{
	color: #FFF;
	text-decoration: none;
	}
.gallery ul li p a img{
	border: #000 1px solid;
	}
form{
	margin-left: 40px;
	}
form label
{font-size: 12px;
font-weight: bold;}
form input{
	background: #F0B434;
	border: #000 1px solid;
	padding-left: 2px;
	}
form label br{
	margin: 4px;
	}
form input[type=submit]{
	margin-top: 15px;
	}
form p
{
	font-weight: bold;
}
form p a 
{
	color: #FFF;
}
.emailimage{
	position: absolute;
	top: 140px;
	left: 500px;
	}
.emailimage img{
	border: #000 1px solid;
	}
#navigation
{
	position: absolute;
	top: 136px;
	right: 20px;
}
#navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;	
	font-size: 13px;
	margin: 0 10px 0 10px;
}
