/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #f2f8ff  center;
	text-align: justify;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;	
	margin:0px auto; 
}

h1 {
margin:0px auto;
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {

}

p, ol, ul, dl, blockquote {
margin:0px auto;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 5px 0px 0px;
}
/* Header */

#header {
	width: 800px;
	margin: 0px auto;
	height: 250px; 
	background: url(img2.jpg);

}

#header h1 {
	padding: 60px 0 0 30px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	padding: 0 0 0 30px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header h3 {
	padding: 60 0 0 110px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 26px;
	margin:auto;
	font-size:15px;
	background-image: url(index/newschannel_rightbg2.gif);
}

#menu ul {
	margin: auto;
	list-style: none;
	line-height: normal;
	padding-top: 8px;
	padding-left:18px;
}

#menu li {
	display: inline;
}

#menu a {
	color: #111;
	float: left;
	height: 26px;
	padding: 1px 7px 0 7px;
	text-transform: uppercase;
	text-decoration: none;
    font-size:12px;
	font-weight: bold;

	background-image: url(index/img2.gif);
	background-repeat: no-repeat;
}
#menu A:visited {
	FONT-WEIGHT: bold; COLOR: #111
}
#menu a:hover{
	FONT-WEIGHT: bold;
	color: #888;
}
.menuDiv {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
	BACKGROUND: #000333; 
	WIDTH: 1px; 
	HEIGHT: 0px;
	
}


/* Content */
#content {
	background: #dee3e7;
	/*border: 2px solid #FF0000;测试用*/
	width: 800px;
	margin: 0px auto;
	float:center;
	clear:none;/*关乎是否能够容纳浮动对象 因火狐兼容问题而添加*/
	overflow:hidden;/*关乎是否能够容纳浮动对象 因火狐兼容问题而添加*/
	margin-top: 0px;/*距上边界距离 因火狐兼容问题而添加*/
}

#colOne {
    background: #f5f1f1;
	float: right;
	width: 470px;
	margin-top: 0px;/*距上边界距离 因火狐兼容问题而添加*/
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo {
    background:#dee3e7;
	/*background:#c5d9e8;*/
	float: left;
	width: 250px;
	margin-top: 4px;/*距上边界距离 因火狐兼容问题而添加*/
	padding-right: 20px;
	padding-left: 20px;
	line-height:35px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}

/* Footer */
#footer {
	width: 800px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #EEEEEE;
	float: center;/*因火狐兼容问题而添加*/
	
	clear: both;	
	border: 1px solid #EEEEEE;
	text-decoration: none;
	
}

#footer p {
	margin: 0px auto;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	float: center;
}

#footer a {
	color: #555555;
}

#footer a:hover {
	color: #333333;
}