/* CSS Document * variation on wootton-style.css/

 /*normalizes margin, padding */ 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, the pre, form, fieldset, input,  blockquote, th, td
 {margin: 0; padding : 0; }
 
h1 {font-size: 24px;
    padding-top:40px;
	padding-left:34px;
	letter-spacing: 0.1em;
}


  /*normalizes font -size for headers */  
h4, h5, h6 
  {font-size  : 100%; } 
h3{font-size:large;
font-weight:600;}
   
  /*removes list  -style from lists */ 
  ol, ul 
  {list-style:none;
  text-decoration:none;} 
  
   /*normalizes font -style and font-weight to normal */  
  address, caption, cite, code, dfn, em, strong, th, var 
  {font-style:normal; font-weight:normal;} 
  
   /* table line style */ 
   table  
   {border-collapse:collapse; border-spacing:0} 
   
  /* removes border from fieldset and img */ 
  fieldset, img 
  {border: 0;} 
  
  /* left - aligns text in caption and th */ 
  caption, th 
  {text-align: left;} 
  
   /*removes quotation marks from q */ 
   q:before, q:after 
   {content: ''; }
   
body {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	padding: 0;
	margin:0;
	min-width: 765px;
}
	
#container{
	width: 760px;
	height: 100%;
	margin-top: 20px;
	

	}
	
	
#wrapper {width: 760px;
          margin: 0 auto;
		  text-align:left;
}

#banner {height: 168px;
         position:relative;
		  }


#logo {position: absolute;
       top: 60px;
	   left: 280px;
	   z-index:100;}

#content {position: relative;
	  background-color:#FFFFFF;
	  width: 720px;
	  color:#000000;
}
/*.sideheading {font-size:large;}*/

#main-text {padding-top:20px;
            padding-left: 20px;
			padding-right:20px;
			background-color:#FFFFFF;


			}
			
h2 {font-size:x-large;}			


			
#nav {
	width: 760px;
	position:relative;
	text-align:center;
	text-decoration:none;
	height: 16px;
	background-color:#000000;
	overflow:hidden;
	font-size:12px;
	color:#FFFFFF;
	max-width:100%;
	padding: 3px 9px 3px 0;
	  }
#nav li {display:inline;
		 overflow:hidden;
}
#nav ul li a {padding: 3px 9px 3px 9px; }	

#nav a:hover {color:#F6862F;
}


	
	  
	
          

#nav a {color:#FFFFFF;
        background-color:#000000;

		text-decoration:none;
	padding: 0 10px 0 10px;
			  overflow:hidden;}
			  
#left{float:left;
      width:25%;}
	  			  
#right{float:right;
       width:75%;}
       

