/* layout.css © Factor of 4, LLC 2009*/
/*pperr.org*/

body         { }
/* container */
div#container{ 
	margin: 0 auto;
	text-align: left; 
	width: 994px; 
	height: 100% 
}

/* header area */


#page-icon {
	top: 20px;
	z-index: 2;
	margin-left: 800px;
}


#page-image {
	top: 20px;
	float: right;
}

/* toolbar area */

/* main content area */
div#content       { clear: both; text-align: left; top: 256px; width: 1000px; height: 600px; }
div#content2   { text-align: left; position: absolute; top: 205px; width: 980px }

div#main-strut-vertical { width: 0; height: 500px; float: left }
div#clear-main-area { margin: 0; position: relative; width: 100%; clear: both }
/*left sidebar*/
div#leftsidebar   { }
/* centercontent area */
div#content-left { float: left; top: 0; width: 300px; }
div#content-center  { float: right; top: 0; width: 694px; }
div#content-right  { text-align: left; visibility: visible; padding: 15px;  top: 0; width: 300px }

/*right sidebar*/
div#rightsidebar      { background-color: #85bb31; text-align: left; visibility: visible; padding: 14px 0; position: absolute; z-index: 3; top: 0; left: 638px; width: 282px; float: right }
div#rightsidebar2  { background-color: #85bb31; text-align: left; visibility: visible; padding: 14px 0; position: absolute; z-index: 3; top: 0; left: 638px; width: 282px; float: right }


/* footer area */

div#footer { 
	clear: both; 
	width: 994px; 
}

