@charset "utf-8";
/* index.css */
/*Navigation*/
.first {
	margin-left:20px;
}
.first a {
	border-bottom:5px solid #dab483;
}
.second a:hover {
	border-bottom:5px solid #28190c;
}
.third a:hover {
	border-bottom:5px solid #799419;
}
.forth a:hover {
	border-bottom:5px solid #107a83;
}
.fifth a:hover {
	border-bottom:5px solid #942924;
}
/* ----------------- Main content -------------------------------------------------------*/

#homepic {
	width:900px;
	height:250px;
	margin:15px 0 10px 0;
	background: url(../images/homepic.jpg) no-repeat;
}
#homepic a {
	color:#fff;
}
#homepic:hover {
	background: url(../images/homepichover.jpg) no-repeat;
}
.message {
	position:absolute;
	width:360px;
	float:left;
	margin:130px 0px 0px 160px;
	color:#fff;
}

.message h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#bottomcontenttop {
	width:900px;
	height:10px;
	background: url(../images/b_contenttop.jpg) no-repeat;
}
#bottomcontent {
	width:898px;
	height:400px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}
#bottomcontentbtm {
	width:900px;
	height:10px;
	background: url(../images/b_contentbtm.jpg) no-repeat;
	clear:both;
}
.left {
	float: right;
	width: 270px;
	margin: 0 6px 5px 0;
	padding:10px;
}
.middle {
	float: right;
	width: 270px;
	margin: 0 6px 5px 0;
	padding:10px;
}
.right {
	float: right;
	width: 270px;
	margin: 0 6px 5px 0;
	padding:10px;
}

#headerLink:hover{
	color:#F00;
}
#gal li {
	width:100px;
	margin-bottom:5px;
	float:left;
	margin-left:22px;
	margin-top:10px;
}

#gal li img{
	border: 2px solid #fff;
}


#gal li img:hover {
	border: 2px solid  #999933;
}
#otherSer {
	margin-top:15px;
}

