@charset "utf-8";

/* Great Lakes Electrical Contracting */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #020202;
	
	font-family: Calibri, Helvetica, sans-serif;
	font-size: small;
	color: white;
}

a {color: red; text-decoration: none;}

a img {border-style: none;}

h1 {
	font-family: Monotype Corsiva, Calibri; font-size: 20pt;
	font-weight: normal;
	color: white;
	padding-bottom: 4px;
	border-bottom: 1px #626872 solid;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: red;
	padding-bottom: 4px;
	border-bottom: 1px #626872 solid;
}

hr {
	height: 1px;
	color: #626872;
	background-color: #626872;
	border-style: none;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

#page_wrapper {
	width: 779px;
	margin: 0px auto;
	background-color: #363636;
}

#page_header {
	clear: both;
}

#page_navigation {
	clear: both;
}

#page_left_col {
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 10px;
	float: left;
	
	border: 1px solid #626872;
	background-color: #020202;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	
	font-size: small;
}

#page_right_col {
	width: 500px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 10px;
	float: right;
	
	border: 1px solid #626872;
	background-color: #020202;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#page_footer {
	width: 779px;
	height: 50px;
	padding-top: 16px;
	clear: both;
	
	font-weight: bold;
	text-align: center;
	
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#basenav {
	width: 779px;
	margin: 0px auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

