
#frame {							/* ===== centered column wrapper */
	width: 			720px;
	margin-left: 	auto;
	margin-right: 	auto;
	text-align:		center;
	background: 	url(../../images/bridge.jpg) no-repeat top center;
}

#header {						/* ===== holds nav, padds to show title in frame bg image */
	padding: 		75px 0 18px 0;
}

#pagetopic {					/* ===== page image/title, defined on each page, not page fcn */
	color: 			#ffffff;
	height:			215px;
	margin:			0 0 0 0 ;
	padding: 		0 0 0 0;
	font-size:		30px;
	font-style:		italic;
	text-align: 	center;
	font-weight:	bold;
	font-variant:	small-caps;
}
	#pagetopic img.banner {		/* ===== pad out to line up with bg image container */
		margin: 		2px 0 0 63px;
		float: 		left;
	}


#content {						/* ===== page specific content */
	min-height: 	250px;
	text-align:		left;
}


#footer {
	background-color: #ffffff;
	color: 				#996633;
	border-top: 		1px solid #996633;
	margin: 				2em 0 2em 0;
	padding:				2em 0 0 0;
	text-align: 		center;
	font-size: 			11px;
}

/*======================= Navigation ===============================*/

#navigation {
	height: 26px;
}


#navigation .selected {
	height:				22px;
	width:				76px;
	padding-top:		2px;
	border: 				2px solid #ffcc99;
	border-bottom:		0px;
	color:				#ffffff;
	text-align: 		center;
	font-size: 			12px;
	font-weight: 		bold;
	float: 				left;
}

#navigation .unselected {
	height: 				20px;
	width:				80px;
	margin-top:			2px;
	background-color: #663333;
	border-top:			2px solid #ffcc99;
	border-bottom:		2px solid #ffcc99;
	float: 				left;
}
	#navigation .unselected a {
		color: 				#ffffff;
		text-align: 		center;
		font-size: 			12px;
		font-weight: 		bold;
	}
	#navigation .unselected a:hover {
		color: 				#ffffff;
	}

/*======================= Sub-Navigation ===========================*/


#subnav {
	color: 			#996633;
	padding: 		0 0 .5em 0;
	font-size:		15px;
	font-style:		italic;
	font-weight:	bold;
	text-align:		center;
	font-variant:	small-caps;
}
	#subnav a {
		color: 		#996633;
	}
	#subnav a:hover {
		color: 		#996633;
	}






*/