body {
	background: #f1f1e8 url(../images/bg.png) repeat-x;
	margin:0;
	padding:0;
	color: #666;
	font-family: Verdana;
} 





#head {
	display: block;
	margin-top: 40px;
	height: 168px;
	width: 100%;
	background: url(../images/head_bg.png) repeat-x;
}

.quote {
	padding-top: 20px;
	font-weight: bold;
	float: right;
	vertical-align: middle;
	text-align: right;
	width: 400px;
	height: 60px;
	font-size: 12px;
}

.quote #q1 {
	width: 29px;
	height: 60px;
	background: url(../images/q1.png) top left no-repeat;
}

.quote #qtext {
	width: 300px;
}

.quote #q2 {
	width: 29px;
	height: 60px;
	background: url(../images/q2.png) bottom right no-repeat;
}

#wrapper {
	width: 940px;
	height: 80px;
}

#logo {
	width: 449px;
	height: 110px;
	display: block;
/*	background: url(../images/logo.png) no-repeat; */
	float: left;
}

#cont {
	margin-top: -17px;
}

.left_cont {
	width: 10px;
	height: 365px;
	background: url(../images/left_cont.png) no-repeat;
}

.center_cont {
	padding: 15px;
	padding-top: 25px;
	width: 928px;
	background: url(../images/center_cont.png) repeat-x;
}

.center_cont img {
	/*border: #FFF 10px solid; */
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.center_cont #break {
	text-align: center;
	color: #FFF;
	background: #A60000;
	padding: 10px;
	border-bottom: 2px #FFF solid;
	border-top: 2px #7f0000 solid;
}

.right_cont {
	width: 10px;
	height: 365px;
	background: url(../images/right_cont.png) no-repeat;
}

.menu {
		z-index: 15;
		position: relative;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	width: 902px;
	text-align: center;
	margin-top: -33px;
	height: 52px;
	display: block;
}

#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a {
	text-decoration: none;
	color: #86760e;
	display: block;
	float: left;
	height: 35px;
	padding-top: 17px;
	background: url(../images/menu.png) no-repeat;
	text-shadow: #fde95c 0px 1px 0px;
}

#menu1 a {
	width: 106px;
	background-position: 0px 0px;
}

#menu2 a {
	width: 117px;
	background-position: -106px 0px;
}

#menu3 a {
	width: 145px;
	background-position: -223px 0px;
}

#menu4 a {
	width: 152px;
	background-position: -368px 0px;
}

#menu5 a {
	width: 190px;
	background-position: -520px 0px;
}

#menu6 a {
	color: #FFF;
	width: 192px;
	background-position: -710px 0px;
	text-shadow: #8db90e 0px 1px 0px;
}

#menu1 a:hover {
	width: 106px;
	background-position: 0px -52px;
}

#menu2 a:hover {
	width: 117px;
	background-position: -106px -52px;
}

#menu3 a:hover {
	width: 145px;
	background-position: -223px -52px;
}

#menu4 a:hover {
	width: 152px;
	background-position: -368px -52px;
}

#menu5 a:hover {
	width: 190px;
	background-position: -520px -52px;
}

#menu6 a:hover {
	color: #FFF;
	width: 192px;
	background-position: -710px -52px;
	text-shadow: #8db90e 0px 1px 0px;
}