/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image:url(/images/body_bg.png);
	background-repeat:repeat;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#headerBox, #pageBox, #footherBox{
	width:100%;
	float:left;
	clear:left;
	height:106px;
	clear:left;
	display:table;
}

#pageBox{
	height:auto;
}
#logo{
	background-image:url(/images/head_bg_0.png);
	background-repeat:repeat-x;
	height:106px;
	width:315px;
	float:left;
	clear:none;
}

#logo img{
	padding: 20px 0px 0px 20px;
}

#headFlash{
	width:442px;
	padding-left:3px;
	float:left;
	clear:none;
}

/* page*/

#page{
	width:760px;
	margin:3px auto;
}

#leftColumn{
	width:261px;
	float:left;
}

#contentColumn{
	width:499px;
	float:left;
	clear:none;
}


#menu{
	width:250px;
	min-height:250px;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	float:left;
	clear:none;
	padding:18px 0px 0px 11px;
}

#menu ul, #menu li{
	margin:0;
	padding:0;
	list-style:none;
}

#menu .btnMain, #menu .btnSecond{
	width:225px;
	background-image:url(/images/btnMenu.png);
	background-repeat:no-repeat;
	padding:6px 0px 4px 15px
}

#menu .btnMain a, #menu .btnSecond a{
	color:white;
	font-size:12px;
	text-decoration:none;
}

#menu .btnMain a{
	font-weight:bold;
}

#menu .btnSecond a{
	padding-left:12px;
}

#menu .btnMain {
	
}

#flashIntro{
	width:448px;
	height:314px;
	padding-left:3px;
	float:left;
}

#fastBTN{
	width:45px;
	float:left;
	clear:none;
	text-align:right;
	padding-top:110px;
}

#fastBTN img{
	padding-top:10px;
}

.titleNews{
	padding:2px 0 3px 0;
}

.titleNews, .titleNews a{
	color:#ff7200;
	font-size:16px;
	font-weight:bold;
}

.contentNews{
	color:#3f3f3f;
	font-size:14px;
	flat:left;
	clear:left;
}

#content{
	float:left;
}

#mainTitle{
	float:left;
	width:100%;
}

#mainTitle h1{
	color:#2f2f2f;
	font-size:18px;
	padding:12px 0 3px 10px;
	margin:0;
}

#titleELM3{
	background-image:url(/images/titleELM3_bg.png);
	background-repeat:repeat-x;
	padding:7px 0 7px 10px;
	font-size:10px;
	color:blue;
}

#titleELM3 a{
	font-size:10px;
	text-decoration:none;
	color:blue;
}

#titleELM3 a:hover{ color:gray; }

#contentText{
	font-size:14px;
	color:#3f3f3f;
float:left;
}

#footherBox{
	height:86px;
	padding-top:20px;
}

#foother{
	background-image:url(/images/foother_bg.png);
	background-repeat:no-repeat;
	padding-top:30px;
}

#footherMenu{
	float:left;
	width:530px;
	text-align:center;
	line-height:200%;
}

#footherMenu, #footherMenu a{
	color:white;
	font-size:12px;
}

#webdesign{
	padding:35px 0 0 40px; 
	clear:none; 
	float:left; 
	text-align:center; 
	font-size:12px;
}

#leftColumn h2{
	padding:10px 0 0 0;
	margin:0;
	float:left;
}