body {
	background-color: #fff;
	color: #000;
	font-size: 1em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	width: 800px;
	padding: 10px;
	margin: 10% auto auto;
}

:link {
	color: #c00;
	text-decoration: none;
}

:visited {
	color: #663333;
}

a:hover, a:active {
	color: #f50;
	text-decoration: underline;
}

hr {
	display: none;
}

.content {
}

.content-middle {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

.content-columns {
	position: relative;
	padding-top: 1em;
}

.content-column-left {
	width: 47%;
	padding-right: 3%;
	float: left;
	padding-bottom: 2em;
}

.content-column-right {

	width: 47%;
	padding-left: 3%;
	float: left;
	padding-bottom: 2em;
}

img {
	border: 2px solid #fff;
	padding: 2px;
	margin: 2px;
}

a:hover img {
	border: 2px solid #f50;
}

h2 {
	font-size: 26px;
	font-weight: normal;
	text-transform: lowercase;
	color: #555;
	margin: 0;
}

p.contactus {
	color: #777;
	font-size: 20px;
}