body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #C9B187;
}
#mainContainer {
	background: #FBEFD5;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
#header {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #990000;
}
#siteNav {
	color: #FFFFFF;
	background: #990000;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}
#footer {
	text-align: right;
	padding: 5px 10px;
	border-top: 1px solid #990000;
	border-left: #990000;
	color: #999999;
	font-size: 0.9em;
	clear: left;
	margin-top: 20px;
}
#footer a:link,#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#header h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 25px 0px 0px;
	font-size: 1.7em;
	width: 270px;
	float: left;
}

/* DEFAULT LINK STYLE */
a:link,a:visited {
	color: #990000;
}
a:hover {
	text-decoration: none;
}

/* BEGIN NAV BAR STYLES */

div#navcontainer
{
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	background: #990000;
	clear: left;
}

div#navcontainer ul
{
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: #6F0000;
color: white;
}

#active a { border-left: 1px solid #fff; }
.small {
	font-size: 0.7em;
}
.normal {
	font-weight: normal;
}
#content p {
	text-align: justify;
	line-height: 150%;
}
.floatLeft {
	float: left;
}
.floatLeft p, .floatLeft h3 {
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
.pics {
	clear: left;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}
.twoCol {
	padding-left: 267px;
}
.twoCol p {
	padding-right: 20px;
}
#playCards {
	background:  url(../images/play-cards.jpg) no-repeat;
}
#deeds {
	background:  url(../images/deeds-cards.jpg) no-repeat right;
}
#places1 {
	background:  url(../images/places-1.jpg) no-repeat;
}
#places2 {
	background:  url(../images/places-2.jpg) no-repeat right top;
}
#content h1 {
	font-size: 1.7em;
	color: #990000;
}
#content h2 {
	font-size: 1.2em;
	color: #990000;
}
.smallText {
	font-size: x-small;
}
.twoCol2 {
	padding-right: 267px;
}
