@charset "utf-8";
/* CSS Document */
body {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/scanlines5.gif);
	background-color: #232323;
}
.header {
	background-color: #232323;
	width: 950px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.logo {
	background-color: #232323;
	width: 68px;
	height: 112px;
	float: left;
	top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.left_header {
	background-color: #232323;
	width: 160px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(images/lheader.jpg);
}
.right_header {
	background-color: #232323;
	width: 790px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	float: right;
}
.left_column {
	background-color: #232323;
	width: 155px;
	height: 1100px;
	padding: 5px;
	margin: 0px;
	float: left;
	clear: left;
	background-image: url(images/left_sidebar.jpg);
}
.main_content {
	width: 610px;
	height: 1100px;
	float: left;
	background-color: #232323;
	padding: 5px;
}
.right_column {
	background-color: #232323;
	width: 155px;
	height: 1100px;
	float: right;
	padding: 5px;
	clear: right;
	background-image: url(images/right_sidebar.jpg);
}
.footer {
	background-color: #232323;
	width: 950px;
	height: 94px;
	clear: both;
	padding: 0px;
	background-image: url(images/footer.jpg);
}
.valid {
	background-color: #232323;
	width: 155px;
	height: 90px;
	clear: both;
	padding: 0px;
	margin-top: 700px;
}
