@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	border: thin solid #800012;
	background-color: #FFFFFF;
}
#wrapper #header {
	background-image: url(../images/header_background.jpg);
	height: 99px;
	width: 768px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
#wrapper #navigation {
	background-color: #e0dedf;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #800012;
	border-bottom-color: #800012;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#wrapper #body {
	background-color: #FFFFFF;
}
#wrapper #body #left {
	width: 200px;
	float: left;
	clear: none;
	text-align: center;
	white-space: normal;
	text-indent: 0px;
	display: block;
	line-height: 15px;
	background-color: #CCCCCC;
}
#wrapper #body #right {
	width: 564px;
	float: right;
	clear: none;
	background-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #800012;
}
#wrapper #footer {
	clear: both;
	color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #800012;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/Footer_backgroundbigger.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
}
p {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0000FF;
}

