* {
	padding:0;
	margin:0;
}
body {
	background:url('images/bg-body.jpg') top center repeat-x #d6f1fc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:blue;
	text-align:center;
}
h1 {
	margin-bottom:4px;
	font-size:17px;
}
h2 {
	font-size:15px;
}
p {
	padding:3px;
	margin-bottom:3px;
}
a:hover {
	color:#870A0D;
}
#container {
	background:url('images/bg-center-logo.jpg') top center no-repeat transparent;
	margin:0 auto;
	width:762px;
	height:1110px;
	position:relative;
}
#navigation {
	float:right;
	position:absolute;
	right:15px;
	font-size:16px;
}
#content {
	position:relative;
	top:165px;
}
.box {
	padding:15px;
	position:relative;
	top:15px;
}
.box iframe {
	border:3px solid #333;
}
#box-left {
	float:left;
}
#box-right {
	float:right;
}
.address {
	font-size:17px;
	font-weight:bold;
}
.phone {
	font-size:15px;
	color:#333;
}
.hours {
	font-size:17px;
	font-weight:bold;
	color:#000;
}
.additional {
	padding:5px;
}
.info {
	padding:5px;
	border:1px solid #FFF;
	margin:0 40px;
	clear:both;
	position:relative;
	top:10px;
}
#footer {
	width:762px;
	margin:10px auto;
	border-top:1px solid #666;
	text-align:left;
	height:30px;
	padding:2px;
}

#lower-content {
	padding-bottom:25px;
	margin-top:10px;
	border-top:1px solid #FFF;
	background-color: rgb(163,223,247);
}

/* Images */
#facility-images {
	text-align:center;
	background-color: rgb(163,223,247);
	margin-top:10px;
	padding:10px 0;
	border-top:1px solid #FFF;
}
#facility-images img {
	border:1px solid #999;
	padding:3px;
	margin:5px;
}

.front-image {
	border:2px solid #FFF;
	padding:2px;
	margin-bottom:3px;
}

/* MyDeveloper */
#mydeveloper {
	float:right;
	font-size:11px;
}
#mydeveloper a {
	color:#333;
	text-decoration:none;
}
