@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}

body{
	font-family:"Tahoma", "MS Serif", "MS Reference Sans Serif", "Microsoft Sans Serif";
	background-color:#FE2667;
	font-size: 0.9em;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}


a:link { color: #fe2667; text-decoration: none }
a:visited { color: #fe2667; text-decoration: none }
a:active { color: #fe2667; text-decoration: none }
a:hover { color: #fe2667; text-decoration: underline }


.clear {
	display: block;
	clear: both;
}

#wraper {
	position: relative;
	float: left;
	width:1000px;
	background-color: #FFFFFF;
	border-left:dotted;
	border-left-color:#8d8080;
	border-left-width:1px;
	border-right:outset; 
	border-right-color:#8d8080; 
	border-right-width:1px;
}

#maintext {
	position: relative;
	float: left;
	width:212px;
	height:80px;
}

#maintext h1 {
	font-size:13px;
	color:#ff345a;
	font-weight:bold;
	margin-left:10px;
	margin-top:20px;
}

#banner-ad {
	float:left;
	margin-left:0px;
	display:block;
	width:588px;
	height:80px;
	background-color:#FFFFFF;
	margin-top:0px;
}

#banner-ad p{
	margin-left:40px;
	margin-top:15px;
}

#banner-top-right {
	float:left;
	margin-left:0px;
	display:block;
	width:200px;
	height:80px;
	background-color:#FFFFFF;
	margin-top:0px;
}

#banner-top-right p{
	margin-left:20px;
	margin-top:15px;
}

#logo {
	position: relative;
	float: left;
	width:488px;
	height:168px;
	background-image:url(../images/logo.gif);
}

#logo-title {
	position: relative;
	float: left;
	width:512px;
	height:30px;
	text-align:center;
	padding:30px 0 10px 0;
}

#logo-title h1 {
	color:#ff345a;
	font-weight:bold;
	font-size: 1.0em;
}

#logo-banner {
	position: relative;
	float: left;
	width:512px;
	height:98px;
	text-align:center;
}

#menu {
	width:1000px;
	height:74px;
	background-image:url(../images/menu.jpg);
	display:block;
	margin:0px;
	clear:both;
}

#menu_top{
	height:auto;
	width:998px;
	margin:0 auto 0;
	border-left:#e7e7e7 1px solid;
	border-right:#e7e7e7 1px solid;
}	

#menu_top ul{
	height:28px;
	text-align:center;
	padding-top:15px;
}

#menu_top li{
	display: inline;
	margin-right:8px;
	margin-left:20px;
	font-size: 1.0em;
	font-weight:bold;
}

#menu_top a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu_top a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#menu_top li img{
	vertical-align: text-middle;
}



#wraper-body {
	position: relative;
	float: left;
	width:1000px;
	padding:0;
}


#left-wrap {
	position: relative;
	float: left;
	width:212px;
	clear:both;
}


#right-wrap {
	position: relative;
	float: left;
	width:780px;
	margin: 0 3px 0 5px;
	/* width:960px; */
	/* margin: 0 20px 0 20px; */
}



#footer {
	position: relative;
	float: left;
	width:1000px;
	padding:20px 0 10px 0;
}

#menu_footer{
	height:auto;
	width:998px;
	margin:auto;
}	

#menu_footer ul{
	height:28px;
	text-align:center;
	padding-top:5px;
}

#menu_footer li{
	display: inline;
	margin-right:5px;
	margin-left:5px;
	font-size: 1.0em;
	font-weight:bold;
}

#menu_footer a{
	color:#333333;
	text-decoration:none;
}

#menu_footer a:hover{
	color:#333333;
	text-decoration:underline;
}

#p_footer{
	color:#FF3366;
	font-weight:bold;
	text-align:center;
}



.left-box {
	float:left;
	width:205px;
	padding: 5px 0 5px 7px;	
}

.left-box-header {
	float:left;
	width:195px;
	height: 30px;
	padding: 10px 0 0 17px;	
	background:url(../images/bg_header_left.jpg);
	font-size:16px;
	font-weight:bold;
	/* color:#fe2667; */
	color:#CC0000;
}