* {
	padding:0px;
	margin:0px;
	border:none;
	font:12px normal Verdana, Arial, Tahoma;
	line-height:16px;
	background:#ffffff;
	color:#222222;
	text-decoration:none;

}
strong {font-weight:bold;}
em {font-style:italic;}
h1 {
	font-weight:bold;
	padding-bottom:10px;
}
ul {
	list-style:none;
}
li {
	background-image:url(img/ul.png);
	background-repeat:no-repeat;
	padding-left:10px;
	margin-bottom:5px;
}
ul.ulplus li {
	background-image:url(img/ul+.png);
}
a:hover, a:hover strong {
	text-decoration:underline;
}
input, textarea {
	margin:5px;
}
#site {
	position:relative;
	width:100%;
	margin-top:30px;
}
#site_top, #site_bottom {
	position:absolute;
	background-image:url(img/bgsite.png);
	background-repeat:repeat-x;
	width:50%;
	height:49px;
}
#con_bottom {
	position:absolute;
	background-image:url(img/bgbottom.png);
	background-repeat:no-repeat;
	width:751px;
	padding-top:33px;
	padding-bottom:0px;
	padding-left:5px;
	bottom:0px;
}
#con_bottom, #con_bottom a {
	font-size:10px;
}
.clearfloat{
	clear:both;
}
#site_top {
	left:0px;
	top:0px;	
}
#site_bottom {
	right:0px;
	bottom:0px;
}
#site_main {
	z-index:10;
	position:relative;
	margin:auto;
	width:756px;
}
#main_top {
	background-image:url(img/bgtop.png);
	background-repeat:no-repeat;
	height:32px;
	padding-left:153px;
}
#main_con {
	padding-top:150px;
}
#con_menu, #con_pic {
	position:absolute;
	top:32px;
	border-bottom:1px solid #e3001a;
}
#con_menu {
	background-image:url(img/bgmenu.png);
	width:270px;
	height:100px;
	left:0px;
	padding-top:14px;
	padding-bottom:16px;
	padding-left:10px;
	overflow:hidden;
}
#con_menu a {
	background-image:url(img/bgmenu.png);
	display:block;
	margin-left:15px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
	color:#e38e97;
}
#con_menu a:hover, #con_menu a.mhead, #con_side a, #con_side p, #con_side strong, #con_side em {
	color:#e3001a;
}
#con_pic {
	width:374px;
	height:130px;
	left:270px;
	/*background-image:url(img/bgheadpic.png);*/
	background-repeat:no-repeat;
	overflow:hidden;
}
#con_side p {
	margin-bottom:20px;
}
#con_side {
	float:left;
	width:240px;
	min-height:290px;
	height:auto !important;
	height:290px;
	padding-left:5px;
	padding-right:25px;
}
#con_text {
	width:374px;
	margin-left:270px;
	padding-bottom:35px;
}
#con_text p {
	margin-bottom:10px;
}
