body {
margin:0px;
padding:0px;
background-image:url(../images/home/home_repeat.jpg);
background-repeat:repeat-x;
background-color:#FDFEF7;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#36360A;
}

#siteinfo {
width: 808px;
margin:auto;
clear:both;
visibility: visible;
}

h1 {
font-size: xx-small;
font-weight: bold;
text-indent: -9999px;
}

h2 {
font-size: xx-small;
font-weight: normal;
font-style: italic;
text-indent: -9999px;
}

h3 {
font-size: xx-small;
font-weight: normal;
text-indent: -9999px;
}

/*** MAIN / CONTAINER DIVS ***/

#flash {
width:808px;
height:487px;
margin:auto;
}

/*#container {
width:808px;
margin:auto;
padding-top:115px;
background-image:url(../images/home/top.jpg);
background-repeat:no-repeat;
}

#nav {
width:100%;
height:37px;
}

#content_container {
width:100%;
height:335px;
background-image:url(../images/home/content.jpg);
background-repeat:no-repeat;
}

#content {
padding-top:19px;
padding-left:48px;
}
*/
#footer {
width:808px;
margin:auto;
padding-top:10px;
text-align:center;
clear:both;
}

/*** FOOTER ***/

.footer {
	font-size: 9px;
	color:#36360A;
	}

	a.footer:link {
		color:#36360A;
		text-decoration: none;
		}
	a.footer:hover {
		color:#36360A;
		text-decoration: underline;
		}
	a.footer:active {
		color:#36360A;
		text-decoration: none;
		}
	a.footer:visited {
		color:#36360A;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color:#36360A;
		text-decoration: underline;
		}

/*** TEXT / LINKS ***/

/*a:link {
color:#36360A;
text-decoration: underline;
}

a:hover {
color:#36360A;
text-decoration: underline;
}

a:active {
color:#36360A;
text-decoration: underline;
}

a:visited {
color:#36360A;
text-decoration: underline;
}

a:visited:hover {
color:#36360A;
text-decoration: underline;
}
*/