body {
	font: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	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 */
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	background: #211d1e url(img_layout/backpage.jpg) repeat-x;

}
h1 {
    font-size: 28px;
	line-height: 36px;
	color:#FF0
} 
h2 {
    font-size: 20px;
	line-height: 25px;
	color:#FF0
} 
h6 {
font-size: 10px;
} 

* html body {
	line-height: 13px;
}

a:link { 
	color: #FF0;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #96F;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #96F;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------------------------------------------------  DIV ID's ------- */
.oneColElsCtrHdr #container {
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image: url(img_layout/backmidden.jpg); /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	floath: left;
	clear:both;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtrHdr #header { 
    background: url(img_layout/setheader1.jpg) no-repeat;
	height: 217px;
	width: 980px;
	margin: 0;
	floath: left;
    clear:both;
} 
.oneColElsCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(img_layout/middenback.jpg);
	margin: 0; 
    floath: left;
    clear:both;
}
.oneColElsCtrHdr #footer { 
	background-image: url(img_layout/setfooter.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 980px;
	margin: 0;
	floath: left;
    clear:both;
} 

