body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodyBG.png);
	background-repeat: repeat-y;
	background-position: center;
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	margin-bottom: 20px;
	font-size: 24px;
}
h2 {
	text-align: center;
	line-height: 28px;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.imageBorder {
	border: 2px solid #FFF;
}
.imagefloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.underline {
	text-decoration: underline;
}
.darklink {
	color: #B52C00;
	text-decoration: underline;
}
.yellowlink {
	color: #FF0;
	text-decoration: underline;
}


#wrapper #container #textContent p a {
	color: #FF0;
	text-decoration: underline;
}





#wrapper {
	float: none;
	height: 900px;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #container {
	float: left;
	height: 900px;
	width: 954px;
	background-color: #FEF8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #container #header {
	background-image: url(images/jagerbar_header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 184px;
	width: 952px;
}
#wrapper #container #sidebar {
	float: left;
	width: 192px;
	text-align: center;
	background-image: url(images/sidebar_BG.jpg);
	background-repeat: repeat-x;
	height: 672px;
	margin-left: 11px;
	background-color: #FFE9A5;
}
#wrapper #container #textContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 403px;
	font-weight: normal;
	line-height: 22px;
	background-image: url(images/indexContent_BG.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	height: 676px;
	padding-right: 15px;
}
#wrapper #container #textContent p {
	font-size: 16px;
	line-height: 25px;
}
#wrapper #container #textContent #contactForm {
	text-align: center;
	margin-top: 30px;
}
#wrapper #container #textContentMenu {
	background-color: #FFE9A5;
	float: left;
	color: #942200;
	margin-right: 12px;
	width: 679px;
	padding-right: 30px;
	padding-left: 30px;
}
#wrapper #container #textContentMenu table td {
	text-align: center;
}



#wrapper #container #images {
	float: left;
	width: 306px;
	background-image: url(images/sidebar_BG.jpg);
	background-repeat: repeat-x;
	height: 672px;
	text-align: center;
	font-size: 18px;
}
#wrapper #container #footer {
	float: left;
	width: 100%;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	background-color: #FFEFBB;
}
#wrapper #container #footer ul li {
	display: inline;
}
#wrapper #container #copyright {
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #942200;
	background-color: #FFEFBB;
}
#wrapper #container #copyright p a {
	color: #942200;
	text-decoration: underline;
	font-size: 10px;
}
#wrapper #container #images p strong {
	font-size: 16px;
}
#wrapper #container #images p {
	font-weight: bold;
}
#wrapper #container #images a {
	font-size: 16px;
	font-weight: bold;
	color: #03F;
	text-decoration: underline;
	line-height: 25px;
}
#wrapper #container #images a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
	line-height: 25px;
}

