body {
	background-color: #FFFFFF;
	height: 100%;
	font:normal 14px Georgia, Times New Roman, Times, serif;
}

.siteWrapper {
	width:100%;
	z-index: 1000;
	position: absolute;
	background: transparent url(../assets/images/transparent-bg.png) repeat left bottom;
}

.innerWrapper {
	padding: 0;
	margin: 0 auto;
	width:960px;
}

ul {
	width:940px;
	margin: 0 auto;

}

#flashbackground {
	position: absolute;
	bottom:0;
	width:100%;
	height: 100%;
	z-index: 1;
}

.header {
	/*height:230px;*/
//	background-color: #FFFFFF;
}

.header img:first-child {
	margin:20px 10px 20px 10px;
}

.navigation {
	background-color: #c9031d;	
	height:40px;
	display: block;
	padding: 0 10px;
}

.navigation ul {

}

.navigation ul li {
	float:left;
}

.navigation ul li a {
	display: block;
	line-height: 40px;
	padding: 0 14px;
	color:#FFFFFF;
	text-decoration:none;
}

.navigation ul li a:hover {
	background-color: #4b4a4d;
}