body {
	background-color: #000000;
	background-image: url(images/burrgatiBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	width: 735px;
	margin: auto;
}
#header {
	width: 735px;
	height: 106px;
	margin-top: 112px;
}
#title {
	width: 426px;
	height: 106px;
	float: left;
}
#headerT {
	width: 309px;
	height: 106px;
	float: left;
}

#rowA {
	width: 735px;
	margin-top: 10px;
}
#flash {
	width: 427px;
	height: 293px;
	float: left;
	background-color: #000000;
}
#navigation {
	width: 297px;
	height: 293px;
	float: left;
	background-color: #FDF38B;
	margin-left: 11px;
}
.navitems {
	float: left;
}
.navIMG {
	display: block;
	border: 0px;
	float: left;
}
.floatLeft {
	float: left;
}