/* --------------------------------------------
|  GLOBAL STYLES											
--------------------------------------------- */

html { border: none; }
body {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
	background: url(graphics/bg_body.gif) repeat-x;
}
img { border: 0; }
p   { margin: 0 0 15px 0; }
h1, h2, h3, h4, h5, form { margin: 0; }

/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

#siteContainer {
	width: 770px;
	margin: 0 auto;
	padding-top: 95px;
	background: url(graphics/bg_header.jpg) no-repeat;
	}
	#contentArea {
		background: url(graphics/main_one.jpg) no-repeat;
		}
		#mainContent {
			position:absolute;
			width: 240px;
			margin: 35px 0 0 48px;
			}
			#mainContent a { color:#333399; }
		#map {
			margin: 264px 0 10px 0;
			}
			#contentArea #mainFooter {
				color: #666666;
				text-align: center;
				height: 1px;
				padding: 0 150px 20px 150px;
				background: url(graphics/fade_line.gif) 50% 100% no-repeat;
				}
				
				
	#footerNav {
		text-align: center;
		margin: 0 0 5px 0;
		}
		#footerNav a {
			margin: 0 13px;
			text-decoration: none;
			color: #333399;
			font-weight: normal;
			}
	#footer {
		text-align: center;
		font-size: 10px;
		color: #666666;
		}