/* CSS Document */

*  {
	padding: 0;
	margin : 0;
		  } 

#container {
	margin:5px auto;
	width: 1000px;
	border: solid 20px #FFF;
	background-color: #FFFFFF;
		  }


#head {
		  width:1000px;
		  height:100px;
		  background-color:#FFFFFF;
		  }


#dropdown {
	width:1000px;
	height:50px;
	/*margin:2px;*/
	background-color:#FFFFFF;
	clear: both;
		  }


#top_flash {
	width: 1000px;
	height:500px;
	background-color:#FFFFFF;
	float: left;
}


#column {
	width:960px;
	height:auto;
	border-left:solid 10px #66FF99;
	border-right:solid 10px #66FF99;
	background-color:#FFF;
	clear: both;
	padding: 10px;
	
}


#contents {
	width: 960px;
	background-color:#FFFFFF;
	border-left:solid 20px #66FF99;
	border-right:solid 20px #66FF99;
	height: auto;
		  
		  
}


#foot {
	width: 1000px;
	height:100px;
	background-color:#FFFFFF;
	clear: both;
}


#header-logo{
	float:left;
	width:800px;
	height:100px;
}


#counter{
	float:right;
	width:200px;
	height:100px;
	padding:0;
	margin:0;
}

#yesterday{
	width:200px;
	height:25px;
	text-align: left;
	vertical-align: middle;
}

#today{
	width:200px;
	height:25px;
	text-align: left;
	vertical-align: middle;
}

#total{
	width:200px;
	height:25px;
	text-align: left;
	vertical-align: middle;
}

#since{
	width:200px;
	height:25px;
	text-align: left;
	vertical-align: middle;
}


#contentsleft {
	width: 660px;
	background-color:#FFFFFF;
	height: 510px;
	float: left;
	border-left: solid 10px #66FF99;
}

#banner {
	width: 300px;
	height:510px;
	background-color:#FFF;
	float: right;
	border-right: solid 10px #6F9;
}


#topics {
	width: 310px;
	height:490px;
	overflow:auto;
	float: right;
	padding: 10px;
}


#infomation {
	width: 310px;
	height:490px;
	float: left;
	padding: 10px;
}




#topicstitle {
	width:auto;
	height:30px;
	text-align: left;
}


#topicsmain {
	width:auto;
	height:460px;
	overflow:auto;
	text-align: left;
}

#informationtitle {
	width:auto;
	height:30px;
	text-align: left;
}


#informationmain {
	width:auto;
	height:460px;
	overflow:auto;
	text-align: left;
}

.category {
          font-size: 14px;
          color: #FFFFFF;
          background-color: #FF9900;
          padding: 5px;
          margin: 5px;
}
