body{
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #8fd9f7;
}

h1{
	font-size: 22px;
	color: #5ccef9;
}	

h2{
	font-size: 18px;
	color: #5ccef9;
}	

p{
	font-weight: bold;
	color: #555;
	line-height: 20px;
	margin: 8px 0;
}	

#content a:link,
#content a:visited{
	color: #555;
}

#container{
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background: url(../img/layout/container_bg.gif) repeat-x #e2f4fe;
	padding: 0 0 300px 0;
}

#header{
	height: 175px;
}	

#menu{
	float: left;
	display: inline;
	width: 175px;
	margin: 0 15px 0 0;
}

#menu ul{
	list-style: none;
}

#menu li{
	line-height: 29px;
	padding: 0 0 0 10px;
	margin: 0 0 2px 0;
	width: 174px;
	height: 29px;
	overflow: hidden;
	background: url(../img/layout/menu_bg.gif) no-repeat;
}

#menu a:link,
#menu a:visited{
	color: #555;
}		

#menu img{
	margin: 2px 0;
}	

#content{
	float: left;
	width: 580px;
	padding: 10px;
}	

.item_photo{
	padding: 6px;
	background: #fff;
	border: 1px solid #8fd9f7;	
}

.gallery_item td{
	text-align: center;
}
	
.gallery_item img{
	padding: 6px;
	background: #fff;
	border: 1px solid #8fd9f7;	
}

.form{
	list-style: none;
}

#footer{
	border-top: 1px dashed #b5e2f5;
	margin: 25px 0 0 0;
	padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #b5e2f5;
}		

#footer a:link,
#footer a:visited{
	color: #8fd9f7;
}		