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

* {
	background-color: #F0DBB7;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
#wrapper {
	background-color: #F0DBB7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #F0DBB7;
	border-right-color: #F0DBB7;
	border-bottom-color: #F0DBB7;
	border-left-color: #F0DBB7;
	height: 600px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #F0DBB7;
	color: #000;
	text-decoration: none;
	font-style: normal;
	text-transform: lowercase;
	height: 25px;
	width: 800px;
	text-align: center;
}
#wrapper #FooterText {
	clear: both;
	width: 800px;
	height: 71px;
	color: #000;
	background-color: #F0DBB7;
}
body {
	background-color: #F0DBB7;
}
#wrapper #navigation a:visited, #wrapper #navigation a:active, #wrapper #navigation a:hover, #wrapper #navigation a:link {
	font-style: normal;
	color: #BF0000;
	text-decoration: none;
}
#wrapper #BodyText #LeftText {
	height: 433px;
	float: left;
}
#wrapper #BodyText #RightText {
	height: 433px;
	float: right;
}

p {
	margin: 25px;
}
