body,html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #e9f1fb;
	font-family: arial;
	font-size: 11px;
	color: #35A8C3;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 998px;
	min-height: 100%;
    border: 1px solid #dbe7f8;
    border-bottom: 0px;
    border-top: 0px;
    background-color: white;
}
* html #wrapper {
	height:100%;
}
#head {
	height: 136px;
	width: 100%;
}
#left {
	float:left;
	width: 227px;
	margin-left: 5px;
	height:100%;
	padding-right: 3px;
}
#right {
	height:100%;
	width: 755px;
	margin-right: 5px;
	padding-left: 3px;
    float:right;
}
#left .header {
	font-size: 12px;
	color: white;
	height:33px;
	width: 222px;
	background:url(http://sixpop.com/images/file/69447373.png);
	padding-top:13px;
	padding-left:5px;
}
#right .header {	
	font-size: 12px;
	color: white;
	height:33px;
	padding-left:5px;
	width: 748px;
	background:url(	http://sixpop.com/images/file/41190085.png);
	padding-top: 13px;
}
#right .content {
	width: 741px;
	background:url(images/rback.jpg) repeat-y;
	border: 1px solid #d2e0f5;
	border-top-width:0px;	
	padding: 0px 5px 0px 5px;
}
#left .content {
	width: 225px;
	background:url(images/lback.jpg) repeat-y;
	border: 1px solid #d2e0f5;
	border-top-width:0px;
} 
.content {
	margin-bottom: 7px;
}
#foot {
	margin-left:auto;
	margin-right:auto;
}
.box {
	height: 20px;
	padding: 8px 5px 0px 5px;
}
img {
	margin-left:1px;
}
.exc {
	width:11px;
	height:11px;
	float:right;
	background-image:url(images/collapse.jpg);
	margin-right:5px;
	cursor:pointer;
}
.inhead {
	float:left;
}