/*CSS Document
 Style for JeffreyJr.net,
 Version 2, Hand Typed with
Cpad by Jeffrey Hendricks [Jr]*/

/* Layout */

body, html {
			font-family: verdana, heveltica, serif;
			font-size: 9pt;
			margin: 0;
      padding: 0;
      background: #1e1c16;
      color: #b5b59e;
      margin-bottom: 5px;
 			}
 			
 			
body {
			min-width: 990px
			}
			
#wrap {
			background:#1e1c16;
			margin:0 auto;
			width:990px;						 			
 			}
			 
#header {
	    background:#1e1c16;
  	  }
  	  
#nav {
    	background:#1e1c16;
    	}
    	
#main {
    	background:#1e1c16;
      float:left;
      width:550px;
      padding: 5px;
      text-align:left;
      margin-left: 90px;
    	}
    
#sidebar {
    	background:#1e1c16;
      float:right;
      width:210px;
			padding: 5px;
			color: #a4a48d;
			font-size: 8pt;
			     	
	  	}
    
#footer {
    	background:#1e1c16;
      clear:both;
			padding: 3px;    	
    	}		
 			
.center {
			text-align: center;
			}
			
hr    {
			width: 475px
		}			
		
/* Link formatting */

a {
   text-decoration: none
   }   
	
a:link {
			color:#aa4444;
		 	}
		 
a:visited {
			color:#aa4444;
	    }
          
a:hover {
			color:#771111;
		  text-decoration: underline;
		  font-size: 100%
		  }
		 
/*Every navigational image need to be classed 'nav' 
		   so that it nills the hover font change defined above */
a.nav:hover {
             text-decoration: none;
             font-size: 100%
						 }		
		
/* Other */

 /* Make any tag with the class 'center', center-align */  
.center {
			text-align: center;
		  } 		
		  
/* Does the same as above, excepts when the id is 'center'
   Useful when the class is already being used */
#center {
			text-align: center;	 		  
		  }
/* End */		  