	body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f6eac0;
}
h2 {
	margin: 0 0 3px 0px;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
/* Should remove dotted border around buttons in newer browsers. */
a:focus { 
	outline: none; 
}
#wrapper {
	margin: auto;
	padding: 0;
	text-align: left;
	width: 975px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../graphics/background.gif);
}
#header {
	margin: 0;
	padding: 0;
	height: 207px;
	width: 975px;
	text-align: center;
	background-image: url(../graphics/header.gif);
}
#nav {
	margin: 0;
	padding: 0;
	width: 240px;
	float: left;
/* Inline display with float eliminates the IE double-margin bug. */
	display: inline;
}
#nav ul {
	margin: 0;
	padding: 10px 0 0 0;
	width: 230px;
	list-style-type: none;
	font-weight: bold;
}
ul a {
	text-indent: 40px;
	display: block;
}
ul a:link, ul a:visited {
	text-decoration: none;
	color: #6d1e16;
	background-image: url(graphics/buttons/lotus-white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav li {
	margin: 0px 0 0px 25px;
	padding: 0;
	font-size: 0.8em;
	line-height: 2.7em;
/* Bottom border elimiates the IE Whitespace Bug. 
   Occurs whenever display:block is applied to links within an unordered list. */	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfa13e;
}
/* Individual class selectors allow different rollover graphics for different buttons. */
.one a:hover {
	background: url(../graphics/buttons/lotus-purple.gif) no-repeat left center;
}
.two a:hover {
	background: url(../graphics/buttons/lotus-blue.gif) no-repeat left center;
}
.three a:hover {
	background: url(../graphics/buttons/lotus-green.gif) no-repeat left center;
}
.four a:hover {
	background: url(../graphics/buttons/lotus-yellow.gif) no-repeat left center;
}
.five a:hover {
	background: url(../graphics/buttons/lotus-orange.gif) no-repeat left center;
}
.six a:hover {
	background: url(../graphics/buttons/lotus-red.gif) no-repeat left center;
}
/* Assign an id selector to body tag on each individual page. Allows highlighting of current page in nav. */
#one .one a {
	background: url(../graphics/buttons/lotus-purple.gif) no-repeat left center;
}
#two .two a {
	background: url(../graphics/buttons/lotus-blue.gif) no-repeat left center;
}
#three .three a {
	background: url(../graphics/buttons/lotus-green.gif) no-repeat left center;
}
#four .four a {
	background: url(../graphics/buttons/lotus-yellow.gif) no-repeat left center;
}
#five .five a {
	background: url(../graphics/buttons/lotus-orange.gif) no-repeat left center;
}
#six .six a {
	background: url(../graphics/buttons/lotus-red.gif) no-repeat left center;
}
#content {
	margin: 7px 15px 0 47px;
	padding: 0;
	float: left;
	width: 630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
#content a:link {
	text-decoration: none;
	color: #0000FF;
}
#content a:visited {
	text-decoration: none;
	color: #0000FF;
}
#content a:hover {
	text-decoration: underline;
	color: #0000FF;
}
#content p {
	margin: 0 0 10px 0px;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
#contentPic {
	margin: 10px;
	padding: 0;
	height: 185px;
	width: 257px;
	background-color: #CCCCFF;
	float: right;
	display: inline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
td, th {
	padding: 2px 4px 2px 4px;
}
.month {
	padding: 3px;
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
}
.day {
	padding: 3px;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #990000;
	color: #FFFFFF;
}
#footer {
	margin: 0 0 0 0px;
	padding: 0;
	height: 140px;
	width: 975px;
	text-align: center;
	clear: both;
	background-color: #f9f1d6;
	background-image: url(../graphics/footer.gif);
}
#SignUp {
	width: 190px;
	background: #bfa13e;
	color: #6d1e16;
	margin: 20px 0 0 48px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TableText{
	margin: 0;
	padding: 8px 0 0 5px;
}
#facebook {
	margin: 35px 0 0 53px;
}
#facebook img {
	border-style: none;
}
