body {
	color: #603030;
	background-color: FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a {
	color: #603030;
}
a:visited {
	color: #603030;
}
a:hover {
	color: #669999;
}

#container {
	width: 100%;
	height: 100%;
	background-color: FFFFFF;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: solid 1px #603030;
}

a { text-decoration: none; color: inherit; }

#header {
	background-color: FFFFFF;
	color: 603030;
	height: 70px;
	display: block;
	z-index: 10;
	font-family: Century Gothic, Harrington, Arial, Helvetica;
	position: center;
}

#footer {
	position: relative;
	display: block;
	background-color: #99CCCC;
	border-top: solid 6px #669999;
	width: 100%;
	height: 75px;
	text-align: center;
	z-index: 20;
	font-family: Century Gothic, Palatino Linotype, Veranda;
	font-size: 95%;
	padding-top: 0px;
}

#body {
	color: #FFFFFF;
	font-family: Century Gothic, Palatino Linotype, Veranda;
	background-image:url('background.jpg');
	height: 75%;
	position: relative;
	display: block;
	z-index: 10;
	text-align: center;
}

#sidebar {
	background-color: FFFFFF;
	width: 150px;
	float: right;
	display: block;
	overflow: auto;
	text-align: center;
	z-index: 10;
	height: 700px;
}

BODY { 
	scrollbar-face-color : FFFFFF; 
	scrollbar-highlight-color : ; 
	scrollbar-3dlight-color : 660000;
	scrollbar-darkshadow-color : #660000;  
	scrollbar-arrow-color : 660000;   
	scrollbar-shadow-color : ;   
	scrollbar-track-color: FFFFFF 

} 


#gallery-image {
	width: 630px;
	height: 700px;
	backgound-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 135px;
	margin-bottom: 5px;
}


#full_image {
	width: 600px;
	height: 400px;
	position: relative;
	background: url('HomePageImage.jpg'); 
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 350px;
	margin-top: 50px;
}
	
#sub-menu {
	display: block;
}


ul {
	list-style: none;
	position: relative;
	text-align: left;
	float: center;
	z-index: 30;
	margin-top: 15px;
}

ul li {
	position: relative;
	float: left;
	margin-left: 30px;
	margin-right: 15px;
}

li ul {
	position: absolute;
	top: 15px;
	padding-top: 5px;
	left: -24px;
	padding-left: 0;
	margin: 0;
	width: 20px;
	display: none;
	text-align: left;
}

li.sub {
	background-color: #FFFFFF;
	float: none;
	border: solid 1px #666666;
	padding-left: 3px;
}

li:hover ul, li.hover ul {
	display: block;
}

li.sub:hover {
	background-color: #cccccc;
}

.title-block {
	font-size: 155%;
	float: left;
	background-color: FFFFFF;
	height: 50px;
	width: 250px;
	text-align: right;
	vertical-align: center;
}

.title-text {
	margin-top: 20px;
}

.cleaner {
	clear: both;
}

img.about {
	float: left;
	margin-right: 10px
}

.image{
	width: 130px;
	height: 130px;
	float:left;
}

.contact-name {
	border-bottom: solid 1px #E8E0D0;
}