@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #615151;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}
a img {
	border: none;
}
a:link {
	color: #004d7e;
	text-decoration: none;
}
a:visited {
	color: #004d7e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #362729;
	font-weight: bold;
	margin-bottom: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}
.wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top {
	height: 388px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top_back.jpg);
	background-repeat: no-repeat;
}
.menu {
	height: 40px;
	margin-top: 1px;
	/*margin-left: 155px;*/
}
.menu a, .menu a:link  {
	display: block;
	overflow: hidden;
	width: 195px;
	height: 40px;
	background-color: #594B4B;
	color:#fff;
	font-size: 18px;
    line-height: 40px;
    text-align: center;
    float:left;
    margin-right: 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.menu div:last-child  a{
	width: 196px;
	margin-right: 0px;
}
.menu a:hover, .menu a.active {
	background-color: #3E3031;
	text-decoration: none;
}
.arrow_submenu_1 {
	background-image: url('../img/arrow_submenu.png');
	background-repeat:no-repeat;
	background-position: 455px 0px;
	width:980px;
	height: 20px;
}
.submenu {
	height: 40px;
	margin-top: 1px;
	/*margin-left: 155px;*/
}
.submenu a, .submenu a:link  {
	display: block;
	overflow: hidden;
	width: 429px;
	padding: 0px 30px;
	height: 40px;
	background-color: #8A8181;
	color:#fff;
	font-size: 16px;
    line-height: 40px;
    text-align: center;
    float:left;
    margin-right: 1px;
    margin-bottom:1px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.submenu a:hover, .submenu a.active {
	background-color: #7A6F6F;
	text-decoration: none;
}
.submenu a:last-child {
	width: 430px;
	margin-right: 0px;
}
/*
#m1 {
	float: left;
	height: 40px;
	width: 180px;
	margin-right: 1px;
	background-image: url(../img/m1.png);
	background-repeat: no-repeat;
}
#m2 {
	float: left;
	height: 40px;
	width: 180px;
	margin-right: 1px;
	background-image: url(../img/m2.png);
	background-repeat: no-repeat;
}
#m3 {
	float: left;
	height: 40px;
	width: 180px;
	margin-right: 1px;
	background-image: url(../img/m3.png);
	background-repeat: no-repeat;
}
#m4 {
	float: left;
	height: 40px;
	width: 180px;
	margin-right: 1px;
	background-image: url(../img/m4.png);
	background-repeat: no-repeat;
}
#m1 a:hover {
	background-image: url(../img/m1a.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 180px;
	margin-right: 1px;
}
#m2 a:hover {
	background-image: url(../img/m2a.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 180px;
	margin-right: 1px;
}
#m3 a:hover {
	background-image: url(../img/m3a.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 180px;
	margin-right: 1px;
}
#m4 a:hover {
	background-image: url(../img/m4a.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 180px;
	margin-right: 1px;
}
*/
.content {
	padding-left: 155px;
	padding-right: 100px;
	margin-top: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2cbcb;
	border-right-width: 0px;
	border-right-style: solid;
}

.foot {
	font-size: 9px;
	width: 720px;
	letter-spacing: 7px;
	height: 90px;
	margin-top: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2cbcb;
	text-align: center;
	margin-left: 155px;
}
