﻿body 
{
	margin:0px;
	font-family:"宋休";
	font-size:12px;
}
#showContainer
{
	width:100%;
	text-align:center;
	border:none;
}
#showMain
{
	margin:auto;
	width:1000px;
	border:none;
}
#showTop
{
	width: 100%;
	height: 150px;
	margin: 0px 0px;
	border:none;
	float:left;
}
#showMenu
{	
	width:100%;
	height:40px;
    line-height:40px;
    background: url(image/m_bg.gif) repeat-x center;
    border:none;
    float:left;
}
#showContent
{
	width:1000px;
	float:left;
	margin-top:10px;
}
#showLeft
{
	width:200px;
	float:left;
	border:solid 1px #B3E685;
	text-align:center;
}
.showTitle
{
	width:198px;
	float:left;
	border:none;
	height:25px;
	line-height:25px;
	background-image:url(image/bg.gif);
}
#showContentMain
{
	width:790px;
	float:right;
	margin-top:0px;
}
#showBottom
{
	width:998px;
	height:75px;
	margin-top:10px;
	border:solid 1px #B3E685;
	background-color:#F4FEEB;
	text-align:center;
	float:left;
}
