/* Leaders CSS Document */


* {
margin: 0;
padding: 0;
}


body {
font: 82.5% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
margin: 10px 25px;
padding: 5px;
}

#content a {
color: #000;
text-decoration: none;
border-bottom: 1px dashed #000; 
}

#content a:visited {
color: #88884C;
text-decoration: none;
border-bottom: 1px dashed #88884C; 
}
 
#content a:hover {
color: #DF925A;
text-decoration: none;
border-bottom: 1px dashed #DF925A;  
}

#header {
		height:90px;
		width:100%;
		background: transparent url(../images/leaders_head.gif) no-repeat 0 0;
		display:block;
		overflow:hidden;
		text-indent:-9000px;
		margin: 0 10px;
	}
	
	hr { background-color: #f8e460;
	 color:#f8e460;
     border: none;
	 margin: 7px 0 0 3px;
			 }

#content {
    float: left;
	width: 56%;
	margin: 20px auto;
}

#content H1 {
font-size: 1.2em;
margin: 0 -10px 0 10px;
}

ul {
margin: 5px 15px 20px 15px;
float: left;
}

li {
vertical-align: middle;
list-style: none;
line-height: 2em;
}

   ul#pics {
    border: 1px solid #000;
	width: 300px;
	float: left;
	margin: 50px 0 0 25px;
}

ul#pics li {
margin: 5px 10px;
}

img {border: 1px solid #000;}

#temp_footer
	{  
	    margin: 20px 0 0 0;
		width: 100%;
		height: 125px;
		border-top: 3px solid #000;
		text-align: left;
		background-color: #C8A800;
		}
	
	
	#temp_footer ul {
	 padding: 0;
	 display: inline;
	 margin: 0;
	}
	
	
	
	#temp_footer li.links {
	float: left;
	width: 310px;
	margin: 5px 0 0 0 ;
	padding: 0;
	line-height: 1;
	display: inline;
	}
	
	#temp_footer li.ad {
	width: 235px;
	margin: 20px 0 0 590px;
	display: block;
	}
	
	
	
	
	
	#temp_footer a {
	display: block;
	width: 310px;
	text-decoration: none;
	color: #000;
	font-size: 1.1em; 
	font-weight: 700;
	margin-left: 1em;
	line-height: 1.5;
	}
	
	 #temp_footer a:hover {
	color: #990033;
	text-decoration: underline;
	}
	
	
	
	#footer a:hover {
	color: #990033;
	text-decoration: underline;
	}
