/* CSS Document */

h3,
h4 {
	clear:both; margin:0;
	height:auto;
	font-family:'georgia'; font-size:13px; color:#5c3813; font-weight:normal;
	text-align:left; text-indent:10px;
}
    h3 {
        margin:3px 0 3px 0;
    	font-size:20px;
    }

#center p {
	margin:0; padding:10px; clear:none; float:left;
	width:630px;
	font-size:12px;
	background-color:#deddd7;
}
    #center p img {
        display:block; clear:both; margin:5px 0 5px 0;
    }
    
    #center p a {
        display:table;
        width:auto; height:auto;
     }
	    #center p a img {
	        border:2px solid #5c3813;
	    }
	        #center p a:hover img {
	    		border-color:#c86601;
	  		}
    
#center ul li {
	margin-top:30px; clear:both;
}
    #center ul li div.graph {
        float:left; margin-left:10px;
        width:49px; height:81px;
        background:transparent url('../images/events_graph.png') no-repeat 0 0;
    }
