﻿/*
 * GENERAL ////////////////////////////////////////////////////////////////////////////////
 */
* {
	margin: 0px;
	padding: 0px;
	}
html {
	border: 0px;
	height: 100%; /* if not set the value, body height will not work*/	
	}
body {
	background: url(bg.png) repeat-x;
	min-width: 950px;
	min-height: 100%;
	height: auto;
	font-size: 12px;
	text-align: center;
	font-family: Verdana;
	}
img {
	border: 0px;
	}
a:visited {
	color: #106183;
	text-decoration: none;
	} 
a:link {
	color: #106183;
	text-decoration: none;
	} 
a:hover {
	color: #FF3300;
	text-decoration: none;
}
div.span { /*为了适应ff在clear=both的情况下无法设置margin*/
	height: 5px;
	clear: both;
	} * html div.span{height:5px;clear:none;} *+html div.span{height:5px;clear:none;}

div#wrapper {
	margin: 0px auto; /* firefox needed */
	width: 950px;
	}
div#head {
	position: relative;
	width: 950px;
	height: 90px;
	}
	
div#top_nav {
	position: relative;
	line-height:28px;
	height:28px; 
	width: 950px;
	padding:0 10px; 
	}

div#main{
	width: 950px;
	height: auto;
	}
#main #content {
	width: 700px;
	text-align: left;
	float: left;
	}

#main #sideBar {
	width: 238px;
	text-align: left;
	float: right;
	} * html #main #sideBar {width: 238px;} /* IE6 */

div#foot {
	padding-top: 10px;
    padding-bottom: 10px;
	width: 950px;
	height: 100px;
	clear: both;
	}
#foot #copyright #cy_content {
	
	padding: 5px;
	border: 1px solid #E4E4E4;
	border-top: 0px;
	/*background: transparent url(http://img.cnbeta.com/bg_vote.png) repeat-y;*/
	line-height: 2em;
	font-weight:normal;
	}


div.title {
	background: transparent url(bar_title_mid.png) repeat-x;
	height: 26px;
	}
div.title div {
	height: 26px;
	line-height: 26px;
	display: block;
	}
div.title .leftBorder {
	background: transparent url(bar_title_left.png) no-repeat;
	width: 6px;
	float: left;
	}
div.title .rightBorder {
	background: transparent url(bar_title_right.png) no-repeat;
	width: 6px;
	float: right;
	}
div.title .midBlock {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 10px;
	letter-spacing: 2px;
}

div.title .midBlock a{
	color: #FFFFFF;
}

