@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;
 border:1px solid #ffa7a6;
 
}

.sections{width:327px; display:inline; height:260px; float:left; margin-top:20px;margin-left:18px; }
.sections .title{ height:22px; line-height:22px; border-bottom:1px   dotted #99322e;color:#99322e; }
.sections .title .title_left{ font-size:14px; font-weight:bold; float:left; width:280px; float:left; height:22px; overflow:hidden; }
.sections .title .title_right{ float:right; width:45px; height:22px; overflow:hidden; }
.sections .title .title_right a:link{color:#99322e; text-decoration:none;}
.sections .title .title_right a:visited{color:#99322e; text-decoration:none}
.sections .title .title_right a:hover{color:red; text-decoration:none;}
.sections .title .title_right a:active{color:#99322e; text-decoration:none;}

.sections ul{ margin-top:8px; margin-left:1px;}
.sections ul li{ height:23px; line-height:23px; text-indent:5px;}
.sections ul li span{ color:#ff6600;}
