@charset "UTF-8";
/* CSS Document */
/* Defaults --------------------------------------- */
body {
	background-color: #778F8E;
	background-image: url(../images/bgd_tile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #bbc7c7;
}
a:hover {
	color: #FFFFFF;
}
ul, p {
	text-align:left;
}	
/* 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;
	font-size:12px;
}
#mainFlash h1 {
	font-size: 16px;
	font-weight: normal;
	padding:10px;
}
#mainFlash h2 {
	font-size: 14px;
	font-weight: normal;
	padding:5px;
}
/* footer --------------------------------------- */
#footer {
	color: #bbc7c7;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}