@charset "utf-8";
@import url("../css/reset.css");
body {
	background:url(../images/bg.gif) repeat-x #442466;
	line-height:175%;
}
#wrapper {
	margin:0 auto;
	overflow:hidden;
	width:920px;
	background:#fff;
}
#header {
	width:920px;
	height:320px;
	background:url(../images/header.jpg);
}
h1, h2 {
	text-indent:-9999px;
	margin:0;
}
#menu {
	float:left;
	width:225px;
	margin-left:40px;
	margin-top:30px;
}
.bmenu {
	width:225px;
	height:20px;
	background:url(../images/b-menu.gif);
	margin-bottom:30px;
}
.menu1, .menu2, .menu3, .menu4, .menu5 {
	width:225px;
	height:40px;
}
.menu1 {background:url(../images/menu1.gif) #fff;}
.menu2 {background:url(../images/menu2.gif) #fff;}
.menu3 {background:url(../images/menu3.gif) #fff;}
.menu4 {background:url(../images/menu4.gif) #fff;}
.menu5 {background:url(../images/menu5.gif) #fff;}

.smenu a {
	display:block;
	text-align:center;
	background:#928CBE;
	font-size:12px;
	text-decoration:none;
	color:#36323E;
}
.smenu a:hover {
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFD88F;
	background:url(../images/sover.gif) no-repeat;
}
#content {
	float:right;
	width:545px;
	margin-top:60px;
	margin-right:40px;
	border:2px solid #442466;
}
.bcon {
	width:545px;
	height:145px;
	background:url(../images/bg-con.gif) bottom no-repeat;
}
.tcon1, .tcon2, .tcon3, .tcon4, .tcon5 {
	width:545px;
	height:60px;
	margin-top:-30px;
	margin-bottom:20px;
}
.tcon1 {background:url(../images/tcon1.gif);}
.tcon2 {background:url(../images/tcon2.gif);}
.tcon3 {background:url(../images/tcon3.gif);}
.tcon4 {background:url(../images/tcon4.gif);}
.tcon5 {background:url(../images/tcon5.gif);}

h3 {margin:0;}
.h3con {
	margin:20px;
	font-size:16px;
	font-weight:bold;
	color:#442466;
}
#content p {
	margin:20px;
	font-size:14px;
	color:#333;
}
#footer {
	background:url(../images/bg-footer.gif) repeat-x;
	height:40px;
}
.inner {
	width:880px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	padding-left:10px;
	padding-top:5px;
}
.inner p, .inner p a , .inner li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.inner li a {
	font-weight:normal;
}
.inner li a:hover	{
	font-weight:bold;
	color:#442466;
	border:1px solid #442466;
}
.inner p {
	padding-right:10px;
	float:right;
}
.inner li {
	display:inline;
	padding-right:20px;
}