body {
	margin: 0;
	background: url(../img/background.jpg) no-repeat center top;
	color: #333333;
	font: 12px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	color: #593010;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
}

#head {
	width: 100%;
	padding-top: 5px;
	margin-bottom: 20px;
}

a {
	color: #593010;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#logo {
	margin-bottom: 14px;
}

#nav {
	height: 40px;
	width: 920px;
	padding-top: 3px;
	font-size: 11px;
	letter-spacing: 1px;
}

#nav a {
	width: 121px;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	letter-spacing: 1px;
	padding-right: 4px;
	padding-left: 4px;
}

#nav a:hover {
	font-weight: normal;
	font-style: normal;
}

.menu {
	padding-top: 9px;
	height: 25px;
	border-right: 1px solid white;
}

.nob {
	border-right: 1px solid white;
}

#body {
	margin-bottom: 10px;
}

#show {
	width: 900px;
}

#slideshow { 
	position: relative; 
	width: 900px; 
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3156a3;
}
#slideshow > div { 
		    top: 0; 
		    left: 0; 
		    right: 0; 
		    bottom: 0;
	position: absolute;
}

#pan1 {
	width: 290px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	text-align: left;
}

#pan1 a {
	text-decoration: none;
	color: #333333;
	display: block;
	margin-bottom: -7px;
}

#pan1 a:hover {
	color: #593010;
	text-decoration: underline;
}

#pan2 {
	width: 590px;
	float: right;
	margin-right: 10px;
	text-align: left;
}

#pan3 {
	width: 280px;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	color: white;
	line-height: 17px;
}

#foot {
	width: 100%;
	background-color: #593010;
}

#foot a {
	color: white;
}

#container {
	width: 920px;
	display: table;
}

#calltoaction {
	width: 260px;
	height: 70px;
	
text-shadow: 2px 2px 3px #999;
filter: dropshadow( )

	color: white;
	text-align: center;
	text-transform: uppercase;
	font: bold 24px/28px Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-bottom: 7px;
	color: #593010;
	border-bottom: 3px solid #593010;
	margin-bottom: 20px;
}