@import url("sitewide.css");
@import url("images.css");
	
/* ///////////////////////////////////////////////////// Content */				
	
#content #contentHeader {
	background: url(../_img/headers/hdr-archive-allworks.png) no-repeat;
	}
	
#leftActual {
	position: relative;
	width: 225px;
	float: left;
	}	
	
#rightActual {
	position: relative;
	width: 225px;
	float: right;
	}
	
h3 {
	border-bottom: 1px dotted;
	padding-bottom: 0.50em;
	}
	
h4 {
	font-size: 1.25em;
	margin: 2.00em 0 0.50em 0;
	}	
	
h5 {
	float: left;
	width: 50px;
	margin: 0; /*This HAS to be set to 0*/
	font-weight: normal;
	font-size: 1.00em;
	}
	
#leftActual ul, #rightActual ul {
	margin-left: 50px;
	width: 175px;
	}	
					







