/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset 
{
	margin: 0;
	padding: 0;
}

body 
{
	
	background: #129AC5 url(bg.png) center top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
}





/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

#bodybg
{
	background: url(bg.png) center top no-repeat;
	min-height:560px;
}

#container 
{
	width: 960px;	
	margin: 0 auto;
	text-align: left
}

#header
{
	background: url(Header.png) no-repeat;
	height:95px;
	
}

#main
{
	background: url(ttt.jpg) center top no-repeat;
	height:545px;
}

#home_banner
{
	width:950px;
	height:270px;
}

#home_banner_left
{
	
	background: url(home_banner_left.png);
	width:60px;
	height:270px;
}

#home_banner_right
{
	
	background: url(home_banner_right.png);
	width:60px;
	height:270px;
}

#home_banner_center
{
	background: url(home_banner_center.png) center top no-repeat;
	background-repeat:repeat-x;
	width: 900px;
	height:270px;
}

#scroll_container
{
 margin-left:20px;
}

#scroll_left
{
	background: url('scroll/left.png');
	width:10px;
	height:160px;
}

#scroll_right
{	
	background: url('scroll/right.png');
	width:10px;
	height:160px;
}

#scroll_center
{
	background: url('scroll/center.png') center top no-repeat;
	background-repeat:repeat-x;
	width: 260px;
	height:160px;
	font-family: Arial, san-serif;
	font-size: 9px;
	color:#333333;
}

#menu_left
{
	
	background: url(left.png) no-repeat;
	width:20px;
	height:38px;
	padding-bottom:3px;
}

#menu_right
{
	
	background: url(right.png) no-repeat;
	width:20px;
	height:35px;
	padding-bottom:3px;
}

#menu_center
{
	width:920px;
	height:35px;
}

#footer
{
    color:black;
}



#inner
{
	background: url(inner_body_bg.png) center top no-repeat;
	height: 430px;
}

#inner_left
{
	background: url('inner/inner_body_left.png');
	height: 390px;
	width: 35px;
}

#inner_right
{
	background: url('inner/inner_body_right.png');
	height: 390px;
	width: 35px;
}

#inner_center
{
	background: url('inner/inner_body_center.png');
	background-repeat:repeat-x;
	height: 390px;
	width: 960px;
	font-size:11px;
	font-family: Arial, san-serif;
	color:#333333;
	text-align:justify;
	padding-top:20px;
}

.floating
{
	float:left;
	margin:15px;
}

.index_floating
{
	float:left;
	margin:5px;
}

.floating_right
{
	float:right;
	margin:15px;

}

.top_border
{
	border-top:1px solid blue;
}

.read_more
{
	float:right;
	text-decoration:none;
	color:#129AC5;
	padding-top:5px;
	font-size:10px;
}

#scrl
{
	position:absolute; 
	width:900px; 
	height:290px;
	overflow:auto;
	padding:5px;
	font-size:12px;
	background: url(inner_scrl_bg.png) center top no-repeat;
}

.various3
{
	text-decoration:none;
	color:#1199C5;
	font-size:14px;
	margin-left:20px;
     list-style-image: url(flower.png);
}
