@charset "utf-8";
/* CSS Document */

body {
	background-color: #D6D6D6;
	background-image: url(../images/bg_root.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: none;
}





#root {
	margin: 15px auto;
	text-align: left;
	width: 1024px;
}
#header {
	height: 160px;
	position: relative;
}
#header #logo {
	margin-left: 21px;
}

#header #nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 30px;
	top: 27px;
	width: 560px;
}
#header #nav li {
	border-left: 1px solid #B99F9A;
	display: inline-table;
	*display:inline-block;
	*float: left;
	height: 52px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#header #nav li a {
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	overflow: hidden;
	width: 0px;
	padding: 0px;
	margin: 0px;
}

#header #nav #nav01 {
	width: 81px;
}
#header #nav #nav01 a {
	background-image: url(../images/nav01_f1.png);
	padding-left: 81px;
}
#header #nav #nav01 a:hover {
	background-image: url(../images/nav01_f2.png);
}
#header #nav #nav02 {
	width: 95px;
}
#header #nav #nav02 a {
	background-image: url(../images/nav02_f1.png);
	padding-left: 95px;
}
#header #nav #nav02 a:hover {
	background-image: url(../images/nav02_f2.png);
}
#header #nav #nav03 {
	width: 89px;
}
#header #nav #nav03 a {
	background-image: url(../images/nav03_f1.png);
	padding-left: 89px;
}
#header #nav #nav03 a:hover {
	background-image: url(../images/nav03_f2.png);
}
#header #nav #nav04 {
	width: 152px;
}
#header #nav #nav04 a {
	background-image: url(../images/nav04_f1.png);
	padding-left: 152px;
}
#header #nav #nav04 a:hover {
	background-image: url(../images/nav04_f2.png);
}
#header #nav #nav05 {
	width: 103px;
}
#header #nav #nav05 a {
	background-image: url(../images/nav05_f1.png);
	padding-left: 103px;
}
#header #nav #nav05 a:hover {
	background-image: url(../images/nav05_f2.png);
}





#textarea {
	background-color: #F6F7F9;
	background-image:url(../images/draw_bg.jpg);
	background-position:100% 0;
	background-repeat:no-repeat;
	min-height: 300px;
	margin-bottom: 30px;
	padding: 25px 65px 34px 55px;
}





#footer {
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	height: 32px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}









#shl {
	background-image:  url(../images/bg_left.png);
	background-repeat: repeat-y;
}
#shr {
	background-image:  url(../images/bg_right.png);
	background-repeat: repeat-y;
}


#sht {
	background-image:  url(../images/bg_topsh.png);
	background-repeat: no-repeat;
	height: 10px;
}
#shb {
	background-image:  url(../images/bg_bottomsh.png);
	background-repeat: no-repeat;
	height: 9px;
}


