html, body {

}

body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	max-width: 60em;	
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 0;
}
a:link {
	color: #4693FF;
	text-decoration: none;
}
#locations_left {
	float: right;
	margin-right: 15px;
}

a:visited {
	color: #4592FE;
	text-decoration: none;
}
li {
	margin: 0px;
	padding: 0px;

}

a:hover {
	color: #81D2EF;
	text-decoration: underline;
}
.float {
	float: left;
}


.clear {
	clear: right;
}
#map {
	float: left;
	margin-left: 25px;
}


#page_wrapper {
	text-align: left;
	margin: 15px;
	border: thin solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
	min-height:100%;
	overflow:hidden;
	width: 995px;
}
p {
	font-size: 1.1em;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
li {
	font-size: 1.2em;
	list-style-image: url(images/Bullet2.jpg);
}
h1 {
	font-size: 1.5em;
	color: #4693FF;
	margin-top: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.1em;
	color: #4693FF;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.3em;
	color: #3792BE;
}

#Left_nav {
	float: left;
	width: 215px;
}
#Central_area {
	float: left;
	margin-left: 25px;
}
#Citygate_header {
	float: left;
	width: 995px;
	padding: 0;
	margin: 0;
}
#offer_leftnav {
	float: left;
	width: 130px;
	margin-right: 20px;
}

#footer {
	text-align: center;
	width: 995px;
	height: 20%;
}
