﻿#LeftCol
{
	width:155px;
	height:800px;
	float:left;
	text-align:left;
	background-color:black;}
		
#RightCol
{
	width:150px;
	height:100%;
	float:right;
	margin-top:40px;
	}
	
#MiddleCol
{
	width:650px;
	height:100%;
	float:left;
	text-align:left;
	margin-left:25px;
	margin-top:20px;
}
	
/*-- TopNews--*/
.TopNewsServ{
	width:659px;
	height:300px;
}	

/*-- DetailNews--*/
.DetailNews
{
	background-color:#d8d8d8;
	width:350px;height:16px;
	border-bottom:1px white solid;}
#orangeBar
{
	width:94%;height:16px;
	text-align:center;
	background-color:#FF9C00;}
