@charset "UTF-8";
/* CSS Document */
/* LAYOUT */

body {
	background-color: #786047;
	margin: 26px 52px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
}

#pagewrapper {
/* put in the background vertical graphic */
/* allow height to flex more than 100 percent */
	width: 850px;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	margin: 0px auto;
	position: relative;
	background-color: #E7E9E5;
	background-image: url(../images/bkg2.gif);
	background-repeat: repeat-y;
}

#masthead {
	width:850px;
	height:255px;
	z-index:1;
	background-color: #FFFFFF;
}

#masthead_home {
	width:850px;
	height:234px;
	z-index:1;
	background-color: #FFFFFF;
}

#footer {
	width:850px;
	height:61px;
	z-index:1;
	background-image: url(../images/gr_footer.gif);
	background-repeat: no-repeat;	
}

#mastheadgraphic {
	margin-top: 13px;
}

#mastheadgraphic_home {
	margin-top: 0;
}

#pagecontent {
	width:850px;
	margin-top: 30px;
	
}

#leftnav {
	width:126px;
	margin-top: 30px;
}

#wide {
	
}

#center {
	width:491px; 
	/* float:left; */
	margin-left: 20px;
}


#right {
	width:151px; 
	float:left; 
	margin-left: 24px;
	margin-top: 30px;
	position: relative;
	
}

#copyright {
	width:850px;
	margin: 15px auto;
}
