/* CSS Document */

/* set page background to white and text to very dark gray
*html is included because this is the root element for
*pages served as application/xhtml+xml*/
html, body {
background: #CCC;
color:#373737;
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}
/* set width if wrapper to same width as title image
*no top or bottom margin
*auto on both sides will cdenter wrapper in modern browsers*/
#wrapper {
width: 750px;
margin: 0 auto;
}
/* set 15px top margin for titlebar, other margins set to zero*/
#titlebar {
margin: 10px 0 0;
}
/* maincontent width is 1px smaller to account for left border*/
#maincontent {
width: 744x;
margin: 0;
padding: 0;
font-size: 85%;
}
/* set margins, padding and line height for maincontent paragraphs*/
#maincontent p {
margin: 0 25px 0 40px;
padding: 5px 0;
line-height: 1.4;
}
/* set dimensions for level 1 and 2 headings in maincontent*/
#maincontent h1, #maincontent h2, {
margin: 1px 0 2px 15px;
padding: 2px 0 0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #396632;
}
/* for the wording on the html page and index */
#maincontent h3{
	margin: 1px 0 3px 89px;
	padding:40px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396632;
}
#maincontent h1 {
	font-size: 145%;
	text-align: center;
}
#maincontent h2 {
	font-size: 130%;
}
#maincontent h4 {
	font-size: 140%;
	margin: 1px 0 3px  45px;
	padding: 8px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396632;	
}
