﻿body {
	margin: 0;
	padding: 0;
	border: medium ridge #38576D;
	background-color: #000000;
}
#container {
	padding: 0;
	background-color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #c0c0c0;
	font-weight: bold;
	font-size: small;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-image: url('../images/masthead image 800 px.jpg');
	height: 149px;
	background-repeat: no-repeat;
	background-color: #000000;
	border-bottom-color: #0D141E;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}
#navigation {
	border-style: solid;
	border-width: 0px;
	border-color: #272727;
	width: auto;
	margin: 0;
	padding: 3px 0px 4px 0px;
	clear: both;
	height: 24px;
	color: #e8cbb0;
}
#column_l {
	position: relative;
	float: left;
	color: #000000;
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	background-color: #A7BCBB;
	width: 780 px;
}
#column_r {
	border-width: 3px 3px 0px 0px;
	border-color: #000000;
	float: left;
	background-color: #404040;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #8998ad;
	font-weight: bold;
	font-size: medium;
	border-top-style: #;
	border-right-style: #;
	border-bottom-style: #;
	border-left-style: #;
}
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	background-color: #2e3651;
}
.float_right {
	float:right;
}