
#contact
{
	width:1000px;
	height:490px;
	background:#ffffff;
}

#contact_menu
{
	width:200px;
	height:490px;
	border:0px;
	margin:0px;
	float:left; /*浮动居左*/
    clear:left; /*不允许左侧存在浮动*/
    background:#cccccc;
}

#contact_map
{
	width:800px;
	height:490px;
	float:right; /*浮动居左*/
    clear:right; /*不允许左侧存在浮动*/
    background:#666666;
}
#contact_cont_wrapper 
{ 
	padding-top:10px;
	padding-left:20px;
	padding-right:20px; 
	
} 

#contact_cont
{
	width:100%;
	font-size: 12px; 
	color: #444444;
	letter-spacing:0em;
	/*text-align:left;*/
	line-height:14pt;
	
}

