/* CSS Document */
body {width:100%; background:#3f5744; margin:0 auto;text-align:center;}
#header,#menu,#content,#sub-section,#footer {overflow:hidden;display:inline-block; text-align:left; margin:0, 10px, 0, 10px;}/* safari and opera need this */
#footer {width:100%}
#header,#menu,#content {float:center; background:#fff;}
#header {width:790px; background:#ffffff;}/* leaving room for rounding error (MSIE5.5) */
#menu {width:790px; background:#cdc8b1;}
#content {width:790px; background:#ffffff;}
#footer {width:790px; background:#ffffff;} 
 p {font: 85% "Georgia" Times New Roman, Times, Serif; color:#191970; }
 h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif; color:#663300;}
.floatleft
{
float: left;
margin: 5px 15px 5px 0px;
clear: left;
}
.floatright
{
float: right;
margin: 5px 5px 5px 20px;
clear: right;
}

a, a:link, a:visited, a:active
{
	text-decoration: underline;
	cursor: pointer;
	font-size:12px;
	color: #D43d1a;
	
}
a:hover
{
	text-decoration: none;
	color: #777733;
	}
.quote {font: 70% Geneva, Arial, Helvetica, sans-serif; color:#705527;}	
ul, li {font: 85% Geneva, Arial, Helvetica, sans-serif; color:#6f4242; clear:right;}

 
