/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
background-color:#fef2f0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c0525c;

}
#head{
	background:url(head_bg.jpg) repeat-x top center;
	height:332px;
}
#head img{
display:block;
width:927px;
margin:0 auto;
}
#content {
width:100%;}


#title {
width:927px;
margin:0 auto;
}
#footer{
	background:url(foot_bg.jpg) repeat-x top center;
	height:124px;
}
#content_area {
width:887px;

margin:0 auto;
padding:20px;
line-height:20px;
}
#content_area p {
margin-bottom:25px;
}
#footer div {
width:927px;
margin:0 auto;
text-align:right;}

.service_b {
float:left;
margin-left:7px;
margin-right:15px;
margin-top:35px;
}
.service_b p {
font-size:16px;
font-weight:bold;
}
.service_b ul {
background:url(servicec_07.jpg) no-repeat;
width:399px;
height:305px;
padding-top:5px;

}
.service_b li {
list-style-image:url(arrow_10.jpg);
margin-top:10px;
padding-left:10px;
}

.clear {
clear:both;}
