body {
	margin: 10px;
	padding: 0px; 
	background-image: url('http://www.1cbm.com/images/association-management-bg1.jpg');
	background-repeat: repeat-x;
	background-color: #fef4d4;
	}

p, blockquote	{
	padding-left: 25px;
	padding-right: 25px;
	font: 15px tahoma;
	color: #39362a;
	}
	
.left	{
	padding-left: 10px;
	padding-right: 6px;
	font: 13px tahoma;
	color: #39362a;
	}

.footer	{
	padding-top: 6px;
	padding-bottom: 6px;
	font: 11px tahoma;
	color: #39362a;
	}

ul, li	{
	padding-right: 25px;
	font: 15px tahoma;
	color: #39362a;
	list-style-type: square;
	}
	
.top-nav {
    font: 11px tahoma; 
    color: #242424;
    text-decoration: none;
	}
	
A.top-nav {
	text-decoration: none;
	font: 11px tahoma;
	color: #242424;
	}
	
A.top-nav:hover{
	font: 11px tahoma;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	}