body { 
	padding: 0; 
	margin: 0; 
	text-align: center;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/texture.gif);
	line-height: 1.4;
	
	}
	
#wrap {
	margin: 10px auto; 
	text-align: left;
	padding: 0;
	border: 1px solid #000000; 
	width: 776px; 
	background-color: #666666;
	background-image: url(../images/columns.gif);
	background-repeat: repeat-y;
	
	}

#masthead {
	background-image: url(../images/masthead.gif); 
	background-repeat: no-repeat;
	height: 120px;
}

#nav {
	height: 25px;
	background-color: #666666;
}

#column-wrapper {
	margin-left: 9px;
	margin-bottom: 5px;
}

#leftcolumn {
	width: 197px;
	float: left;
	margin-left: -544px;
}

#centercolumn {
	display: inline; 
	width: 332px;
	float: left; 
	margin-left: 212px;
}
#centercolumn p {
	padding: 0 10px;
}

#rightcolumn {
	width: 197px;
	float: left;
	margin-left: 15px;
}

#clear {
	clear: both;
}

#footer  {
	margin: 0; padding: 0px;
	background-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 45px;
}
#footer p{
	padding: 30px 0px 0px 15px;
}

/* absolute positioned divs for text */
.paneltext {
	width: 150px;
	color: #2D6F2D;
	background-color: transparent;
	font-size: 12px;
	line-height: 1.2;
}

/* for ie win only \*/
* .paneltext {	
	display: inline;
}
/* end hack */

.leftpanel {
	float: left;
	margin-left: 20px;
	margin-top: 76px;
}
.rightpanel {
	float: right;
	margin-right: 20px;
	margin-top: 76px;
}
