body {
	margin-top: 0; 
	margin-bottom: 0; 
	  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: 100%;
  background-color: #586;
   background-image: url(grey_36.jpg); 
	 background-attachment: fixed;
	/* background-repeat: no-repeat;*/
}

#header {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-color: #CCCCCC;
	font-size: 35px;
	font-family: "MS Serif", "New York", serif;
	color: #000000;
	
}

#banner {
	height: 80px;
}

/* wrap consists of the main area of text, borders are the lines between this and 
the two outer areas on the page */

.wrap {  
   background: #DDDDDD;
	text-align: left;
   width: 75%;
	margin: 0px auto 0px auto;
	/*margin-left: 18%;*/
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	min-height: 90%; /*this works when the body tag has a height : 100%; added to it, 
	making the wrap div extend down to meet the footer
	I'm not sure whether it will validate yet. */
}	

h1 {
margin: 0px;
/*padding: 0px;*/
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold; 
	text-align: center;
}

h2 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}

.h3 {
	display: inline;
	margin: 0px;
}

#main_text {
	padding-left: 20px;
	padding-right: 20px;

}

#navcontainer
{
width: 100%;
float: left;
background-color: #000000;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .65em;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
background-color: #000000;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #94B473;
}

#navcontainer ul li a:hover
{
background-color: #E70800;
color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #CC3333;
text-align: left;
text-transform: uppercase;
font: bold normal 10px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}


.pullquote { /* instructions for the Pull Quote */
	float:left;
	width:90%;
	padding:8px;
	border:1px solid black;
	font-size:.8em;
	margin-top:10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-color: #EEFFFF;
	
}

.pullquote2 { /* instructions for the Pull Quote */
	
	width:90%;
	padding:8px;
	border:1px solid black;
	font-size:1em;
	margin-top:10px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-color: #EEFFFF;
	
}

#left{
float: left;
  margin: 5px;
  margin-left: 20px;
  top: 190px;
  width: 300px;
  padding-top: 10px;
	background-color: #DDDDDD;
	color: #000000;
	text-align: justify;
}

#right{
float: right;
margin: 5px;
  margin-left: 30px;
  margin-right: 15px;
  font-family: Lucida Sans;
  background-color: #DDDDDD;
  color: #000000;
}

#footer1{  /*controls the footer which contains Dr. Redshaw's name*/
	background-color: #000000;
	clear:both;
	font-size: 25px; 
	font-family: Trebuchet; 
	color: #E70800;
	text-align: left; 
	min-height: 10%;
}

#footer1a{ /* same as above footer - but has a top margin inserted, 
used for pages with little text to make the footer appear 
further down the page*/ 
	background-color: #000000;
	margin-top: 435px;
	font-size: 25px; 
	font-family: Trebuchet; 
	color: #E70800;
	text-align: left; 
	min-height: 10%;
}

#footer2 {  /* footer for copyright notice */
	background-color: #000000; 
	margin-top: 0px;
    margin-bottom: 0px;
	font-size: 15px;
	font-family: Trebuchet;
	color: #FFFFFF;
	text-align: right;
}

.subheading { /* instructions for subheadings */
	
	width:87%;
	padding:20px;
	border:1px solid black;
	font-size: 1em;
	color: black;
	margin-top:10px;
	margin-right: 30px;
	margin-bottom: 5px;
	background-color: #DDDDEE;
	
}

.subheading2 { /* instructions for subheadings */
	
	width:86%;
	border:1px solid black;
	font-size: 2em;
	margin-top:10px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-color: #DDDDEE;
	
	
}


.errormsg {
	color: red;
	font-weight: bold;
	display: none;
	float: right; 
}

img {
	border: none;
}

.clear {
clear: both;
}