body {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/bg.jpg);
	margin: 0px;
	padding: 0;
	border: 0;

}

#header {
	margin-bottom: 40px;
	background-repeat: repeat;
	background-image: url(../img/logo_bar.png);
	margin-top: 200px;
	height: 140px;
	width: 100%;
}

#inside {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#container {
	line-height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	z-index: 1;
}
#menu {
	margin-bottom: 20px;
	height: 100px;
	width: 800px;
}

#main {
	float: left;
	width: 600px;
}

#side {
	line-height: 20px;
	width: 180px;
	float: right;
}

h1 {
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

a:link {
	color: #097607;
	text-decoration: underline;
}

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

a:visited {
	color: #097607;
	text-decoration: underline;
}

.menu {
	padding: 0;
	list-style: none;
}
.menu li em {
	padding-left: 12px;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-top: 10px;
	background: url(../img/hover.png) no-repeat;
	width: 180px;
	height: 55px;
	position: absolute;
	top: -85px;
	left: -25px;
	text-align: center;
	font-style: normal;
	z-index: 2;
	display: none;
}
.menu li {
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align: center;
}
.siebert {
	float: left;
	margin-right: 10px;
	padding-left: 4px; 
	padding-bottom: 30px; 
	padding-right: 4px; 
	padding-top: 4px; 
	display:block; 
	background: #fff; 
	border: solid 1px #999999; 
	margin-bottom: 10px; 
}
.back {
	border-width: 0px;
	margin-top: 20px;
}

