body {
	background-color: #000000;
	text-align:center
}
#container {
	position:relative;
	width: 790px;
	margin: auto;
	background-position: center;
}

#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:188px;
	height:152px;
	color: #000000;
	background-image: url(../images/Logo.jpg);
	text-indent: -9999px;
	z-index: 12;
}

#sidebar {
	background-color: #441E06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FAEFA0;
	font-size: 12px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FAEFA0;
}
#slideshow {
	height: 425;
	width: 276px;
	margin-left: 10px;
	position: relative;
	float: left;
	margin-right: 5px;
	padding-top: 20px;
	color: #FFF;
	z-index: 11;
}

#content {
	background-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FAEFA0;
}

#text {
	width: 310px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}
#text ul li h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#text ul {
	margin-top: -12px;
}


#footer {
	background-image: url(../images/navi-col.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FAEFA0;
}
#footer table {
	text-align: center;
	vertical-align: middle;
	font-family: "Century Gothic", verdana, Arial, helvetica, sans-serif;
	font-size: 14px;
	background-position: center top;
	color: #FEEDA5;
	width: 710px;
	background-image: url(../images/navi-col.jpg);
	height: 44px;
	background-repeat: repeat-x;
}
#footer a:hover {
	color: #FFFFFF;
	background-image: url(../images/navi-hover.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer a {
	color: #FBF4A3;
	text-decoration: none;
	display: block;
	height: 44px;
	padding-top: 10px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF4AA;
	text-transform: capitalize;
	margin-top: 10px;
}
#sidebar h4 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
}


.text {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: -15px;
}
.image {
	border: 1px solid #A7A373;
	vertical-align: middle;
	background-position: center;
}
a:link {
	color: #FAEFA0;
	text-decoration: underline;
}
a:visited {
	color: #ACAA79;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFF5A6;
	text-decoration: none;
}
#copyright   a {
	color: #462611;
}
.smallertext {
	font-size: 12px;
}

