/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:770px;/* for mozilla*/
	background-color: #F2E3EE;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-weight: bold;
	color: #797a74;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #797a74;
	text-decoration: none;
}
.heading {
	font-size: 16pt;
}
#maintable{
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	border:none;
	padding:0px;
	margin:0px;
}	 
#outer{
	height:100%;
	min-height:100%;
	width:766px;
	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 */
  background-image:url(images/bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-position:bottom;
	float:left;
	width:568px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:766px;
	height:202px;
	background:#FF0000;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#menu{
	position:absolute;
	top:202px;
	left:-1px;
	width:766px;
	height:21px;
	background:#FF00d0;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:101;
}
#left {
  background-image:url(images/bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-position:bottom;
	position:relative;/*ie needs this to show float */
	width:198px;
	float:left;
	padding-top:202px;/*needed to make room for header*/
	padding-bottom:16px;/* needed to make room for footer */
	background-color:#33F0CC;
}
#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:198px;
	float:right;
	padding-top:202px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

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

}
* html #footer {/*only ie gets this style*/
	\height:16px;/* for ie5 */
	he\ight:16px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:370px;
	float:right;
	padding-top:202px;
	padding-bottom:16px;/* needed to make room for footer */
	background-color:#FFCC33;
}
#centrecontent p {padding-left:3px}

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