#menu2 {
	position:absolute;
	margin-top: 25px;
	left: 50%;
	margin-left: -78px;
	height: 40px;
	width: 506px;
}
#menu2 ul li {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	list-style: none;
}
#menu2 ul li a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
#menu2 ul li a:hover{
	text-shadow: 0px 2px 10px #e1e1e1;
    filter: dropshadow(color=#e1e1e1, offx=0, offy=2);
	font-size: 14px;
	color: #c6cbab;
	text-decoration: none;
}
#menu2 ul li .click{
	color: #c6cbab;
}


#body {
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}

h1 {
	color:#c6cbab;
}

.pes {
	height: 500px;
}

.pes #left {
	margin-top: 50px;
	float:left;
	height: 400;
	width: 190px;
}
.pes #middle {
	float:left;
	height: 400;
	width: 400px;
	padding-left:18px;
	padding-right:18px;
}
.pes #right {
	margin-top: 50px;
	float:left;
	height: 400;
	width: 190px;
}


.gallery {
	clear:both;
	overflow:hidden;
	float: right;
	height: 300px;
	width: 200px;
}
.gallery img {
	margin: 1px;
	height: 91px;
	width: 91px;
	float: left;
}

hr
{
	color: #c6cbab;
	background-color: #c6cbab;
	height: 2px;
	margin-top: -20px;
	border: 0;
}