/* 重新设置 margin, padding 默认值 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* 设置h1-h6标题默认字号 */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* 移除列表的默认图标 */
ol,ul { list-style : none; }

/* 设置其他标签的默认字号和粗细 */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* 设置表格的相邻边被合并 间距为零*/
table { border-collapse : collapse; border-spacing : 0; }

/* 父框和图片的边框为零 */
fieldset,img { border : 0; }

/* 设置表格的表头和标题中的文本左对齐 */
caption,th { text-align : left; }

/*layout.css*/
html {
	text-align: center;
        background-color: #44030b;
	background: url(../images/jovi.jpg) -2px 5px repeat-y;
	*_background: url(../images/jovi.jpg) -5px -2px repeat-y;


}


body { 

	width: 995px;
	margin: 0 auto;
	cursor: url('images/shu.cur');

}
div#zongdi {


}
div#overall {
	overflow: auto; /* 强制容器容纳所有内容 */
	position : relative;  /* 使body成为其子元素的包含块，对象不可层叠，但将依据 left ， right ， top ， bottom 等属性在正常文档流中偏移位置 */
	width: 985px;
	height: 100%;
	margin: 0 4px !important;
	margin: 0 5px;
	text-align: left;
}/*设置一个父框，做为内容容器，这样内容的宽度就可以是100%了*/

div#main-left {
	width: 747px;
	float: left;
	height: 100%;
}

div#main-del-list {
	width: 980px;
	text-align: left;
	line-height: 22px;
	height: 100%;
}
div#main-new-theme {
	overflow: auto; /* 强制容器容纳所有内容 */
	width: 372px;
	float: left;
}

div#main-hot-theme {
	overflow: auto; /* 强制容器容纳所有内容 */
	width: 372px;
	float: right;
}

div#main-right {
	overflow: hidden; /* 强制容器容纳所有内容 */
	width: 220px;
	float: right;
	height: 100%;
}

#foot-link {
	overflow: auto; /* 强制容器容纳所有内容 */
	background-color: #fff;
	margin-top: 15px;
	height: 100%;
	border-left: solid 1px #1d5bb6;
	border-bottom: solid 1px #1d5bb6;
}

.clear {
	clear: both;
}
