@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	background-color: #F7F7F7;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #Cb2626;
	border-left-color: #Cb2626;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 450px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #CB2525;
}
#wrapper #bodyArea #leftNavigation {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	color: #CB2626;
}
#wrapper #bodyArea #right {
	float: right;
	width: 650px;
	background-color: #FFFF80;
	height: 5900px;
}
p {
	font-family: Garamond;
	font-size: 18px;
	margin: 15px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #CB2626;
}

