body {
	background: #e8f5fd;
	font-family: Helvetica, Verdana, Arial;
	margin: 0;
}
	
#container {
	margin: 0 auto;
	width: 1000px;
}

#left {
	background: url(images/bg3.png) no-repeat;
	width: 500px;
	height: 346px;
	float: left;
}

#right {
	width: 500px;
	height: 346px;
	float: left;
}

#logo {
	width: 429px;
	height: 165px;
	margin: 0 0 0 50px;
}

#left h1 {
	font-size: 20px;
	text-align: center;
	color: #cc0000;
}

#left h2 {
	font-size: 15px;
	text-align: center;
	color: #000000;
	margin: 30px 235px 0 0;
}

#phone {
	height: 100px;
	background: #000000;
	margin: 0;
	padding: 1px;
	line-height: 0;
}

#phone h1 {
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
	line-height: 40px;
	margin: 0px 0 0 0;
}


#right h2 {
	color: #000000;
	font-size: 22px;
	text-align: center;
	line-height:0px;
	margin:18px 0 0 0;
	font-weight: bold;
}

#right h3 {
	color: #014ea0;
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 0 0;
}

#right ul {
	margin: 8px 0 0 70px;
}

#right li {
	font-weight: bold;
}

#right h4 {
	font-size: 26px;
	color: #CC0000;
	text-align: center;
	line-height: 0;
	margin: 16px 0 0 0;
}

#footer {
	width: 1000px;
	height: 80px;
	float: left;
}

#footer h1 {
	font-size: 20px;
	color: #000000;
	float: left;
	margin: 60px 0 0 0;
}

#footer img {
	float: right;
	margin: 0;
}