/* CSS Document */
body {width:800px; background:#191970; 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:#cdbe70;}
#header {width:95%; background:#cdc8b1;}/* leaving room for rounding error (MSIE5.5) */
#menu {width:95%; background:#cdc8b1;}
#content {width:95%; background:#cdc8b1;}
#footer {width:95%; float:center; background:#cdc8b1;} 
#content h1 {color:#2e0854;}
#content h2 {color:#380474; font-size:20px;}
#content h3 {color:#120a8f; font-size:16px;}
 p {font: 85% Geneva, Arial, Helvetica, sans-serif; color:#191970; }
.floatleft
{
float: left;
margin: 5px 0px 5px 25px;
clear: left;
}
.floatright
{
float: right;
margin: 5px 35px 5px 0px;
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;}

 