html,body{height:100%;}

BODY {
	margin: 0px;
	background-color:#968467;
}

#container{
	width: 750px;
	position: absolute;
	left: 50%;	
	margin-left: -375px;
}

#banner {
	width: 750px;
	height: 116px;
	background-repeat:no-repeat;
	background-image: url(banner.jpg);
}

#navigation {
	width: 750px;
	height: 40px;
	background-image:url(navigation.jpg);
	line-height:22px;
	font-size:80%;
	font-family:Georgia, "Times New Roman", Times, serif
}

#navigation ul{
	margin-left: 0px;
	margin-bottom:0px;
	margin-top:0px;
	padding: 0px;
}

#navigation li{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 13px;
	background-image: url(navbullet.gif);
	background-repeat: no-repeat;
	margin-left: 3px;
	background-position: 0 .35em;
}

#navigation a:link {
	color: #968467; 
	TEXT-DECORATION: none
}

#navigation a:visited {
	color: #968467; 
	TEXT-DECORATION: none
}

#navigation a:hover {
	color: #679296;  
	TEXT-DECORATION: underline;
}

#navtext{
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
}

#content{
	background-color:#FDFFDD;
	color: #968467;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}

#text{
	padding-top:1px;
	padding-right:4px;
	padding-left:4px;
	padding-bottom:1px;
	}


#footer{
	width: 750px;
	height:50px;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
}

#bottom{
	width: 750px;
	height:59px;
	background-image:url(bottom.jpg);
	background-repeat:no-repeat;
	text-align:right;
	color: #FDFFDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:55%;

}

#bottom a:link {
	color: #FDFFDD; 
	TEXT-DECORATION: none
}

#bottom a:visited {
	color: #FDFFDD; 
	TEXT-DECORATION: none
}

#bottom a:hover {
	color: #679296;  
	TEXT-DECORATION: underline;
}

#pictures{
	width:268px;
	float:right;
	margin-top:5px;
	margin-left:1px;
	padding:0px;
	margin-bottom:5px;
	}
	
#gallery{
	width:700px;
	margin-top:5px;
    margin-left: auto;
    margin-right: auto;
	padding:5px;
	margin-bottom:5px;
	}

.clearing:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    } 

/* hides from IE/Mac \*/ 
* html .clearing { 
    height: 1%; 
    } 

/* end hide from IE-Mac */ 
/*** end clearing hack ***/


H1 {
	margin-top: 2px; 
	margin-bottom: 15px; 
	font-size: 130%; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:bold; 
	letter-spacing:2px;
}

H2 {
	margin-top: 0px; 
	font-weight: bold; 
	font-size: 115%; 
	margin-bottom: 10px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
H3 {
	margin-top: 0px; 
	FONT-WEIGHT: bold; 
	font-size: 100%; 
	margin-bottom: 0px; 
	font-family:Georgia, "Times New Roman", Times, serif
	}
	
P {
	color: #968467;  
	margin-top:5px;
}

A:link {
	color: #679296; 
	TEXT-DECORATION: none
}

A:visited {
	color: #679296; 
	TEXT-DECORATION: none
}

A:hover {
	color: #968467;  
	TEXT-DECORATION: underline;
}


img.gallery {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border:1px dotted #C5CCC5;
	padding:5px;
	}

.imageborder {
	border:1px dotted #C5CCC5;
	margin:5px;
	padding:5px;
	}
	
.imageborderleft {
	border:1px dotted #C5CCC5;
	margin:5px;
	padding:5px;
	float:left;
	
	}
	
.imageborderleftgallery {
	width:110px;
	border:1px dotted #C5CCC5;
	margin:5px;
	padding:5px;
	float:left;
	
	}
	
.imageborderright{
	border:1px dotted #C5CCC5;
	margin:5px;
	padding:5px;
	float:right;
	}
	

	
	a img 
{
border: none; 
} 