@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../style2/bg.jpg) repeat-x #d4e6fe;
}

#header{
	overflow:auto;
	margin:0px;
	padding:0px;
	background:url(../style2/logo.png) top left no-repeat;
	height:192px;
}
#user-info{
	
}
#wrapper{
	width:1100px;
	margin:auto;
}
#left{
	padding:40px 0px 0px 220px;
}
#right{
	width:300px;
	float:right;
	margin:0px auto;
	clear:both;
}
#header #right{
	padding:30px 30px 0px 0px;
}
#small_box{
	background:url(box_small_bg.png) repeat-x;
	width:100%;
	height:48px;
	float:right;	
	padding-top:6px;
}
#small_box-left{
	background:url(box_small_left.png) no-repeat;
	height:48px;
	width:275px;
	padding-left:12px;
}
#small_box-right{
	background:url(box_small_right.png) no-repeat top right;
	padding-right:13px;
	padding-bottom:5px;
	height:48px;
}

#big_box{
	background:url(box_big_bg.png) repeat-y;
	width:729px;
	padding:5px;
}
#big_box h1{
	margin:0px;
	font-weight:bold;
	color:#333;
	font-size:16px;
	font-family:Arial;
}
#big_box h2{
	margin:20px;
	text-align:center;
	color:#3b5998;
	font-size:16px;
}
#big_box-top{
	background:url(box_big_top.png) no-repeat;
	width:729px;
	padding-top:13px;
	margin-bottom:10px;
}
#big_box-foot{
	background:url(box_big_foot.png) no-repeat bottom;
	width:729px;
	padding-bottom:12px;
}
button{
	background: #3b5998;
	color:#FFF;
	font-weight:bold;
	border: thin solid #006;
	margin:2px;
	padding:.4em;
	float:right;
}
#button{
	background: #3b5998;
	color:#FFF;
	font-weight:bold;
	border: thin solid #006;
	margin:2px;
	padding:.4em;
}
#navi{
	padding-left:300px;
}
#navi p a{
	padding:7px;
	margin-left:7px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	width:auto;
	float:left;
	background-color: #3b5998;
	color: #FFF;
	border:1px solid  #003;
	position:relative;
	
}
a{
	color:#3b5998;
}
a:hover{
	color:#3b5998;
}
a:visited{
	color:#3b5998;
}
a:active{
	color:#3b5998;
}