body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
p {
	font-size: 1em;
}
img { border: 0;}
a:link {
	color: #090;
	text-decoration: none;	
}
a:visited {
	color: #090;
	text-decoration: none;
}
h1, .header {	
	font-size:1em;
	font-weight:bold;
	color:#666;
}
hr {color: #ccc; background-color: #fff; border-style: none none dotted none; }
#wrapper {
	width: 833px;
	margin-left: auto;				
	margin-right: auto;	
	background-image: url(./images/middle_bg.gif);
}
#header {
 	width: 833px;
 	height: 89px; 
	background-image: url(./images/header.gif);
}
#left_top {
	width: 231px;
	height: 49px;
	background-image: url(./images/left_top.gif);
	float: left;
}
#center_top {
	width: 361px;
	height: 49px;
	float: left;
}
#right_top {
	width: 241px;
	height: 49px;
	background-image: url(./images/right_top.gif);
	float: left;
}
#left_center {
 	width: 179px;
 	background-image: url(./images/left_bg.gif);		
	float: left;
}
#left_middle {	
	padding: 0 0 0 24px;	
}
#left_bottom {
 	width: 179px;
 	height: 32px;
	background-image: url(./images/left_bottom.gif);
}
#center {
 	background-image: url(./images/center_bg.gif); 
	float: left;
}
#center_middle {
 	width: 425px;
 	text-align: left; 	
	padding: 0 20px 0 25px;		
}
#center_bottom {
 	width: 475px;
 	height: 32px;
	background-image: url(./images/center_bottom.gif);
	clear: both;
}
#right_center {
 	width: 179px;	
 	background-image: url(./images/right_bg.gif);	
	float: left;	
}
#right_middle {	
 	font-size: 1em;
 	text-align: left;	
	padding: 0 42px 0 20px;
}
#right_bottom {
	width: 179px;
 	height: 32px;
	background-image: url(./images/right_bottom.gif);
}
#footer {
 	width: 833px;
 	height: 107px;
	background-image: url(./images/footer.gif);
}
.customer {
	padding: 5px 0 5px 0;
}
.content_left, .content_right {
 	width: 49%; 
 	float: left;
}
.content_right {
 	padding: 0 0 0 2%;
}
.content_wide {
 	width: 100%; 	
	float: left;
 	text-align: center;
 	padding: 0 0 10px 0;
}
.service_left, .service_right {
 	text-align: center;
	width: 49%;
	float: left;
	border-bottom: 1px #ccc solid;
}
.clr {
	height:1px;
	font-size:1px;
	float:none;
	clear: both;
}