@charset "utf-8";
/* CSS Document */
body {
	background-color: #48352B;/*#534437*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
h1 {
	font-size:22px;
	font-weight:bold;
	margin-top:2px;
}
.wrapper {
	background:url(../images/background.jpg) no-repeat center;
	width:950px;
	height:551px;
	margin:0 0 0 0;
}
#content {
	position:relative;
	top:120px;
	left:12px;
	width:650px;
	height:412px;
	z-index:2;
	overflow:auto;
	padding:3px;
	background-color:#fff;
	border: medium solid #000;
}
#nav {
	position:relative;
	left:24px;
	top:96px;
	width:225px;
	height:420px;
	z-index:1;
	text-align:left;
	float:left;
}
#slideshow {
	position:relative;
	top:140px;
	left:30px;
	width:600px;
	height:370px;
	z-index:2;
	overflow: auto;
	text-align:center;
	float:left;
}
.footer p {
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:inherit;
	text-align:center;
}
a:link  {
	color: #0066FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	
	font-weight:bold;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}