/* CSS Document */
body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D2D0D1;
}
a:link,  a:visited{
	text-decoration:none;
	color:#D2D0D1;	
}
#header_top{
background: #ebebeb;
height:75px;
padding-top:25px;
}
#container{
	background:#727272 url(image/header_bg.jpg) repeat-x;
	background-position:top;
	padding-left:20%;
}
#header{
	padding-top:23px;
	
}
#content{
	background:url(image/content_bg.jpg) repeat-y;
	overflow:hidden;	
	width:778px;
	border-bottom:solid #4b4b4b 3px;
	
}
a:link{
	color:#D2D0D1;
}
#left-col{
	width:260px;
	float:left;
}

#right-col-sn{
	width:480px;
	float:right;
	padding-right:25px;
}

#right-col{
	width:480px;
	float:right;
	padding-right:10px;
	height:300px;
}
#right-column{
	width:480px;
	float:right;
	padding-right:10px;
	}
#home-foot{
	background:url(image/right_bg.jpg) no-repeat;
	background-position:bottom right;
	height:456px;

}
#footer{
	background:url(image/footer_bg.jpg) repeat-x;
	height:47px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding-top:60px;
	padding-right:20%;
	color:#89796c;	
}
#header_left{
	float:left;
	padding-left:20%;
}
#header_right{
	float:right;
	padding-right:20%;
}
#content_service{
	background:url(image/content_bg_service.jpg) repeat-y;
	overflow:hidden;	
	width:778px;
	border-bottom:solid #4b4b4b 3px;	
}