/* CSS Document */
/* CSS styles that are for template files only */
@import url("navigation.css");

/* setting the margins to auto & specifying the width creates a centered template */
/* styles for header */
#header {
	width: auto;
	height: 100px;
	background: url(../_images/headerBG.png) 29px 0px repeat-x;	
}
#header h2 {
	margin: 0px;
	padding: 0px;
	background: url(../_images/header.png) top left no-repeat;
	width: 680px;
	height: 100px;
}
#fullPage {
	margin: 0px;
	padding: 41px 0px 0px 61px;
	background: url(../_images/topFade.gif) top left repeat-x;
	min-height: 499px;
	height: auto;
	_height: 499px;
}
/* styles for body */
#border {
	border: none;
	width: 684px;
	margin: 0px;
}
#bodyTop {
	width: 684px;
	height: 12px;
	background: url(../_images/bodyTop.gif) top left no-repeat;
	overflow: hidden;
}
#body {
	width: 684px;
	background: #FFF url(../_images/largeA.gif) bottom right no-repeat;
}
#content {
	border-left: 2px solid #5b7313;
	border-right: 2px solid #5b7313;
	/* total min-height 214px */
	min-height: 194px;
	height: auto;
	_height: 194px;
	padding: 8px 20px 12px 20px;
}
#bodyBottom {
	width: 684px;
	height: 12px;
	background: url(../_images/bodyBottom.gif) top left no-repeat;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	margin-top: -4px;
}
/* styles for footer */
#footer {
}
/* styles for the top and bottom of the page design */
