@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg1.gif) repeat-y center;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

#head {
	position: relative;
	height: 175px;
	background: url(../images/book.gif) no-repeat;
	background-position: 0 2px;
}

#flash {}

#tools {
	position: absolute;
	right: 10px;
	top: 10px;
}

#tools ul li {
	float: left;
	margin-right: 5px;
}

#tools ul li a {
	padding-left: 20px;
	display: block;
	color: #5B5B5B;
	font-size: 80%;
}

.tools_mail {
	background: url(../images/icon_mail.png) no-repeat;
	background-position: 0 50%;
}

.tools_home {
	background: url(../images/icon_home.png) no-repeat;
}

#side {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-top: 10px;
	text-align: center;
	padding-top: 20px;
}

.box {
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-radius: 5px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: #CCCCCC;
	padding-bottom: 20px;
}

#side li {
	margin-bottom: 10px;
}

#side li a {
	display: block;
	width: 170px;
	height: 10px;
	background: url(../images/itmeba.gif) no-repeat;
	font-size: 50%;
	text-align: left;
	padding-top: 5px;
	height: 1px;
	color: #5B5B5B;
}

#side li a:hover {
	color: #FF0000;
}


#main {
	float: right;
	width: 795px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 25px;
}

#bread {
	font-size: 130%;
	margin-bottom: 10px;
	position: absolute;
	left: 185px;
	top: 200px;
	font-weight: bold;
}

#bread li {
	float: left;
	letter-spacing: 1px;
	color: #033D7A;
	font-size: 80%;
}

#bread li a {
	color: #003399;
	font-weight: bold;
}

#bread li a:hover {
	color: #003399;
}

#funcs {
	position: relative;
	height: 29px;
	margin-top: 10px;
	clear: both;
}

#funcs ul {
	position: absolute;
	right: 0px;
	top: 8px;
	width: 150px;
	background: #FFFFFF;
}

#funcs ul li {
	float: left;
}

#funcs_top {
	margin-left: 5px;
}

#funcs_back {}

#funcs_tran {
	margin-left: 18px;
}

#footer {
	width: 1020px;
	height: 50px;

	position: relative;
	background: url(../images/bg_footer.png) no-repeat;
	float: right bottom;
}

#footer_content {
	position: absolute;
	left: 270px;
	top: 170px;
}

#footer_content img {
	position: absolute;
	vertical-align: right;
}