/* CSS Document */

body, h1, h2, h3, h4, h5, p, ul, li {/* set everything to zero for a good cross-browser starting point */
	margin : 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	color: #333;
	text-align: center;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	width: 100%;
}
/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 15px;
	padding: 0 0 0 0;
	color: #410102;
}
h1 {
	font-size: 150%;
	color:#f7c0a2;
}
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 100%; }
h5 {
	text-align: center;
	font-size: 85%;
}
p { margin: 10px 20px 5px 20px; }
/************** Layout Elements *******************/

#container {
	background: url(../images/fan2.jpg) top center no-repeat;
	margin: 25px 2%;
	width: 96%;
	position: relative;
	background-color:#fff;
	text-align: left;
	font-size: 80%;
}
#content {
	position: relative;
	background-color:#fff;
	border: 6px solid #bb6666;
	margin: -25px 100px 0 100px;
	clear: both;
}
#header {
	height: 200px;
	margin: 0;
	padding: 0;
}
#logo {
	margin-top: 10px;
	margin-left: 5px;
}
#content_main {
	padding: 5px 15px;
	margin: 5px 130px;
	min-height: 250px;
	clear: both;
	position: relative;
}
#content_sub {
	width: 215px;
	position: absolute;
	top: 55px;
	left: -100px;
	background-color: #f7c0a2;
	border: 8px inset #bb6666;
}
#content_extra {
	width: 240px;
	background-color: #f7c0a2;
	border: 8px outset #bb6666;
	position: absolute;
	top: 28px;
	right: -100px;
	padding: 3px;
}
#content_sub h3, #content_extra h3 {
	text-align: center;
	margin: 15px 0 5px 0;
}
#content ul { margin-left: 5.5em; }
#content_sub img { margin: 25px 35px; }
#content_sub ul.list {
	margin-left: 25px;
	margin-bottom: 15px;
}
#content_extra ul.list {
	margin-left: 5px;
	margin-bottom: 15px;
}
#content_sub ul.list li, #content_extra ul.list li {
	padding: 5px 0;
	line-height: 1.2;
}
#content_extra ul.list li { list-style-type: none; }
#footer {
	background: #f7c0a2;
	padding: 20px 10px 5px 10px;
	font-size: 70%;
	text-align: left;
	line-height: normal;
	margin-top: -15px;
}
/************** Generic styles *******************/

img#sarah, img#fsmta, img#room, .fltrt {
	float: right;
	margin: 5px 8px;
}
.smtxt { font-size: 75%; }
#contact {
	float: right;
	width: 200px;
	margin: 5px;
	padding: 5px;
	font-size: 100%;
	color: #410102;
	text-align: center;
	}
#ph_e {margin-bottom: 5px;}

/************** Link Styles *******************/

a img { border: none; }
a {
	text-decoration: none;
	color: #410102;
	border-bottom: 1px dashed #410102;
}
a:hover {
	color: #fff;
	background-color: #410102;
}
