

/* STYLES FOR David Simpkins' site NEW NEW NEW
================================== */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #786147;}
   

  
ul {list-style-type: square;
}

ul li {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333300;
font-size: 11px;
padding-bottom: 1px;
padding-top: 3px;
text-indent: 0;
margin-left: 9px;
padding-left: 0;
}

#footer {
  background-color:#322518;
  
}

#footer p{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 4px;
  }

#footer a{
color: #bfe2f9;
text-decoration: none;} 

/* Core
================================= */

body {
  text-align: center; 
  min-width: 990px;
}

#wrapper {
  width: 990px; 
  margin: 0 auto; 
  text-align: left; 
  background-color: #caaf93;
}






/* styles for pageheader */

#pageheader {
  list-style: none;
  background-color: #322518;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 18px;
  padding: 2px;
  letter-spacing: 1px;
  height: 27px;
  color: #FFFFFF;
  }



/* end of styles for pageheader */



/* styles for pgtitle */

#pgtitle { 
  width: 880px; 
  margin-right: 20px;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 6px;
 
  }

#pgtitle p{
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 24px;
  font-weight: bold;
  margin-top: 2px;
  padding-right: 5px;
  color: #322518;
  letter-spacing: 0px;
  
  }
  
#pgtitle h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 38pt;
  color: #322518;
  margin-top: 4px;
  margin-bottom: 11px;
  margin-left: 0px;
  letter-spacing: 2px;
 }
  
#pgtitle a{
 color: #663300;
 text-decoration: none;
 } 



#content { 
  width: 980px;
  clear: both;
    
}
  





/* =COLUMNS
-------------------------------------------------

-------------------------------------------------*/

.columns {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	/* overflow: hidden; Makes columns invisible in Netscape. */

	}

.columns .clear {
	border: 1px transparent dotted;	/* Helps Netscape "get" the clearing div, but shows black borders in IE without a second hack -- see global-ie.css. */
	}
	
	
.columns h1 {
    color: #ab003c;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 6px;
	letter-spacing: 0px;
	}	

.columns p {
  font-size: 12px;
  line-height: 17px;
  text-indent: 20px;
  margin-bottom: 8px;
  }	



.leftcol {
	float: left;
	width: 458px;
	margin-right:8px;
	padding-right: 0px;
	margin-left: 12px;
}



.rightcol {
	float: right;
	width: 450px;
	margin-right: 0px;
	padding-right: 10px;
	margin-left: 3px;
	
	}


#nightmare {
background-color: #E4DCD1;
padding: 10px;
margin-top: 20px;
}


#footer { 
  clear: both; 
} 




