@charset "UTF-8";
/* CSS Document */

/* Defaults --------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #dfae4f;
	background-image: url(/images/bgd_tile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}


/* Main Containers --------------------------------------- */
#container {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	display: block;
	height: 590px;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}

#mainFlash {
	height: 560px;
	width: 800px;
}

#mainFlash h1 {
	font-size: 16px;
	font-weight: normal;
}


/* footer --------------------------------------- */
#footer {
	color: #7a6439;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

#footer a, a:visited {
	color: #7a6439;
}

#footer a:hover {
	color: #7a6439;
}

.footerNav {
	list-style-type: none;
}

.footerNav li {
	padding-right: 5px;
	padding-left: 5px;
	display: inline;

}

