/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #961819;
	color: #000000;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 99.0%;
}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #961819;
	border-right:1px solid #961819;
	color: #ffffff;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/background.jpg) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:626px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:760px;
	height:400px;
  background:#961819;
	overflow:hidden;
	color: #ffffff;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
  margin: 15px 0px 0px 0px;
	padding-top:402px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
  margin: 15px 0px 0px 0px;
	padding-top:402px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
  text-align: center;
}
#right h3 { 
  color: #fff;
  font-size:120%;
  font-style: italic;
  margin: 0px 0px 0px 0px;
}

#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:1px solid #961819;
	border-bottom:1px solid #961819;
	background:  url(images/footer.jpg);
	color: #ffffff;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:458px;
	float:right;
  margin: 15px 0px 0px 0px;
	padding-top:402px;
	padding-bottom:32px;/* needed to make room for footer */
  padding-right:20px;
  padding-left:20px;
}
#centrecontent p {padding-left:3px}

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