@charset "UTF-8";
/* CSS Document */
/* Defaults --------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #fad864;
	background-image: url(../images/bgd_tile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}

a, a:hover, a:visited
{
	color:#333;
}

h1, h2
{
	padding:10px;
}

p, ul, ol
{
	text-align:left;
	padding:5px;
	font-size:12px;
}

h3
{
	text-align:left;
	padding-left:10px;
}

/* Main Containers --------------------------------------- */
#container
{
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#content
{
	display: block;
	height: 590px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

#mainFlash
{
	height: 560px;
	width: 800px;
}

/* footer --------------------------------------- */
#footer
{
	color: #827741;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

#footer a
{
	color: #827741;
}

#footer a:hover
{
	color: #000;
}

.footerNav
{
	list-style-type: none;
}

.footerNav li
{
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}