
/* ------------------------------------------------
   global settings
--------------------------------------------------- */
body {
	font: 75.5%/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	background: #000 url(../images/lionsportsBG.jpg) top center no-repeat;
	color:#fff;
}

a {
   text-decoration: none; 
   color: yellow;
}


/* ------------------------------------------------
         MAIN LAYOUT CSS
--------------------------------------------------- */




#wrapper {
	width:1000px;
	margin:0 auto;	
}

#header {
   height:400px;
   width: 990px;
}


#content {
  min-height:100px;
}


#logo{
    float: left;
	height: 400px;
	width: 400px;	
	background: url(../images/lionlogo.png) top left no-repeat;
	overflow: visible;
}

#details {
  float: right;
}

.nav_top{ 
 line-height: 7px; padding:15px 0 5px 0; font-weight: bold; word-spacing:15px;
}

.nav_bottom{ 
 margin:0 0 0 240px;
 line-height: 7px; font-weight: bold; word-spacing:5px;
}

.clear {
	clear:both;
}


#footer { 
 margin:40px 0 0  180px;
 line-height: 10px; padding:15px 0 5px 0;  font-weight: bold;
}
