
/*font for h1*/
.white{font:bold 12px;
	color: #ffffff ;
	line-height:1em;
	margin-top:1em;
	margin-bottom:0;}
/*font for h2*/
.sub{font-weight:bold;
	font-size:11px;}
.menutitle{font-weight:bold;
	font-size:12px;
	margin-top:1em;
	margin-bottom:0;}
/*font for h3*/
.news{font: bold 12px;
	color:#333333;
	line-height:20px;
	margin-top:3px;
	margin-bottom:5px;
	background-image:url(../img/line_news.gif);
	background-repeat:no-repeat;}
	
.black{
	color:#000000;
	font: bold 11px;
	padding-left:10px;}
/*font for news section*/
.news2{
	font-size:11px;
	line-height:26px;
	background-image:url(../img/line_news2.gif);
	background-repeat:no-repeat;
	width:300px;
	margin:2px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;}

	
/*Box*/
#container{
	float:left;
	width:650px;
	margin:0;
	padding:0;
		}
#content{
float:left;
width:100%;
height:0px 15px;
margin:0;
padding:0px ;
background:#669933;
}
#content2{
width:500px;
padding:10px ;
background: #FFCCCC;
}


#title{
	float:left;
	width:100%;
	margin:0;
	padding:0px;
	background:#669933;
	}
#container-top{
	float:left;
	width:100%;
	background:#FFCC00;}
#flash{
	float:left;
	width:310px;
	height:270px;
	padding:5px 0px 5px 5px;
	background:#FFCC00;
}
#news{
	float:right;
	width:320px;
	height:270px;
	padding:5px 0px;
	background:#FFCC00;}
#container-middle{
	float:left;
	width:100%;
	background:#FFCCCC;}	
#menu-left{
	float:left;
	width:215px;
	height:750px;
	padding:2px 0px;
	background:#CC9999;
	}
#menu-middle{
	float:left;
	width:215px;
	height:750px;
	padding:2px 0px;
	background:#FFCCCC;
	}
#menu-right{
	float:right;
	width:210px;
	height:750px;
	padding:2px 0px;
	background:#CC9999;
	}
	
#bottom{
	float:left;
	width:auto;
	padding:5px 10px;
	background:#FFFFCC;}

#bottom2{
	float:left;
	width:100%;
	padding:10px 10px;
	}

