﻿
html, body {
	width: 100%; 
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin-top: 50px;
	background: #f0f0f0;
	font-size: 100.01%;
	line-height: 130%;
	font-family:"Helvetica", Arial, sans-serif;
	text-align: center;
	color: #FFF;
}

#wrapper {
	width: 1000px;;
	margin: 0 auto;
	color: #9aa1a9;
}

#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header a {
	width: 1000px;
	height: 342px;
	display: block;
	background: url(../images/OG-logo.png) no-repeat;
	text-indent: -999em;
}

#map {
	width: 1000px;
	height: 400px;
	display: block;
	text-indent: -999em;
}

h1 {
	font-size:450%;
	color: #000000;
}

h2 {
	font-size: 135%;
	font-style:none;
	color: #9aa1a9;
}
h3 {
	font-size: 105%;
	font-style:none;
	color: #000000;
}

h3  span {
	font-size: 200%;
	font-style:none;
	color: #000000;
}

a {
	text-decoration: none;
	color: #7d858ef;
	outline: 0;
}
p {
	text-decoration: none;
	color: #7d858e;
	outline: 0;
}

p  a{
	text-decoration: none; important!
	
}