#sitelist {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px; 
    -moz-column-gap: 20px;
    column-gap: 20px;
}

	#sitelist a {
		display:block;
		width:190px;
		padding:3px;
		white-space: nowrap;
	}
	
	
	
	
#contactform {
	padding:1rem;
}
	#contactform li {
		width:100%;
		overflow: auto;
		padding-bottom:5px;
	}

	#contactform label {
		display:block;
		float:left;
		font-weight:bold;
		width:60px;
		margin-right:10px;
	}
	
	#contactform input, #contactform textarea {
		width:97%;
		border:0;
	}
	
	#contactform button {
		float:right;
		background:#000;
		color:#fff;
		font-weight:bold;
	}
	
	
.info_box {
	background:url(/userfiles/design/ocibhead.png) no-repeat;
	padding:120px 0 10px 0;
	width:600px;
	line-height:1.5em;
	border-bottom:10px solid #002152;
}

	.info_box p {
		margin:0.5em 0;
	}
	
	.info_box a {
		color:#f00;
	}
	
	
#search_results {
	background:url(/userfiles/design/ocibhead.png) no-repeat;
	padding:120px 0 10px 0;
	width:600px;
	line-height:1.5em;
	border-bottom:10px solid #002152;
}

	#search_results h3 {
		font-size:1.2em;
		font-weight:bold;
		padding:5px 0;
	}

	#search_results a {
		display:block;
	}