﻿/* ----------------------- */
/* Title: 简单页面         */
/* Update: 2008-10-11      */
/* ----------------------- */
@import url(base.css);
@import url(class.css);
@import url(layout.css);

/* ----------------------- */
/* 页面主体                */
#container {
	clear:both;
}
#side {
	width:256px;
	padding:4px 8px;
	border:1px solid #a3c2dd;
	background:#f1f8ff;
	float:right;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#detail {
	margin-right:284px;
}
#main {
	padding:8px 20px;
}

