/***********************************************/
/* layout divs                                 */
/***********************************************/

#gbody{		position: static ;
 		background:#eeeeee; 
		margin: 10px 0px 20px 60px;
		padding: 5px 5px 5px 5px;
		border-bottom: 10px #39f inset;
		width: 860px;}
		
#masthead{	padding: 0px 0px 5px 0px;
		width: 100%;
		border-bottom: 2px solid #99b95e;
		margin-bottom:5px;}

#leftside{
		float: left;
		width: 140px;
		/* margin: 0px; */
		margin: 0px 2px 5px 8px;
		/* background-color: #eee; */}

#rightside{
		float:right;
		width: 180px;
		border-bottom: 1px solid #cccccc;
		padding-right: 5px;}

#middle{
		float: left;
		width: 500px;
		margin-left: 5px;
		padding: 10px 0px 10px 0px;}
		
#middle2{	/*for all 2 column pages */
		float: left;
		width: 650px;
		margin-left: 5px;
		padding: 0px 0px 10px 0px;
		
}
#bottom{
		clear: both;
		font-size: 75%;
		/* background-color: #99b95e; */
		background-image url("../greensand.jpg")
		padding: 0px 0px 10px 0px;
}

/* revert back to no special stuff for anchors here */
#bottom a {     
		background-image:none;
		padding-left:0px;}
