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

.Header {
	width: 850px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
.Navigation {
	width: 870px;
	background-color: #000;
	height: 60px;
}
.MainContainer {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	background-color: #000;
}
.sidebar1 {
	width: 10px;
	background-color: #000;
	float: left;
	height: 650px;
}
.sidebar2 {
	width: 10px;
	float: right;
	height: 650px;
	background-color: #000;
}
.headersidebar1 {
	width: 10px;
	background-color: #000;
	height: 190px;
	float: left;
}
.headersidebar2 {
	width: 10px;
	background-color: #000;
	height: 190px;
	margin: 0;
	float: right;
}
.MainContent {
	width: 870px;
	height: 615px;
}
.Footer {
	width: 850px;
	text-align: center;
	color: #FFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.Flash {
	width: 850px;
	height: 615px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/trailerbackground.jpg);
}
