@import url("reset.css"); 
@import url("typo.css"); 

/* Simple Floats and Clears */
.cl{clear:left}
.cr{clear:right}
.cb{clear:both}
.fl{float:left}
.fr{float:right}

a {color:#730505}
a:hover {color:#c50606}


h1 {
	background-image: url(../images/1stpagelogo.png);
	text-indent: -99999px;
	margin: 0 auto;
	height: 281px;
	width: 700px;
}
.contentwrapper {
	width: 940px;
	margin-top: 85px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto;
}
.section {
	float: left;
	width: 313px;
	padding:8px;	
}
.section h2 {padding-bottom:5px}
.section h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #730505;
	margin-bottom:8px
}

.section ul {display:inline; list-style-type:none;width:200px;}
.section li {padding-left:8px;margin:0;}

.footer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
