@charset "utf-8";
/* CSS Document */
@import url("base.css");
#container {
	height:auto!important;

	
}

#container #container_left {
	width:247px;
	height:auto!important;
	min-height:600px;
	_height:600px;
	float:left;

}
#container #container_right
{
 width:710px; float:left;
 height:auto!important;
 min-height:600px;
 _height:600px;
 margin-left:10px;

}

.content dl{ line-height:20px; padding:10px;}
.content dl dt{ text-indent:20px;}
.content dl dd { margin-top:10px;}

.content ul{ margin:0 auto; font-size:18px;}

.content ul li{ margin:0 auto; margin:0px 1px 10px 200px; }

.content .userInfo{ height:auto; }
.content .userInfo  dt{ height:26px; }
.content .userInfo dd{ height:26px; margin:0px; margin-top:5px; line-height:26px;}
.content .userInfo .left{ height:26px; width:100px; float:left; text-align:right;}
.content .userInfo .right{ height:26px; float:left; text-align:left; width:500px; padding-left:5px; }
.rightContent .rightTitle { text-indent:25px; line-height:32px; color:red;font-size:14px;font-weight:bold;}