@charset "utf-8";
#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 838px;
	background-image: url(../imges/header_bg.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #310100;
	border-left-color: #310100;
	position: relative;
	height: 160px;
	padding-left: 10px;
}
#header #headermenu {
	width: 215px;
	position: absolute;
	top: 0px;
	right: 30px;
}
#header #headermenu li {
	float: left;
	padding-left: 5px;
}
#header #headerlink {
	width: 215px;
	position: absolute;
	top: 40px;
	right: 30px;
}
#header #headerlink li {
	padding-bottom: 10px;
}

#maingraphic {
	width: 850px;
}

#contener {
	width: 848px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #310100;
	border-left-color: #310100;
	padding-bottom: 30px;
	background-color: #FFF;
}
#contener   #sidenavi {
	float: left;
	width: 200px;
}
#contener #sidenavi #menu {
	padding-bottom: 20px;
}
#contener #sidenavi #banner {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
}
#contener #sidenavi #banner li {
	margin-bottom: 20px;
}



#contener #contents {
	float: right;
	width: 570px;
	padding-right: 40px;
	padding-top: 20px;
}

#footer {
	width: 850px;
	background-image: url(../imges/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 153px;
	padding-top: 15px;
}
#footer ul {
	width: 800px;
	color: #FFFFFF;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}
#footer li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 10px;
}
#footer p {
	text-align: right;
	padding-right: 10px;
}

