html, body {
text-align: center; 
}

#content h1
{
font-family:  Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #697281;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#000;
  background:url(summerbackground.jpg);
  background-repeat:repeat;
  background-position:top;
  background-attachment:fixed;
  
}

*
{
	margin: 0 auto 0 auto;
}

a img
{
border:0px;	
	
}

#container
{
width:900px;
display:inline-block;
margin:0 auto 0 auto;
clear:both;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(256, 256, 256);
/* RGBa with 0.6 opacity */

-moz-box-shadow: 0 0 5px 5px #DDD;
-webkit-box-shadow: 0 0 5px 5px #DDD;
box-shadow: 0 0 5px 5px #DDD;
padding:15px;

}

#logo
{
width:650px;
float:left;
display:block;
}

#address
{
	padding-top:22px;
display:block;
float:left;
width:250px;
text-align:right;
font-size:13px;
}

#menu
{
width:900px;
display:block;
float:left;
clear:both;
}

#footer
{
width:900px;
display:block;
float:left;
clear:both;
margin-top:10px;
}




#header
{
float:left;
display:block;
width:900px;
clear:both;	
height:110px;
}

#pictures
{
width:900px;
display:block;
float:left;
clear:both;
}


#content
{
width:900px;
display:block;
float:left;
clear:both;
margin-top:15px;
}



