/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
      background-color:#4682B4;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/centredbg.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:758px;
	height:120px;
      border:1px solid #000;
	overflow:hidden;
	color: #000000;
}

#header h1 {
      font-size: 1.3em;
      margin: -.75em 0 0 0;
      padding-left: 5px;
      top: 0;
      color: white;
}
*/

.header {
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:120px;
      border:1px solid #000;
	overflow:hidden;
	color: #000000;
}
.header.img {
	width: 756px;
	height: 118px;
}

.header h1 {
      font-size: 1.3em;
      margin: -.75em 0 0 0;
      padding-left: 5px;
      top: 0;
      color: white;
}

#banner{
      top:0;
	width:100%;
	height:70px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: white;
	background:url(images/banner.jpg) repeat-x left;
}

#banner h1{
	margin: .75em;      
	font-size: 1.5em;	
}

#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:130px;/*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;
	padding-top:130px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:758px;
	clear:both;
	height:100px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #FF8080;
	color: #000000;
	text-align:center;
      padding-top: 3px;
      padding-bottom: 3px;
	left:0;
	bottom:0;
	position: absolute;
}

* html #footer {/*only ie gets this style*/
	height:100px;/* for ie5 */
	height:100px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:498px;
	float:right;
	padding-top:130px;
      padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent p {
	padding-left:7px; 
	padding-right:7px;
	margin-left: 1.5em;
      margin-right: 1.5em;
	FONT-WEIGHT: normal;
	FONT-SIZE: .85em;
	COLOR:#000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
#centrecontent h2 {
	text-align: center;
}

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