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

#master-layout {
	margin: auto;
	padding: 0px;
	width: 806px;
	font-family: "Comic Sans MS", cursive;
	font-size: .9em;
	color: #800000;
}
#top-panel {
	margin: 0px;
	padding: 0px;
	height: 270px;
	background-image: url(../images/logos/top-pic-left.gif);
	float: left;
	width: 600px;
}
#right-top {
	float: right;
	height: 270px;
	width: 201px;
	background-image: url(../images/logos/top-pic-right.gif);
	font-size: 1em;
	text-align: right;
	margin-right: 0px;
	padding-right: 5px;
	font-weight: normal;
}
#footer {
	height: 20px;
	background-color: #FFF4DB;
	font-size: 0.8em;
	text-align: center;
}
.right-menu {
	float: right;
	height: 250px;
	width: 200px;
}
#main-body {
	background-color: #FFF4DB;
	color: #000;
	text-align: center;
}
body {
	background-color: #800000;
}
.centered-text {
	color: #800000;
	text-align: center;
}
.black-text {
	color: #000;
}
.red-text {
	color: #800000;
}
