/* ----------------------------------------------
 Basic Formatting
---------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #312515 top center;
	text-align: center;
	background: url(/images/bkg.gif);
}

body, td, p, a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #C4C198;
	line-height: 1.3em;
}

table {
	margin: 0;
	padding: 0;
}

a:link {
	color: #A9A33F;
	text-decoration: none;
}

a:visited {
	color: #dadada;
	text-decoration: none;
}

a:hover {
	color: #CEC644;
	text-decoration: none;
	background: #7F5C44;
}

.hide {
	display: none;
}

/* ----------------------------------------------
 Page Structure
---------------------------------------------- */

#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	text-align: left;
	background: url(/images/content_bkg.gif) repeat-y;
}

#nav {
	position: relative;
	display: block;
	width: 800px;
	height: 197px;
	margin: 25px 0 0 0;
	background: url(/images/noflash.jpg) no-repeat;
}
	#nav h1, #nav p {
		display: none;
		}
	
	#nav span {
		display: none;
	}

#content-wrapper {
	position: relative;
	display: block;
	width: 800px;
	margin: 0;
	padding: 0;
}

#foot-wrapper {
	position: relative;
	display: block;
	width: 800px;
	height: 65px;
	margin: 0 auto;
	background: url(/images/footer_bkg.gif) no-repeat;
}

#footer {
	position: relative;
	display: block;
	width: 500px;
	height: 18px;
	margin: 0;
	padding: 35px 0 0 35px;
		font-family: arial, sans-serif;
		text-align: left;
		font-size: 9px;
		color: #666666;
		line-height: 1.3em;
}

	#footer a:link {
		color: #000000;
		font-size: 9px;
		text-decoration: none;
		line-height: 1.3em;
	}
	
	#footer a:visited {
		color: #999999;
	}

	#footer a:hover {
		color: #B84228;
		text-decoration: none;
	}

#location {
	position: relative;
	display: block;
	width: 74px;
	height: 45px;
	margin: -52px 0 0 660px;
	padding: 0;
}
	
	#location span {
		display: none;
	}
	
	#location ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#location li {
		margin: 0;
		padding: 0;
		height: 45px;
	}
	
	#l1 a {
		display: block;
		height: 45px;
	}

	#l1 {
		width: 74px;
		background: url(/images/link_home_off.jpg) 0 0 no-repeat;
	}

	#l1 a:hover {
		background: transparent url(/images/link_home_on.jpg) 0 0 no-repeat;
	}

#textonly {
	position: relative;
	display: block;
	width: 750px;
	margin: 23px 0 20px 30px;
	
}