* { 
	margin: 0; padding: 0;
}

body {
	font-size: 62.5%;
	text-align: center;
	background-color: #4c4c4f;
	font-family: Tahoma, sans-serif;
}

.cb { clear: both; }
.hidden { display: none; }	

#Wrap {
	width: 765px;
	margin: 0 auto;
}

h1 span { display: none; }
h1 a {
	display: block;
	height: 148px;
	border-bottom: 6px solid #2cb0bd;
	background: url(../_img/header.jpg) right top no-repeat;
}

#Navi {
	position: relative; top: -8px;
	text-align: left;
	list-style: none;
	font-weight: bold;
	font-size: 20px;
	font-family: Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	
}
	#Navi a {
		color: #2cb0bd;
		text-decoration: none;
	}

#Gallery .section {
	margin-bottom: 15px;
	border-bottom: 6px solid #2cb0bd;
}		
#Gallery .section h2 {
	position: relative; top: 6px;
	text-align: right;
	font-weight: bold;
	font-size: 40px;
	font-family: Arial, sans-serif;
	line-height: 29px;
	color: #bcbfc0;
}		
#Gallery .section .thumbs {
	padding: 12px 15px 1px 2px;
	background-color: #bcbfc0;
}
#Gallery .section .thumbs ul { 
	list-style: none;
}
#Gallery .section .thumbs li {
	float: left;
	width: 235px; height: 122px;
	margin: 0 0 11px 13px;
}
#Gallery .section .thumbs li a {
	display: block;
	padding: 9px 9px 7px 9px;
	color: #fff;
	text-decoration: none;
	background-color: #2db0bd;
}
#Gallery .section .thumbs li a img {
	border: none;
}
#Gallery .section .thumbs li.even a {
	color: #2cb0bd;
	background-color: #b9fdff;
}
#Gallery .section .thumbs li .title {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}

#ContactEtc {
	margin-top: 34px;
	padding: 32px 19px 17px 19px;
	text-align: right;
	background: #fff url(../_img/footer-bg.jpg) left top no-repeat;
}
#ContactEtc h2 { display: none; }
#ContactEtc ul {
	list-style: none;
}
#ContactEtc li {
	margin-bottom: 3px;
}
#ContactEtc li label {
	color: #2cb0bd;
	text-transform: uppercase;
}
#ContactEtc li, #ContactEtc li a {
	color: #636466;
	font-size: 18px;
	text-decoration: none;
}
#ContactEtc li a:hover {
	text-decoration: underline;
}

#Footer {
	margin: 40px 0;
	text-align: left;
	color: #c0c2c4;
	font-size: 16px;
}
