﻿body 
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #006600;
	background-attachment: scroll;
	background-repeat:repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../Images/bgwood.jpg);	
}



form, div, table, td, tr, ul, li, p, img, h1, h2, h3 , h4, h5 , h6
{
	margin:0px;
	padding:0px;
	border:0px;
}

a:hover
{
	text-decoration:overline underline;	
}

.mainContainer
{

	width:900px; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../Images/ContainerShadow.png);	
	background-repeat:repeat-y;	
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	background-attachment: scroll;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;		
}

#bannerContainer
{
	height:100px;
}

.ContentContainer
{
	width:900px; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;		
}

#header
{
	height:190px;
	padding-left:50px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;			
	background-image:url(../Images/bgheader_Rnd250h.png);
	background-repeat:repeat-x;	
	margin-top: 5px;
}

#logo
{
	float:left;	
	margin-top:60px;
}

#headerMagImage
{
	float:right;
}


#navContainer
{
	text-align:center;
	background-image:url(../Images/bgNav.png);
	background-repeat:repeat-x;
	height:40px;	
}
.NavMenu
{
	height:40px;
	width:800px;	
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}


#leftColumn
{
	float:left;
	width:200px;	
	min-height:400px;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#rightColumn
{
	float:right;
	width:180px;	
	min-height:400px;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#middleColumn
{	
	width:454px;
	min-height:650px;
	display:inline-block;
	background-color:#ffffff;
	padding:10px;
	/*margin-top:10px;*/
	line-height:20px;
}


.boxContainer
{
	background-image:url(../Images/Runners.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding-top:8px;	
	font-weight:bold;
}

.boxContent
{	
	min-height:200px;
	background-color:#ffffff;
	margin-top:-8px;
	font-weight:normal;
	padding-top:10px;
}

#footer
{
	background-image:url(../Images/bgfooter_Rnd.png);
	background-repeat:no-repeat;
	height:65px;
	width:900px;
	padding-top:10px;
	/*margin-top:10px;*/
	font-size:10px;
	text-align:center;
}

.FooterMenu
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}