

/* ___________PAGE LAYOUT ELEMENTS____________ */ 

body{
	margin: 0;
	padding:0; 
	background:#fff;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size:100.1%;  /* Don't change this. Make all other font-sizes in % (preferred) or ems */
 	}	 

#header{
	margin:0;
	width:100%; 
	height:123px; 
	border-bottom:1px solid #000000; 
	background: #d4ea92;
	color: #000;
	}

#centercontainer {
	width:100%;
	height:80%;
	z-index:1;
	background:#b7c1d5;   /* outer column bg color: to make different right column: url(../images/template/circles-blue.png) top right repeat-y; */
	color: #000;
	}

#centercolumn {
	margin:0px 150px 0px 180px;
	position:relative;
	background:#ffffff;
	color: #333333;
	z-index:5;
	border: solid #000000;
	border-width:0px 1px 0px 0px;
	}

#main {
	margin: 0;
	padding: 20px;
	}

#footer {
	margin:0;
	width:100%;
	height:70px;
	border: solid #000000; 
	border-width:1px 0;
	background:#eeeeee;
	color: #333333;
	}
	 
#leftcolumn {
	position:absolute;
	top:124px;
	left:0;
	width:180px;
	padding: 0;
	margin: 0;
	z-index:3;
	background: none;
	color: #000;
	}

#rightcolumn {
	position:absolute;
	top:134px;
	right:0;
	width:150px;
	height: 100%;
	z-index:2;
	color: #333333;
	}

/* ______________FORMATTING HELP__________________*/

.clear{
	clear:both;
/* these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 */
	height:1px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
	}
* html .clear{height:auto;margin-bottom:0} 
/* stops IE browsers from displaying the clear div/br in the page, as these are for Moz/Opera and Safari only. If IE 5.x Win DID display these, the page is too high */

