html,
body {
	margin:0;
	padding:0;
	color:#000;
	text-align:left;	
}
#body-bg {
	width:100%;
	margin:0 auto;
	background:url(images/bg-studyd.jpg);
	background-attachment:fixed;
}
#body {
	width:1000px;
	margin:0 auto;
	background:url(images/bg-main.png);
}
#header {
	padding:10px 0 0 0;
	background:#fff;
	height:290px;
	width:960px;
	background:url(images/banner.jpg) no-repeat;
}
#logo {
	float:left;
	padding:6px 0 0 0;
	height:240px;
	width:960px;
}
#content-1 {
	float:left;
	width:220px;
	padding:10px 0px 0px 30px;	

}
#content-2 {
	float:right;
	width:740px;
}
#content-2-1 {
	float:left;
	width:460px;
	padding:10px;
	text-align:left;
}
#content-2-2 {
	float:right;
	width:220px;
	padding:10px 30px 0 0;

}
#content-topic-news {
	padding:5px 5px 1px 5px;
	width: auto;
	height:20px;
	text-align: left;
	color:#990000;
	margin: 0 0 0px 0;
	background:url(images/topic_new.png); 
	border-bottom: 1px dashed #EAEAEA;
	font-weight:bold;
	font-size:14px;
}
#content-topic {
	padding:5px 5px 1px 5px;
	width: auto;
	height:20px;
	text-align: left;
	color:#990000;
	margin: 0 0 0px 0;
/*	background:url(images/topic_new.png); */
	border-bottom: 1px dashed #EAEAEA;
	font-weight:bold;
	font-size:14px;
}
#content-header {
	padding:5px;
	width: auto;
	height: auto;
	text-align: left;
	color:#090;
	margin: 0 0 0px 0;
}

#footer {
	/*padding:60px 60px 50px 60px;*/
	/*
	padding:60px 60px 50px 60px;
	background:#ff9;
	text-align:center;
	font-size:12px;
	height:5px;
	width:960px;
	color:#FFFF00;
	background:url(images/footer.png) no-repeat;
	*/
	padding:60px 0 70px 0;
	background:#0084FF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height:10px;
	width:960px;
	color:#202020;
	background:url(images/footer.png) no-repeat;
}
#logo_footer {
	float:center;
	padding:6px 0 0 0;
	width:960px;
}
#footer a{
	color:#FFFF00;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:" ";
	font-size:0;
}
/* Does not validate – use conditional comments for this bit if you want valid CSS */
.cf {*zoom:1;}