/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	width: 780px;
	margin: 0 auto 0 auto;
}
#container {
	width: 780px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-image: url(../global_images/header.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 778px;
}
h1 {
	font: normal 36px Arial, Helvetica, sans-serif;
}
#content {
	padding: 15px;
	
	width: 760px;
}
#nav {
	background-color:#B56327;
	text-align: center;
	width: 778px;
}
#page_title {
	text-align:center;
	color: #591900;
	float: none;
	position: relative;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: 500;
	font-variant: normal;
}
#slideshow {
	float: left;
	width:500px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	
}
#slideshow2 {
	float:none
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#hyperlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




		
