body {
	margin: 0 auto;
	text-align: center;
	background: url(images/background.png) repeat scroll;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

}

#main_container {
	position:relative;
	margin: 0 auto;
	width:1024px;
	text-align: left;
	height: 100%;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:25px;
	background-image: url(images/top.png);
}

#logo {
	position:absolute;
	left:0px;
	top:25px;
	width:400px;
	height:175px;
	background-image: url(images/logo.png);
}

#slideshow {
	position:absolute;
	left:400px;
	top:25px;
	width:599px;
	height:150px;
	background-color:#FFFFFF;
}

#right {
	position:absolute;
	left:999px;
	top:25px;
	width:25px;
	height:743px;
	background-image: url(images/right.png);
}

#trenner {
	position:absolute;
	left:400px;
	top:175px;
	width:599px;
	height:25px;
	background-image: url(images/trenner.png);
}

#left {
	position:absolute;
	left:0px;
	top:200px;
	width:25px;
	height:568px;
	background-image: url(images/left.png);
}

#menu {
	position:absolute;
	left:25px;
	top:200px;
	width:824px;
	height:30px;
	background-color:#FFFFFF;
}

#content {
	position:absolute;
	left:25px;
	top:230px;
	width: 804px;
	height:472px;
	background-color:#FFFFFF;
	padding: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	z-index: 1;
}

#google {
	position:absolute;
	left:849px;
	top:200px;
	width:128px;
	height:503px;
	background-color:#FFFFFF;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 10px;
	text-align: center;
}

#footer {
	position:absolute;
	left:25px;
	top:723px;
	width: 974px;
	height:20px;
	background-color: #292929;
	text-align: center;
	font-size: x-small;
	color: #fff;
	font-variant: small-caps;
	padding-top: 3px;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
	color: gray;
}

#bottom {
	position:absolute;
	left:25px;
	top:743px;
	width:974px;
	height:25px;
	background-image: url(images/bottom.png);
}

#topnav {
	height:30px;
	z-index: 999;
}

#topnav UL {
	margin:0px;
	padding:0px;
}

#topnav LI {
	list-style: none;
}

#topnav LI A {
	float:left;
	display:block;
	text-align:center;
	width:100px;
	height:30px;
	line-height:30px;
	color:#000000;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

#topnav LI A:Hover {
	height:29px;
	font-weight:bold;
	color: white;
	background-color: gray;
	border:1px solid #999999;
	border-bottom:1px solid #eff1fa;
	padding:0px;
}