@charset "utf-8";
html, body, div, h3, p, ul, li, img {
	margin:o; padding:0; 
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { 
	display: block; 
}


body {
	background: #19767d;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.container {
	width:950px;
	margin:0px auto 0;
}
header {	
	background: #17646e  ; 
	border-bottom:1px solid #30979f;
	
	
}
header h2 {	
color: #49B8CB;
text-align: center;
padding-top: 3px;
padding-bottom: 0px;
font-size: 28px;
word-spacing: 1px;
text-shadow: 1px 1px 2px #020f11;
}

#content {
	background:#105457;
	background:linear-gradient ( to top, #848c9c 0%; #687080 50%; a7b1c5 100%);
	background:-webkit-linear-gradient ( bottom, #848c9c 0%; #687080 50%; a7b1c5 100%);
	padding-top:0px;
	padding-bottom:20px;
	 overflow:hidden;
}

.gallery{
	width:910px;
	margin:auto;
}

.gallery ul{
	list-style:none;
} 

.gallery li{
	float:left;
	margin:auto;
	padding:10px;
}
.gallery img{
	display:block;
	padding:5px;
	background-color:#237e7e;
	border:1px solid #19c068;
	box-shadow: 1px 1px 2px #000;
}

.gallery img:hover{
	border:1.5px solid #0FF8DE;
}
footer{
	background:#0e5a63;
}
footer p{
color: #b3eaf3;
text-align: center;
font-size: 18px;
padding-top: 0px;
padding-bottom: 0px;
}

#footer1{
	margin-left:180px;
	margin-right:180px;
	color:#009;	
	font-size:15px;
}
#footer1 a: hover{
	color:#0FC;
	
}


#footer1 {
	text-align:center;
}









