/* TWO COLUMN LAYOUT */

body {
	background-color: #333333;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	}
* {margin:0; padding:0;}

#main_wrapper {
	background-image:url(../images/repeater.gif);
	background-repeat: repeat-y;
	width:1000px; /* widths of columns will change proportionately as this width is changed */
	margin-top:1px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */	
	border: 1px solid #000000;
	
}
#header {
	background-color:#797d80;   
    padding:0px;
	
	
	}
#nav {
	width:16%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	background-color:#797d80;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:84%; /* this width + nav width must total 100% */	
	margin: 0px;
	padding: 0px;	
	
		
	}

	


#header_inner { 
	padding:0; /* creates space between the box  and the content */
	}
	
#nav_inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;	
	height:465px;
	
		}
#content_inner {
	padding: 0px; /* creates space between the box and the content */
	margin: 0px;
	background-color:#1f2235;
	width:840px;
	height:464px;
	}
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
	
#footer_inner {
	background-color:#797d80;/* creates space between the box and the content */
	text-align:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 160px;
	background-image: url(../images/lords_footer.gif);
	background-repeat: repeat-x;
	margin: 0px;	
	
	}


/* Sets the style for unvisited links. */
a,  a:link {
	color: #ffffff;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #86B02D;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #ffffff;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #ffffff;
}







/* Sets the style for unvisited links. */
#footer_inner a:link {
	color: #FFFFFF;
	text-decoration: none;
}
/* Sets the style for visited links. */
#footer_inner a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#footer_inner a:hover {
	color: #99cc33;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#footer_inner a:focus {
  color: #ffffff;
}
/* Sets the style for a link that is being activated/clicked. */
#footer_inner a:active {
  color: #99cc33;
}

.lime {  color: #99cc33;}

