body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;

}
a:link{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#b8edff;
	text-decoration:none;
}
a:active{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#bg{
	width:960px !important;
	width:960px; 
	height:auto; 
	float:left; 
	overflow:hidden; 
	background-image:url(../images/bg_white.jpg);
	padding-left:13px; 
	background-repeat:no-repeat;
	text-align:left;
}
#header{
	width:940px;
	height:156px;
	float:left;
	overflow:hidden;

}
#logo{
	width:343px;
	height:156px;
	float:left;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#header_bg{
	width:597px;
	height:156px;
	float:left;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}
#menu{
	width:940px;
	height:31px;
	float:left;
	background-image:url(../images/button_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding:0px;
	overflow:hidden;

}
#menu_inner{
	width:90px;
	height:31px;
	float:left;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;

	padding-top:5px;
}
#menu_inner_o{
	width:90px;
	height:31px;
	float:left;
	background-image:url(../images/button_o.jpg);
	background-repeat:no-repeat;
	font-weight:bold;

	padding-top:5px;

}
#content{
	width:940px;
	height:auto;
	float:left;
	overflow:hidden;
	background-image:url(../images/bg.jpg);

	background-repeat:no-repeat;
}
#content_left{
	width:720px;
	height:auto;
	float:left;
	overflow:hidden;
}
#content_right{
	width:215px;
	height:auto;
	float:left;
	overflow:hidden;
}
#bottom{
	width:940px !important;
	width:940px;
	height:45px !important;
	height:45px;
	float:left;
	text-align:center;
	background-color:#e2ffd1;
}
.t_contact{
	font-size:18px;
	font-weight:bold;
	color:#009802;
	
}