/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */

body {
	padding:0;
	margin:0;
	background:url(../images/backgroundflowers.jpg) left top;
	color: #000000;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link { font-weight: bold; text-decoration: none; color: #000000}
a:active {  font-weight: bold; text-decoration: none; color: #00FF00}
a:visited {  font-weight: bold; text-decoration: none; color: #000000}
a:hover {  font-weight: bold; text-decoration: none; color: #FF0000}


#outer{
	min-height:100%;
	margin-left:130px;
	margin-right:130px;
	margin-bottom:-52px;
	color: #000000;
}
 
* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
	border-left:1px solid black;
	border-right:1px solid black;
	margin-left:-1px;/*drag borders wider to match the borders on outer*/
	margin-right:-1px;/*drag borders wider to match the borders on outer*/
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:130px;
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float */
* > html #left {padding-bottom:0}/* mac style */

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
}

#footer {
	clear:both;
	height:50px;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 and 5.5. ( and ie6 quirks mode) */
}
#clearheader{height:130px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;width:100%;}/*needed to make room for footer*/

div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
* > html #centrecontent {height:auto;}/* mac style */
#centrecontent {position:relative;z-index:1}

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