{
	margin: 0;
	padding: 0;
}

html, body
{
	background-color: #29201b;
	font-family: Garamond, "Times New Roman", Serif;
	font-size: 1em;
	font-weight: bold;
	height: 100%;
	min-height: 100%;
}

a
{
	color: #671b00;
	text-decoration: underline;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

div#headerSwf
{
	margin: 0 auto 0 auto;
	width: 900px;
}

div#FlashSwf
{
	float: left;
	height: 265px;
        width: 197px;
        margin-left: 40px;
}

div#container
{
	background-image: url(../cmsimages/pagebody.jpg);
	background-position: center 485px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	width: 900px;
}

div#content_2
{
	margin: 0 auto 0 auto;
	height: 63px;
	width: 781px;
}

div#content_2 p
{
	font-size: 1em;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 15px;
}

div#content
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 775px;
}

div#content p
{
	text-align: justify;
	padding: 0 40px 15px 40px;
}

div#footer
{
	background-color: #29201b;
	background-repeat: repeat-x;
	color: #7F5628; /* FOOTER TEXT COLOR HERE!! */
	clear: both;
	padding: 15px 0 45px 0;
	text-align: center;
}

div#footer a
{
	color: #2F494A; /* FOOTER LINK COLOR HERE!! */
	text-decoration: underline;
}

/* unordered list style */
div#content ul
{
	list-style-image: url('../cmsimages/custombullet.gif');
	list-style-type: circle;
	margin-left: 60px;
	vertical-align: middle;
}

div#content ul li
{
	padding: 0 0 3px 0;
}

div#content ol
{
	list-style-type: upper-alpha;
	margin-left: 70px;
}

/* Fieldset Contact Form */
fieldset,
fieldset.contactForm legend,
fieldset.contactForm label,
fieldset.contactForm li
{
	color: #402c16;
	font-family: Garamond, "Times New Roman", Serif;
	font-size: 1em;
}

div.contactForm
{
	margin: 0 auto 0 auto; 
}

fieldset div.title
{
	background-color: #402c16;
	border: 1px solid #000000;
	color: #f4f1ea;
	margin-left: 1em;  
	padding: 2px; 
	font-weight: bold; 
}

fieldset.contactForm
{
	border: 1px solid #000000;
	color: #000000;
	margin: 1.5em auto 0 auto;  
	padding: 0 0 10px 0; 
	text-align: center;
} 

fieldset.contactForm input,
fieldset.contactForm textarea
{
	border: 1px solid #000000;
} 

fieldset.contactForm input.radio
{
	border: 0;
}

fieldset.contactForm div.submit
{
	text-align: center;
}

fieldset.contactForm legend 
{  
	background-color: #402c16;
	border: 1px solid #000000;
	color: #f4f1ea;
	margin-left: 1em;  
	padding: 2px; 
	font-weight: bold; 
} 

fieldset.contactForm label 
{  
	color: #000000;
	float: left;
	padding-right: 5px;
	text-align: right;
}

div#content fieldset.contactForm ol 
{  
	list-style: none; 
} 

fieldset.contactForm li 
{  
	padding-bottom: 1em; 
	text-align: left;
} 

