@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	/*background: url(../images/background.jpg) #a18c65 repeat-x;
	background: url(../images/background2.jpg) #663300 repeat-x;
	background: url(../images/show.gif) #663300 repeat;*/
	background: url(../images/bgpattern.gif) #663300 repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position:relative;
	height:170px;
}
#banner {
	position:absolute;
	background: url(../images/banner.png) no-repeat;
	height:180px;
	width:890px;
	left:-45px;
}
#mainContent {
	padding: 0 20px 15px 0;
	background: #FFFFFF;
	border: 1px solid #000000;
}
#footer {
	clear:both;
	padding: 5px 10px;
	color: #ffffff;
	font-size:80%;
}
#footer div.wyonet {
	margin: 0;
	float:right;
	text-align:right;
}
#footer a, #nav a  {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover, #nav a:hover {
	text-decoration: underline;
}

#main {
	margin-left:170px;
	min-height:300px;
}

#nav {
	width: 165px;
	float: left;
	padding: 0px;
}

#nav ul {
	padding-left: 0;
	margin-left: 10px;
}

#nav li {
	background:url(../images/menu.gif) no-repeat;
	height:40px;
	width:121px;
	text-decoration: none;
	padding: 13px 15px 10px 17px;
	list-style-type: none;
	font-weight: bold;
	font-size: .9em;
}

#nav li a {
	display:block;
	text-align:center;
}
#nav li a:hover {
	color: #ffffff;
}

#nav li.currentmenu {
	background:url(../images/curmenu.gif) no-repeat;
}

h1,h2,h3 {
	font-weight: normal;
	margin:10px 0 6px 0;
	padding:0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}


#SlideShow {
	background:url(../images/show.jpg) no-repeat;
	width:500px;
	padding:15px 55px;
	border:1px solid black;
	text-align:center;
	margin: 10px 0;
}
#SlideShow a  {
	color: #ffffff;
	text-decoration: none;
}
#SlideShow a:hover {
	text-decoration: underline;
}

#topPicture {
	width:500px;
	height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	overflow:hidden;
}
.setPicture {
	position: absolute;
	top: 0;
	left: -5000px;
	color: #ffffff;
	text-align:center;
}
