/* Set background for deepest background */
body {
	background-image:url('images/low_contrast_linen.png');
	font-family:Arial,Helvetica,sans-serif;
}

div.photoslider {
	height:100%;
	width:700px;
	margin:auto;
	}
	
div.menubackground {
background-color:#eaeaea;
height:370px;
width:800px;
margin:auto;
padding-top: 30px;
top:0px;
z-index:-100;
}

div.page {
background-color:#eaeaea;
height:850px;
width:800px;
margin:auto;
top:0px;
z-index:-200;}

#infoboxes {
	width: 700px;
	height: 150px;
	margin: auto;
	}

div.picturebox {
	height: 150px;
	width:  150px;
	margin-left: 58px;
	margin-top: 10px;
	float:left;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc; 
    -moz-box-shadow: 1px 1px 1px 1px #ccc;   
    box-shadow: 1px 1px 1px 1px #ccc;
    border: 5px solid #fff;
	}

div.textbox {
	height: 150px;
	width:  150px;
	margin-left: 65px;
	margin-top: 10px;
	float:left;
}

#footer {
	background-color:#777;
	height: 60px;
	width:800px;
	top:20px;
	position: relative;
	vertical-align:bottom;
	margin:auto;top:0px;
	-moz-box-shadow: -1px -2px 2px #777777);
	-webkit-box-shadow: -1px -2px 2px #777777;		
}




