@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: #000000;
	width: 950px;
	height: 170px;
	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: 20px;
}
.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: #000000;
	width: 145px;
	height: 5000px;
	padding: 5px;
	float: left;
	clear: left;
	background-image: url(images/left_sidebar.jpg);
}
.main_content {
	width: 600px;
	height: 5000px;
	float: left;
	background-color: #000000;
	background-image: url(images/main_content.jpg);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.right_column {
	background-color: #000000;
	width: 145px;
	height: 5000px;
	float: right;
	padding: 5px;
	clear: right;
	background-image: url(images/right_sidebar.jpg);
	color: #CCCCCC;
}
.footer {
	background-color: #000000;
	width: 950px;
	height: 90px;
	clear: both;
	padding: 0px;
	background-image: url(images/footer.jpg);
}
#main_div1 {
	width: 500px;
	height: 300px;
	background-color: #313131;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #404040;
	border-right-color: #121212;
	border-bottom-color: #121212;
	border-left-color: #404040;
	margin-left: 57px;
}
