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

body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menuBar {
	background-color: #990000;
	height: 75px;
	width: 100%;
	text-align: left;
	padding-left: 20px;
}
#menuBar a {
	color: #f1f1db;
	text-decoration: none;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 14px;
}
#menuBar a:hover {
	color: #990000;
	background-color: #F1F1DB;
}
#menuBar ul {
	list-style-type: none;
}
#menuBar li {
	display: inline;
	text-align: center;
}
#content {
	background-color: #f1f1db;
	height: 550px;
	width: 100%;
	background-image: url(images/Magnolia.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
#content2 {
	background-color: #f1f1db;
	width: 100%;
	background-image: url(images/Magnolia.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#clear {
	clear: both;
	width: 100%;
}
#contentWrapper {
	width: 850px;
}
#whitebox {
	text-align: left;
	height: 500px;
	width: 375px;
	margin-left: 90px;
	margin-top: 0px;
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	background-image: url(images/whiteShadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#whitebox a {
	color: #990000;
	text-decoration: none;
}
#whitebox a:hover {
	color: #990000;
	text-decoration: underline;
}
#rightbar {
	float: right;
	width: 300px;
}
#footer {
	font-size: 13px;
	color: #F1F1DB;
}
#footer a {
	color: #FF0000;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#gallery {
	width: 700px;
}
#whitebox2 {
	text-align: left;
	width: 760px;
	margin-left: 80px;
	margin-top: 0px;
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	background-image: url(images/galleryBG.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 30px;
	padding-left: 20px;
	background-attachment: scroll;
	margin-bottom: 0px;
}
#whitebox2 a {
	color: #990000;
	text-decoration: none;
}
#whitebox2 a:hover {
	color: #990000;
	text-decoration: underline;
}
#whitebox2Top {
	text-align: left;
	width: 760px;
	margin-left: 80px;
	margin-top: 0px;
	float: left;
	background-image: url(images/galleryBGTOP.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 30px;
	background-attachment: scroll;
	padding-left: 20px;
	padding-top: 20px;
	height: 25px;
}
#whitebox2BTM {
	text-align: left;
	width: 760px;
	margin-left: 80px;
	margin-top: 0px;
	float: left;
	background-image: url(images/galleryBGBTM.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
	background-attachment: scroll;
	padding-left: 20px;
	height: 25px;
	padding-bottom: 20px;
	clear: both;
}
h1 {
	color: #990000;
	font-size: 18px;
	margin: 0px;
}
