body {
	font-family: arial, helvetica, sans serif;
	background-color: #204d25;
}

h1 {
	text-align: left;
	font-size: x-large;
}

/*		Misc.	Classes		*/
.centered {
	text-align: center;
}

/*		IDs		*/

/* Center and set width for site */
#page {
	margin: 0px auto;
	width: 720px;
}

#content {
	display: table;
	width: 490px;
	background-color: white;
	padding: 15px 15px 0px 15px;
	/* ew: 520 */
}


/*********************
 * Navbar Formatting *
 *********************/

#nav_main {
	background-color: #547658;
	width: 190px;
	padding-top: 15px;
	float: left;
	margin-right: 10px;
	/* ew: 200 */
}

#nav_main ul {
	list-style: none;
	display: inline;
}
#nav_main li {
	display: inline;
}

#nav_main a {
	display: block;
	width: 160px;
	padding: 5px 0px 0px 30px;
	height: 26px;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	color: white;
	/* ew: 190 (should be navbar->ew-margin) */
}

#nav_main a:hover {
	background-color: #708b73;
}

/* 	Footer 	*/

#footer {
	font-size: small;
	font-weight: bold;
	width: 520px;
	margin-left: auto;
	margin-right: 0;
	color: white;
	text-align: center;
}

#foot_contact {
	margin: 3px;
	margin-top: 10px;
}

#foot_nav a {
	color: white;
	margin: 5px;

}

#foot_nav ul {
	list-style: none;
	display: inline;
}

#foot_nav ul li {
	display: inline;
	margin: 0px;
}

#foot_pet {
	text-align: right;
	margin-right: 25px;
}

.room {
	position: relative;
	height: 105px;
	margin: 15px 0px;
}

.room_name {
	font-weight: bold;
}

.room_photo {
	position: absolute;
	right: 0px;
	top: 0px;
}

.caption {
	display: block;
	position: relative;
	margin: 3px;
}

.photo img {
	vertical-align: top;
}

.photo {
	position: relative;
	margin: 15px;
	text-align: center;
}

div.contact {
	text-align: left;
}

div.contact p.phone {
	font-weight: bold;
	font-size: large;
}
