@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/webback.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #003252;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003252;
}
a:hover {
	text-decoration: none;
	color: #782800;
}
a:active {
	text-decoration: none;
	color: #003252;
}

#container {
	margin: 0 auto;
	width: 755px;
	background: #782800;
	border-left: solid #003352 3px;
	border-right: solid #003352 3px;
	border-bottom: solid #003352 3px;
}

#wrapper {
	margin:0 auto;
	width:725px;
	background-image: url(../images/wrapperback.jpg);
	background-repeat: repeat-y;
}

#content {
	background-attachment: scroll;
	background-image: url(../images/contentback.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 0px 60px 0px;
}

#footer {
	color: #003352;
	font-size:9px;
	text-align:center;
	padding: 5px 0px 0px 0px;
	background-image: url(../images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #003352;
}

.camp {
	padding: 10px 0px 12px 0px;
	margin-top:5px;
	margin-left:75px;
	margin-right:75px;
	border-bottom: solid #782800 1px;
	border-top: solid #782800 1px;
}

.text {
	padding: 10px 0px 12px 0px;
	margin-top:5px;
	margin-left:150px;
	margin-right:150px;
	border-bottom: solid #782800 1px;
	border-top: solid #782800 1px;
}

.headline {
	color: #003252;
	font-weight: bold;
	font-size: 14px;
}

.click {
	padding-left: 25px;
	font-size: 10px;
	color: #782800;
	font-weight: bold;
}

.click a:link {
	color: #782800;
	text-decoration: none;
}

.click a:visited {
	text-decoration: none;
	color: #782800;
}
.click a:hover {
	text-decoration: none;
	color: #003252;
}
.click a:active {
	text-decoration: none;
	color: #782800;
}
