@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image:url(/images/br_paper.jpg);
	background-repeat:repeat;
	background-color:#C5A86F;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/sssheader800.jpg);
	height: 200px;
	width: 800px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	background-image: url(/images/thin-line800x60.jpg);
	margin: 0px;
	height: 60px;
	width: 800px;
	font-size: .6em;
	padding: 0;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColFixCtrHdr #container #mainContent #mainindent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #mainContent #mainindent  h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #mainindent  p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #footer p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #footer p a {
	color: #FFF;
	text-decoration:none;
		margin: 0px;
	padding: 0px;

}
.oneColFixCtrHdr #container #footer p a:hover {
	color: #000;
	background-color:#FFFFFF;
		margin: 0px;
	padding: 0px;

 }
.oneColFixCtrHdr #container #menubar {
	height: 25px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #leftColumn
{
	position:absolute;
	top:350px;
	width:260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;	
	padding:0px;
	
}
.oneColFixCtrHdr #container #mainContent  #middleColumn
{
	position:absolute;
	top:350px;
	width:260px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 270px;	
}
.oneColFixCtrHdr #container #mainContent  #rightColumn
{
	position:absolute;
	top:350px;
	width:260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 535px;	
	padding:0px;
	
}
.oneColFixCtrHdr #container #mainContent  #wideLeftColumn
{
	position:absolute;
	top:350px;
	width:530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;	
	padding:0px;
	
}
