html,body {
   margin:0;
   padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#outer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	height: 570px;
}

#menu {
	/* background: url(images/menu-bg.jpg) no-repeat; */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 775px;
	height: 50px;
	list-style: none;
	top: -270px;
}

#menu a {
	display: block;
	text-indent: 0%;
	position: absolute;
	outline: none;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
	line-height: 51px;
	vertical-align: middle;
}

#menu a:hover {
	background-position: bottom;
}

#menu .home {
	background: url(images/nav.png) no-repeat;
	width: 48px;
	height: 51px;
	left: 41px;
	top: 0px;
}

#menu .location {
	background: url(images/nav.png) no-repeat;
	width: 67px;
	height: 51px;
	left: 160px;
	top: 0px;
}

#menu .facilities {
	background: url(images/nav.png) no-repeat;
	width: 72px;
	height: 51px;
	left: 287px;
	top: 0px;
}

#menu .application {
	background: url(images/nav.png) no-repeat;
	width: 89px;
	height: 51px;
	left: 408px;
	top: 0px;
}

#menu .rates {
	background: url(images/nav.png) no-repeat;
	width: 52px;
	height: 51px;
	left: 555px;
	top: 0px;
}

#menu .photos {
	background: url(images/nav.png) no-repeat;
	width: 56px;
	height: 51px;
	left: 682px;
	top: 0px;
}


#main {
	position: relative;
	width: 775px;
	margin-top: -175px;
	margin-left: auto;
	margin-right: auto;
}

#main p {
    color: #2299A1;
}

#main li {
    color: #2299A1;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #2694A1;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #2694A1;
}