@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;	
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #5270b9;
}
h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 160%;	
}
h2 {
	font-size: 145%;	
}
h3 {
	font-size: 130%;	
}
#home {
	width: 984px;
	height: 550px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/home_page_bk.jpg);
	background-repeat: no-repeat;
}
#home .hometext {
	width: 470px;
	padding: 246px 0px 0px 50px;
	float:left;
}
#home .homecustomer {
	width: 270px;
	padding: 350px 30px 0px 0px;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #fff;
}
#header {
	width: 984px;
	height: 260px;
	margin: 0 auto;
	background-image: url(../images/header_inside_bk.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 884px;
	margin: 0 auto;
	padding: 0px 50px 50px 50px;
	background-color: #fff;
	text-align: left;
}
#content .homecustomerinside {
	width: 270px;
	padding: 20px;
	margin: 0px 0px 20px 20px;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 180%;
	color: #0f2e7d;
	background-image: url(../images/cust_bk.jpg);
	background-repeat: no-repeat;
	border: solid 1px #0f2e7d;
}
#footer {
	color: #fff;
	font-size: 10px;
	padding: 10px 0px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}