body {
	padding:0px;
	margin:0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #333333;
	background-image:url(../images/bgbg.jpg)
}

/*Layout*/

#container {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 728px;
	min-height:100%;	
	text-align: left;
	border: 4px solid #ffffff;
	background-image:url(../images/bg2.jpg);
}

#header {
	padding:0px;
	margin: auto;
	background-color: #fbfbfb;
	height: 150px;	
	width: 712px;
}

#navlist {
	margin: auto;
	padding: 0px;
	width: 712px;
	height:32px;
	border:none;
	border-top:  4px  #eee5eb solid;
	border-bottom:  4px  #eee5eb solid;
	background-color:#cdb960;
	
}


#google {
	margin: 0px;
	padding-top: 10px;
	width: inherit;
	height:15px;
	float:inherit
	
}

#contentleft {
	margin: 0px;
	padding: 5px;
	width: 440px;
	float:left;
}

#hsgallery {
	margin: 0px;
	padding: 5px;
	width: 420px;
	float:left;
}

#contentright {
	margin: 0px;
	padding: 5px;
	width: 265px;
	float: right;
}

#footer {
	height: 32px;
	clear: both;
	border-top:  4px  #eee5be solid;
	border-bottom:  4px  #eee5be solid;
	background-color:#cdb960;
	
}

/*navigation list*/

#navlist ul {
	text-align:center;
	padding: 9px 0px 8px 0px;
	margin:0px;
	font-size:10px;
}

#navlist li {
	display: inline;
	padding: 7px 6px 5px 6px;
	margin: 0px;
	/*border-left: 2px solid #D9CA84;
	border-right: 2px solid #D9CA84;*/
	border-left: 1px solid #D9CA84;
	border-right: 1px solid #FEF7E5;
	text-align:center;
}

#navlist2 li {
	display: inline;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	color:#00FF66;
}


/*headings*/

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #52413C;
	padding: 10px 3px 10px 10px;
	margin: auto;
	background-color:#eee5be;
	/*filter: alpha (opacity=50);*/
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #52413C;
	padding: 10px 3px 10px 10px;
	margin: 0px 0 1px 0;
	border-top: 2px dotted #EEE5BE;
	border-bottom: 2px solid #EEE5BE;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #52413C;
	padding: 10px 3px 10px 10px;
	margin: 0px 0 1px 0;
}

h4 {
	font-size: 85%;
	color: #B69D43;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align:center;
	}
	
.p {
	padding: 0px 10px 0px 10px;
	text-align:center;
	}
	
/*content*/

.maintext {
	margin:0px;
	padding: 10px;
	text-align: justify;
	line-height:125%;
}

.foottext {
	margin:0px;
	padding: 10px;
	text-align: center;
	line-height:125%;
	
}

/*links*/

a:link {
	font-weight: bold;
	color: #52413C;
	text-decoration: none;
}

.v:link {
	font-weight: bold;
	color: #B69D43;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #52413C;
	text-decoration: none;
}


a:hover {
	font-weight: bold;
	color: #b46100;
	text-decoration: underline;
}

/*highslide gallery*/

* {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
}
body {
	background-color: #fbfbfb;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #B69D43;
}
.highslide:hover img {
	border: 2px solid #eee5be;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid;
	border-color: #B69D43;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid;
	border-color: #B69D43;
    border-top: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
