/*-------------------------------------------------
SETUP
-------------------------------------------------*/

body {
    background: #F4F0DE url('../images/nopesportheader.jpg') top center no-repeat;
    font: 62.5% Helvetica, Arial, Verdana, sans-serif; 	
    color: #000;
    margin: 0;
    padding: 0;
    }
    
a img,:link img,:visited img { border:none }

a, a:visited {	
	}
	
a:hover {	
    }
	
.clear {	
    clear: both;
    }
    
/*-------------------------------------------------
MAIN SECTIONS
-------------------------------------------------*/
    
#page {
    width: 886px;
    margin: 0 auto;
    }
    
#header {
	width: 887px;
	height: 100px;
	}
    
#menu {
	background: #030303 url('../images/menubg.gif') top left no-repeat;
	height: 35px;
	width: 867px;
	color: #b9b7a5;
	font-weight: bold;
	padding: 14px 10px 0 10px;
    }
    
#main {
	width: 885px;
	background: #fff url('../images/pagebg.jpg') top left no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    }  
      
#leftcol {
    width: 700px;
    display: inline;
    float: left;
	padding: 8px;
    }

	#rightcol {
		width: 180px
		padding: 10px;
		padding-top : 15px;
		display: inline;
	    float: left;
	    height: 500px;
	    }
    
    
#footer {
	width: 885px;
	background: #7f7f7f url('../images/footerbg.jpg') top left no-repeat;
	height: 200px;
	border-bottom: 4px solid #030303;
	}
	

/*-------------------------------------------------
OTHER SECTIONS
-------------------------------------------------*/
	
	
.menuitem {
	display: inline;
	list-style: none;
	width: 887px;
	font-weight: bold;
	text-transform: uppercase;
	font: 1.4em Georgia, Helvetica, Arial, Verdana, sans-serif;
	margin: 0 15px 0 15px;

    }
    
#menu a:link, #menu a:visited {
	color: #F4F0DE;
	text-decoration: none;
	font-weight: bold;
    }
    
#menu a:hover {
	color: #ccc;
    }    

#searchform {
	margin-top: 5px;
	height: 30px;
	width: 280px;
	float: right;
	}


	
/*-------------------------------------------------
HEADERS
-------------------------------------------------*/
    
h1 {
	display: none;
    }
    
#header h2 {
	float: left;
	color: #000;
	font: 2.2em Georgia, Helvetica, Arial, Verdana, sans-serif;
	margin: 40px 0 0 450px;
    }

#header {
	cursor: pointer; cursor: hand;
}
    
h3 {
	font: 1.8em Georgia, Helvetica, Arial, Verdana, sans-serif;
	margin: 10px 0 0 20px;
	font-weight: bold;
    }
    
/*-------------------------------------------------
FORMS
-------------------------------------------------*/
    
#search {
	background-color: #F4F0DE;
	width: 170px;
	}
	
#username {
	background-color: #F4F0DE;
	width: 114px;
	}
	
#password {
	background-color: #F4F0DE;
	width: 114px;
	}