﻿  /* CSS layout */

@charset "utf-8";
.defaultlayout {
	border: thin none #999999;
}

#pagewrapper{
	width: 1024px;
	border: thin solid #999999;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	background-color: white;
}

#copyrightwrapper{
	width: 1024px;
	border: none;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	background-color: #E5E5E5;
}

body{
	background-color:#E5E5E5;
	margin:0;
	height: 100%;
}

a
{
outline: none;
}

#masthead {
}

#top_nav {
	margin-left: 2px;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 10px;
}

#footer {
	clear: both;
}

#contentwrapper{
	background-position: left;
	background-image: url('Art/blackglasstechunderconstruction.png');
	height: 768px;
	width: 1024px;
	background-repeat: no-repeat;
}