* {
    margin: 0;
    padding: 0;
	outline:0;
}
h2 {
	color:#676f97;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	font-weight:normal;
	letter-spacing:normal;
	text-align:left;
}
.image1, .image2, .image3 {
	border:0;
	width:290px;
	float:left;
    padding: 5px;
	background:#ccc;
	margin-bottom: 20px;
}
.image2 {
	background: #aaa;
}
.image1 img {
	float:left;	
}
.image2 img {
	float:right;	
}
a, a:link {
	border: none;	
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: left;
    color: #333;
    background: #232c53;
}
#header { 
	width:900px;
	margin:0 auto;
	text-align: center;
	height:133px;
}
#header img {
	width:auto;
	float:none;
	margin:0;
	padding:0;
}
#header-logo {
	width:400px;
	margin: 0 auto;
}
#middle-outer {
	background:#fff;
	padding: 0;
}
#middle {
	margin:0 auto;
	width:900px;
	
}
#footer {
    padding: 15px 0;
    font-size: 85%;
    color: #ddd;
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#footer-map {
	width:361px;
	height:267px;
	position:absolute;
	top:-140px;
	right:0px;
}
#footer-logo {
	width:352px;
	height:75px;
	background:url(images/home-logo2.png) no-repeat 0 0;
	top:-35px;
	left:274px;
	position:absolute;
}
#footer-map img {
	width:auto;
}
.home-text {
	padding:20px 0;
	text-align:left;
	width:70%;
	color:#666;
}
p {
	margin-bottom:15px;
}

#phone {
	left: 0;	
}