* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middle #slide {
	height: 530px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#full {
	height: 684px;
	width: 1116px;
}
#top {
	background-image: url(../images/backtop_01.jpg);
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 1116px;
	position: relative;
}
#top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:left;
	position:absolute;
	right:105px;
	bottom: 0px;
}
#top li {
	float: left;
}
#top li a:link,#top li a:visited{
	background-color: #ddd;
	display: block;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#top li a:hover {
	color:#FC9;
	background:#514633;
}

#top li a.current,#top li a.current:hover,#top li a.current:active {
	color:#ddd;
	background:#333;
	cursor:default;
}
	
#middle {
	background-image: url(../images/backmiddle_02.jpg);
	background-position: 0px 0px;
	height: 540px;
	width: 1116px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	padding: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#bottom {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 1116px;
	background-image: url(../images/backbottom_03.jpg);
	background-position: 0px 0px;
	position: fixed;
}
#bottom ul {
	color: #333;
	text-decoration: none;
	display: block;
	width: 600px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 300px;
	float: left;
}
#bottom li {
	display: inline;
	font-size: .75em;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
	float: right;
}
