/* Main Attributes */

html {
	min-height: 100%;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: auto 0;
	padding: 0;
	text-align: center;
	}
p {
	margin-bottom: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	size: 1em;
	}
h1 {
	margin-bottom: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	size: 2em;
	font-weight: bold;
	}
a {
	text-decoration: none;
	color: #ea2e2c;
	}
a: hover {
	text-decoration: underline;
	}
img {
	border: 0;
	}

/* Structure */
#page-wrapper {
	width: 900px;
	text-align: center;
	margin: auto 0;
	padding: 0;
	}
#header {
	width: 900px;
	background: url(images/header.jpg) 0 0 no-repeat;
	height: 110px;
	}
#main {
	width: 900px;
	background: url(images/body.jpg) 0 0 no-repeat;
	height: 471px;
	color: #fff;
	}
#content {
	float: left;
	margin-left: 450px;
	margin-top: 115px;
	margin-right: 120px;
	width: 330px;
	padding: 0;
	}
#map {
	float: right;
	margin: 5px 0 0;
	padding: 0;
	}
#footer {
	border-top:1px dotted #000;
	clear: both;
	width: 900px;
	font-size: 10px;
	}
	
/* Body */
#content img {
	margin: auto 0;
	text-align: center;
	padding-bottom: 15px;
	}
	