@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	overflow:auto;
	padding:0;
	
}

body{
background-color:#fffee7;
height:100%;
margin:0px;
color:#581300;
font-family:Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}


a:link, a:visited {
	color: #581300;
	text-decoration: none;
}

a:hover {
	color: #581300;
	text-decoration: underline;
}
	
.pic{
border:solid #d17157 1px;
}

.item{
border:none;
margin-left:35px;
}


/*photogallery*/
.thumbnail {
	float:right;
	width: 120px;
	height: 79px;
	padding: 15px 10px 15px 10px;
}

.thumbnail img {
	border: solid #d17157 1px;
}	

.clearboth { 
	clear: both; 
}

.right{
	text-align:right;
}
	
#page{
position:absolute;
height:818px;
width:100%;
top:50%;
margin-top:-409px;
}	

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-360px; /* half of container's height */
		float:left;
		}

#container{
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;

		clear:left;

height:707px;
width:100%;

}

#header{
position:absolute;
top:0px;
height:140px;
width:1000px;
left:60px;
}
#logo{
position:absolute;
height:82px;
width:318px;
left:0px;
top:0px;
background-image:url(pics/logo.jpg);
}


#menu{
position:absolute;
height:58px;
width:100%;
bottom:0px;
background-image:url(pics/menuBg.jpg);
}

#menuItems{
position:absolute;
width:945px;
right:55px;
height:41px;
bottom:6px;
}

#contentContainer{
position:absolute;
top:140px;
height:538px;
width:100%;
background-color:#e7b37c;
}

#imageLeft{
position:absolute;
height:100%;
width:318px;
left:60px;
background-color:#cccccc;
border-top:solid #d17157 1px;
}

#content{
position:absolute;
height:100%;
width:681px;
left:378px;
background-color:#ffffff;
border-right:solid #d17157 1px;
border-top:solid #d17157 1px;
overflow:auto;
}


#contentHome{
text-align:right;
position:absolute;
top:35px;
width:600px;
right:55px;
font-size:12px;
}

#footerContainer{
position:absolute;
height:28px;
width:998px;
left:60px;
bottom:0px;
background-color:#ffffff;
border:solid #d17157 1px;
border-top:none;

}

#footer{
position:absolute;
top:5px;
width:945px;
right:55px;
font-size:11px;


}


