body {
	font: 12px/16px Verdana, Helvetica, Arial, Sans-serif;
	background-color: #CCC;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	}



h1 {
	font:  24px Times, "Times New Roman", Serif;
	letter-spacing: .05em;
	color: #CCC;
	background-color: #330;
	border-bottom: 5px solid #660;
	height: 30px;
	text-align: left;
	padding-top: 15px;
	text-indent: 20px;
	}
		
#contentarea {
	width: 740px;
	}
	
#content {
	color: #330;
	margin-left: 200px;
	margin-right: 50px;
	/*background-image: url(bodileaf2.gif);
	background-repeat: no-repeat; 
	background-position: bottom right;*/	
	}

#content h4 {
	font: bold 18px/18px Times, "Times New Roman", Serif;
			}
.date {
	font: bold 14px Verdana, Helvetica, Arial, Sans-serif;
	border-bottom: 1px solid #660;
	padding-bottom: 10px;
	}

h2 {
	font: italic 48px Times, "New Times Roman", Serif;
	color: #330;
	letter-spacing: .2em;
	}
	
h3 {
	font: bold small-caps 24px Verdana, Helvetica, Arial, sans-serif;
	color: #660;
	letter-spacing: .1em;
	}
	
h4 {
	font: bold 18px/24px Times, "Times New Roman", Serif;
	width: 150px;
		}

h5 {
	font: bold .9em/120% Verdana, Helvetica, Arial, Sans-serif;
	color: #660;
	padding-top: 0px;
	letter-spacing: .1em;
	}

p {
	font: 13px/18px Verdana, Helvetica, Arial, Sans-serif;
	color: #330;
	}
	
#container {
	border-bottom: 4px solid #330;
	background-image: url(bodileaf2.gif);
	background-repeat: no-repeat;
	background-position: left 100px;
	background-color: #d8d8c6;
	}
	
footer {
	width: 740px;
	}

#footer p{
	font: 10px Verdana, helvetica, Arial, Sans-serif;
	text-align: left;
	color: #330;
	padding: 0 0px 0 180px;

	}
	
/*#footer p{
	text-align: left;
	}*/

#nav li a:link {
	color: #330;
	text-decoration: none;
	}

#nav li a:visited {
	color: #660;
	text-decoration: none;
}

#nav li a:hover {
	color: #FFC;
	text-decoration: none;
	letter-spacing: .2em;
}	

a:link {
	color: #330;
	text-decoration: none;
	text-indent: 4em;
	}

a:visited {
	color: #660;
	text-decoration: none;
}

a:hover {
	color: #FFC;
	text-decoration: none;
}	

#nav {
	font: bold 12px Verdana, Helvetica, Arial, Sans-serif;
	color: #330;
	margin-left: 2em;
	}
	
#nav ul {
	margin: 0;
	list-style-type: none;
	text-align: left;
}

#nav li {
	display: inline;
	padding: 0px 30px 0px 0px; 
	}
	
#left h4 {
	font: bold 1.3em/150% Verdana, Helvetica, Arial, Sans-serif;
	}
	
#left {
	padding-top: 50px;
	/*font: bold 21px Times, "New Times Roman", Serif;*/
 	width: 150px;
	float: left;
	margin: 0 10px 0 20px;
	line-height: 40px;
	}
	
#left p {
	color: #660;
	padding-right: 5px;
	}

.bold {
	font-weight: bold;
	}
	
#under {
	font: 8px/16px Verdana, Helvetica, Arial, Sans-serif;
	margin-right: 20px;
	border-bottom: 1px solid #330;
	color: #330;
	width: 450px;
	height: 15px;
	padding-bottom: 2px;
	}
	

	
img {
	float: left;
	margin: 0px 5px 0px 0px;
	}	

#contentPhoto {
	width: 740px;
	}
	
#contentPhoto img {			
	padding:20px 20px;
	}
	
#contentPhoto p {
	padding: 0px 20px 0 20px;
	}

#contentPhoto h2 {
	padding: 0px 20px 0 20px;
	}
	
.clearfix:after {
    content: ".";              
    /* the period is placed on the page as the last thing before the div closes */
	display: block;          
	/* inline elements don't respond to the clear property */ 
    height: 0;                  
    /* ensure the period is not visible */
    clear: both;               
    /* make the container clear the period */
    visibility: hidden;	     
    /* further ensures the period is not visible */
    color: rgb(228,239,199);
	}

.clearfix {
	display: inline-table;
	}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
	