body {
	color: #666666;
	background-color: #FFF8DC;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF8DC;
	position: relative;
	border-right: hidden 35px #FFF8DC;
}

a { text-decoration: none; color: FFF8DC; }

#header {
	border-bottom: solid 11px #FFFFFF;
	padding-bottom: 15px;
	height: 68px;
	display: block;
	z-index: 10;
	font-family: Georgia, Palatino Linotype, MonoType Corsiva;
	font-size: 100%;
	position: relative;
}

#footer {
	position: relative;
	display: block;
	background-color: #FFF8DC;
	width: 100%;
	height: 35px;
	text-align: center;
	z-index: 20;
	font-family: MonoType Corsiva, Palatino Linotype;
	font-size: 95%;
	padding-top: 25px;
}

#body {
	color: #FFF8DC;
	position: relative;
	display: block;
	z-index: 10;
	text-align: center;
}

#sidebar {
	background-color: #FFF8DC;
	padding-right: 40px;
	width: 150px;
	float: right;
	display: block;
	overflow: auto;
	text-align: center;
	z-index: 10;
	height: 490px;
}

BODY { 
	scrollbar-face-color : #FFFFFF; 
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-3dlight-color : 666666;
	scrollbar-darkshadow-color : #ffffff;  
	scrollbar-arrow-color : #666666;   
	scrollbar-shadow-color : ;   
	scrollbar-track-color: FFFFFF
} 


#gallery-image {
	width: 630px;
	height: 450px;
	background-color: #FFF8DC;
	margin-top: 20px;
	padding-left: 15px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	
}

#full_image {
	width: 630px;
	height: 450px;
	margin-top: 20px;
	position: relative;
	background: url('HomePageImage.jpg'); 
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 50px;
}

#sub-menu {
	display: block;
}

ul {
	list-style: none;
	font-family: Palatino Linotype;
	font-style:oblique;
	background-color: #FFF8DC;
	position: relative;
	text-align: center;
	float: left;
	z-index: 30;
	margin-top: 15px;
}

ul li {
	position: relative;
	background-color: #FFF8DC;
	float: left;
	margin-left: 10px;
}


li ul {
	position: absolute;
	background-color: #666666;
	top: 15px;
	padding-top: 5px;
	left: -24px;
	padding-left: 0;
	margin: 0;
	width: 20px;
	display: none;
	text-align: center;
}

li.sub {
	background-color: #666666;
	float: none;
	border: solid 1px #666666;
	padding-left: 20px;
}

li:hover ul, li.hover ul {
	display: block;
}

li.sub:hover {
	background-color: #666666;
}

.title-block {
	font-family: JohnHancock, MonoType Corsiva, Palatino Linotype;
	font-style: oblique;
	background-color: #FFF8DC;
	font-size: 175%;
	float: left;
	height: 40px;
	width: 300px;
	text-align: center;
	vertical-align: center;
}

.title-text {
	margin-top: 10px;
}

.cleaner {
	clear: both;
}

.home-thumb {
	float: left;
	background-color: #FFF8DC;
	padding: 0;
	margin: 10px 0 10px 53px;
	vertical-align: center;
}

img.about {
	float: left;
	margin-right: 10px;
}

.image{
	width: 130px;
	height: 130px;
	float:left;
}

.image .caption {
	font-size: 60%;
	font-family: Verdana, Copperplate Gothic;
	text-align: left;
	margin-bottom:10px;
}

.contact-name {
	border-bottom: solid 1px #666666;
	font-color: FFFFFF;
}