/*
v4_2 -- added expanded wrapper
     -- added body background color
	 -- shrunk wrapper
	 -- moved body background-image to wrapper background image
v4_1 -- added <li> for All Time Leaders to sub menu
     -- added #g_ad (Google Ads UL)
	 -- added fx_footer for "to_do" pages

Renamed flows_out.css to style_v4.
-----renamed #left ul to #nav ul and enclosed link anchors in <p> tags for IE6 ----
*/



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

body { 
  line-height: 1.5;
  font: 90% Arial, Helvetica, sans-serif;
  color: #000; 
  background-color: #D8BD4C;
  }
  
  

#wrapper {
  position: relative;
  top: 5px;
  width: 97%;
  background: #fff url("../images/fleur_di_lis.jpg") repeat-y top center;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.record {
  width: 700px;
  margin: 10px 0 10px 30px;
}
.record h3 {
  font:  bold 1em Geneva, Arial, Helvetica, san-serif;
}

hr {
		width: 100%;
		background-color:#000;
		color: #000;
		border: none;
		margin-bottom: 2em;
		}

#sub_menu {
	float: right;
	top: 22px;
	width: 565px;
	margin-right: 10px;
	text-align: center;
	height: 19px;
	}
	
	#sub_menu li {
	display: inline;
	}
	
	#sub_menu a {
	color: #666;
	font-size: .9em; 
	font-weight: bold;
	}
	
	#sub_menu a:hover {
	color: #FFCC33;
	}
	
#nav {
        float: left;
		width: 150px;
        margin: 0px 10px 0px 20px;
        top: 155px;
		background-color: #FEFCDE;
		border: 1px solid;
		border-color:#A4987C;
		padding: 0 0 4px 0px;
}


		

#nav a {
        display: block;
		color: #050505;
		width: 150px;
		text-decoration : none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color:transparent;
		font-size: 11px;
		font-weight: bold;
		padding: 0;
		margin: 0;
}

#nav li {
    width: 150px;
	border-bottom: 1px solid #000;
    line-height: 1.5em;
	list-style-type: none;
		}
		
	#nav li p { padding: 2px; }
	
	#nav a:hover, #nav li:hover {
			 	color: #050505;
			 	text-decoration: none ;
			 	background-color: #EBE5BC;
				
			 }
			 
			 #nav li.nobor {
			 border-bottom: 0px;
			 }
			 
			 
			#nav li:hover.nobor {
			 	background-color: #FEFCDE;
				
			 }
			 
			 #nav li.nobor img {
			 text-align: center;
			 border-bottom: 0px;
			 margin: 2px 5px ;
			 }
			 
			 
			#nav li:hover.nobor img {
			 	background-color: #FEFCDE;
				
			 }
	
#innerWrapper {
  margin: 0 20px 0 10px;
}
#right {
  float: right;
  width: 190px;
  margin: 0 0 0 30px;
}
#right table {
  width: 100%;
  font: bold 10px Arial, Helvetica, san-serif;
  border-bottom-width: thin;
  border-bottom: double #F9E764;
  border-left-width: thin;
  border-left: double #F9E764;
  border-top-width: thin;
  border-top: double #F9E764;
}
#right td {
  vertical-align: middle;
  text-align: center;
}
#lower_img {
  border: 1px solid #F9E764;
  margin: 10px 0 5px 0px;
  padding: 2px;
}
#lower_img img {
  border: 1px solid #000;
  width: 160px;
  height: 215px;
  margin: 10px 5px 10px 5px;
}
#lower_img p {
  font: italic normal .8em/1em Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
#content {
  margin: 0px 0px 0px -4px;
}

#content h3 {
font-size: 1.4em;
text-align: center;
}


#content p {
          margin: 0 0 .5em 1em;
  	      text-indent: 1em;
	      } 
		  

 
#content a {
  color: #050505;
  text-decoration: underline;
  background: transparent;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#content a:hover {
  color: #4494FF;
  text-decoration: underline;
  background: transparent;
}
#footer
	{  
	    margin: 20px 0 0 0;
		width: 100%;
		background-color:  rgb(249,231,100);
		border-top: 1px solid #000;
		text-align: center;
		padding: 5px 0 15px 0;
	}



	#footer a {
	    padding: 0 2px;
	    font: 1em Verdana, Arial, Helvetica, sans-serif;
		COLOR: #000;
		text-decoration : underline;
		font-weight: 800;
			}



	#footer a:hover {  
	    color:  #4494FF;
		text-decoration: underline;
	}
	
	#fx_footer
	{  position:absolute;
	    bottom: 0;
	    margin: 20px 0 0 0;
		width: 100%;
		background-color:  rgb(249,231,100);
		border-top: 1px solid gray;
		text-align: center;
		padding-bottom: 5px;
	}



	#fx_footer a {
	    padding: 0 2px;
	    font: 1em Verdana, Arial, Helvetica, sans-serif;
		COLOR: #000;
		text-decoration : underline;
		font-weight: 800;
			}



	#fx_footer a:hover {  
	    color:  #4494FF;
		text-decoration: underline;
	}

div#ad {
margin: 0 0 0 10px;
}

 ul#g_ad {
		width: 500px;
		text-align: left;
		margin: 0;
		}
		
		#g_ad li {
		width: 468px;
		text-align: left;
		margin: 0 25px;
		padding: 10px 0;
		}

div #high_ad  {
        position: relative;
		left: 0;
		width: 470px;
		margin-left: 200px;
		margin-bottom: 15px;
		text-align: left;
		}
		
		