/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:750px;
	color: #000000;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat;
}

h3
{
	margin: 0 15px;
}

#outer{
	min-height:100%;
	width:750px;
	color: #000000;
	margin:auto;
	position:relative;
	background: url(../images/left_bg.gif) repeat-y left top;
	background-color: #CCCC99;
}
 
* html #outer{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#header{
	min-height:220px;
	position:relative;
	

	height: 220px;
}
* html #header{height:220px}

#imgPanel{
	position:absolute;
	top:0px;
	left:230;
}

#logo{
	float:left;	
}

#menu{
	min-height:50px;
	position:relative;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat;
	
}

* html #menu{height:50px}

#MenuPos{
	left: 10px;
}

* html #MenuPos{
	left:0px;
}

#left {
	position:relative;
	margin-left: 12px;
	float:left;
	vertical-align: top;
	text-align: center;
}

#left p {padding:2px}

#left h1 {font-family: Verdana;  font-size: 12px;  color: #CCCC99;   padding-top: 5px;  padding-bottom: 5px;    }

#left h2 a {font-family: Verdana;  font-size: 12px;  color: #CCCC99;   padding-top: 5px;  padding-bottom: 5px;    }

div,p  {margin-top:0} /*clear top margin for mozilla*/

#centrecontent {	width:520px;	float:right; }

#centrecontent p {padding-left:10px; padding-right:10px;  font-family: "Times New Roman";  font-size: 12px; }

#centrecontent h1 {padding-left:10px;  font-family: "Times New Roman";  font-size: 20px;  color: #902919;  padding-top: 5px;  padding-bottom: 5px;     }
#centrecontent h2 {
	padding-left:10px;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #902919;
	padding-top: 2px;
	padding-bottom: 2px;

}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

#footer {
	width:750px;
	clear:both;
	height:50px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer a {font-family: Verdana;  font-size: 12px;  color: #CCCC99;   padding-top: 5px;  padding-bottom: 5px;    }

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	margin-bottom:-1px;
}

