@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #eee;
	text-decoration: none;
	background:#c9c8c8;
}
.content{
	background: #666;
	width: 950px;
	margin: auto;
	min-height:518px;
}
.header{
	height: 200px;
	width: 950px;
	margin: auto;
	background:#ddd;
}
h3.gallery_header{
	margin-left:15px;
	margin-top:5px;
}
.gallery_container{
	padding:0px 25px;
}
div.gallery_container img{
    background: #FFF;
	padding:6px;
	border: 1px solid #333;
}
.menu ul li{
	list-style: none;	
	float: right;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 5px;
}
.menu{
    height: 20px;
	width: 100%;
}
.menu a{
    text-decoration: none;	
	font-weight: bold;
	color:#ddd;	
}
.menu a:hover{
    text-decoration: underline;	
	font-weight: bold;
	color:#000;	
}
ul{
    margin: 0;	
}
.info{
    text-align: center;
	font-size:11px;
}
.footer{
    padding-top: 4px;
	padding-bottom: 3px;
	font-size: 10px;
	text-align:center;
	background: #666;
	width:950px;
	margin:auto;
	border-top: 1px solid #ccc;
}
.footer a{
    text-decoration: none;	
	font-weight: bold;
	color:#333 !important;
}
img{
    border: none;	
}
a{
    color: #ccc;	
	text-decoration: none;
}
a:hover{
    color: #eee;
	text-decoration: underline;
}
a:visited{
    color: #ddd;	
}
.about-us{
	padding-left:25px;
	padding-right:30px;
	text-align:justify;
}
.more{
	float:right;
	font-weight:bold;
	margin-top:-18px;
	padding-right:32px;
}