/* CSS Document */

body {
	height:100%;
	width:100%;
	background-color:#273F18;
	text-align:center;
	margin:0;
	padding:0;
}

#centerBG {
	position:relative;
	width:960px;
	margin:auto;
	background-image:URL("images/webShadow.gif");
	text-align:center;
	background-color:#273F18;

}

#centerBand {
	position:relative;
	width:900px;
	margin:auto;
}

#banner {
	position:relative;
	width:900px;
	height:95px;
	background-image:URL("images/bannerBG.jpg");
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:left;

	margin:0;
	padding:0;
	
}

#logoDiv {
	position:absolute;
	left:0px;
	height:113px;
	width:235px;
	background-image:url("images/briarsLogo.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:4;
	visibility: visible;
}

#navBar {
	position:relative;
	left:0px;
	height:18px;
	width:900px;
	text-align:left;
	background-color:#273F18;
}

#navigation {
	position:relative;
	top:3px;
	left:255px;
	height:18px;
	
}

#navItem {
	position:relative;
	float:left;
	height:18px;
	text-align:left;
	
	padding-right:40px;
	
}

#content {
	position:relative;
	width:900px;
	
	background-color:#DDE0CD;
	text-align:left;

}

#subCol {
	position:absolute;
	width:245px;


	
	
}

#mainCol {
	position:relative;
	width:635px;
	top:0px;
	left:245px;
	min-height:800px;
	_height:800px;
	
	background-color:#DDE0CD;
	
	
}

#footer {
	position:relative;
	width:860px;
	height:68px;
	margin:auto;
	background-image:URL("images/footerBG.png");
	background-position:bottom;
}

