/* *:first-child+html #name {}IE7 rule*/
/* * html #name {}IE6 rule*/
/* html>body #name{} for mozilla*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding: 0;
	margin: 0;
}

body{	
	text-align: center;
	min-width: 760px;/* for mozilla*/
	background-color: #FFF;
	color: #663300;
	font-family: times, times new roman, georgia, serif;
	font-size: 62.5%; /*Sets all fonts to roughly 10px*/
	letter-spacing: normal;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

h1 {
	font-family: times, times new roman, georgia, serif; 
	color: #0e0e4c; 
	font-size: 3em; 
	margin-left: 27px;
}

#centercontent {
	width: 100%;
	min-height: 450px;
	background: url(../images/serenity/body_bg.jpg) repeat-x;
	padding: 27px 0 0 0px;
}
#centercontent p {font-size: 2.2em; margin-left: 27px; line-height: 120%;}

#clearfooter {width:100%;height:72px;clear:both} /* to clear footer */

#footer {
	width: 100%;
	min-width: 800px;
	clear:both;
	height: 50px;
	border-top: 3px solid #000066;
	background: url(../images/serenity/footer_bg.jpg) repeat-x;;
	color: #ffcc99;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#footer span {font-size: 1.2em;}

#header{
	width: 100%;
	min-width: 800px;
	height: 214px;
	background: url(../images/serenity/index_header_photo.jpg) no-repeat center top #000000;
	border: none;
	overflow: hidden;
}

#logoimage {
	margin: 95px 0 0 26px;
}

html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-72px;} /*safari wrapper */

#outer{
	height: 99.9%;
	min-height: 100%;
	min-width: 800px;
	width: 100%;
	color: #663300;
	text-align: left;
	margin:auto;
	position: relative;
	background: #fff7f0;
	position: relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#nav {
	margin: 23px 0 0 0;
	padding: 8px 15px 0 27px;
	width: 100%;
	min-width: 800px;
	background: url(../images/serenity/nav_bg.jpg) repeat-x;
	height: 28px;
	text-align: center;
	border: none;
}
:first-child+html #nav {padding: 5px 15px 0 27px;}

#nav li {width: auto; text-align: center; margin: 0 80px 0 35px;display: inline; font-size: 1.7em; float: left;}
#nav li.last {margin: 0 0 0 35px; }

#nav li a:link, #nav li a:visited{color: #ffffff; text-decoration: none;}
#nav li a:hover {color: #ffcc99;}
#nav li span{color: #ffcc99; text-decoration: none;}

#nav-foot {
	margin-top: 5px;
	margin: auto;
	padding: 7px 15px 12px 27px;
	width: 70%;
	min-width: 600px;
	text-align: center;
	border: none;
}
#nav-foot li {width: auto; text-align: center; margin: 0 70px 0 45px;display: inline; font-size: 1.2em;}
#nav-foot li.last {margin: 0 0 0 45px;}

#nav-foot li a:link, #nav-foot li a:visited {color: #ffffff; text-decoration: none;}
#nav-foot li a:hover {color: #ffcc99;}
#nav-foot li span{color: #ffcc99; text-decoration: none;}

#rightcol {
	position: relative;/*ie needs this to show float */
	width: 388px;
	float: right;
	margin-top: 27px;
	text-align: center;
	padding: 0px 0 19px 0;
	background: url(../images/serenity/right_col_bg.jpg) repeat-x #f0e0cd;
	margin: 20px 15px 0 25px;
}
#rightcol img {margin: 19px 0 0 0;}

