body {
    font: 10pt/16pt times, georgia, serif; 
    color: #555753; 
    margin: 0px; 
    background-color:#405040;

}

h1 {
	font-size:20pt;
}

p {
    margin-top:0px;
}

.quote2 {
	font-size:12pt;
	font-weight:bold;
} 

.quote2 cite {
	font-size:10pt;
	font-weight:normal;
}


a {
    font-weight:bold;
    text-decoration:underline;
    color:#8f9e28;
}


a:hover, a:active {
    text-decoration:underline overline;
}

/* specific divs */
#top {
    width:650px;
    position:relative;
    margin:0 auto;
    background-color:#fff;
}

#menu {
	padding:70px 10px 5px 25px;
	margin:0px;
	background-color:#b8c271;
	    
	background-image:url(logo.gif);
    background-repeat:no-repeat;
   	background-position:20px 10px;
}
#menu a {
	color:#fff;
	padding-right:10px;
}


#content {
	padding:20px 80px 20px 80px;
}

.photo {
	float:right;
	margin:10px;
	border:0;
}

.caption {

}

#footer {
	clear:both;
	background-color:#b8c271;
	padding:10px;
	margin:0px;
}