@charset "utf-8";
body {
	background: #000000  no-repeat center top;
	margin:0;
}
#menu {
	width:196px;
	height:557px;
	position:absolute;
}
#menu ul , #menu ul li{
	margin:0px;
	padding:0px;
}
#menu ul {
	margin-top:35px;
	list-style:none;
}
#primary {
	height:557px;
	background:url(../advisor/img/detect_bg.jpg) no-repeat 0 0;
}
#content {
	width:575px;
	height:345px;
	position:absolute;
	margin:155px 0px 0px 293px;
	overflow:auto;
	font:12px/18px normal;
	letter-spacing:0.2em;
	color:#FFF;
}
#content table {
	font-size:13px;
	color:#ffc949;
}
.leftImg {
	float:left;
	margin:5px 15px 5px 0px;
}