/*Navigation---------------------------------------------------------*/
.first {
	margin-left:20px;
}
.first a:hover {
	border-bottom:5px solid #dab483;
}
.second a:hover {
	border-bottom:5px solid #28190c;
}
.third a {
	border-bottom:5px solid #799419;
}
.forth a:hover {
	border-bottom:5px solid #107a83;
}
.fifth a:hover {
	border-bottom:5px solid #942924;
}
/* ----------------- Main content -------------------------------------------------------*/
#bottomcontenttop {
	width:900px;
	height:10px;
	background: url(../images/b_contenttop.jpg) no-repeat;
	margin-top:15px;
}
#bottomcontent {
	width:898px;
	height:450px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}
#bottomcontentbtm {
	width:900px;
	height:10px;
	background: url(../images/b_contentbtm.jpg) no-repeat;
}
#gallery {
	padding: 10px;
	width: 800px;
	margin-left: 35px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 2px solid #fff;
}
#gallery ul a:hover img {
	border: 2px solid  #999933;
}
