body {
	background: #fff url(assets/images/bg.gif) top center repeat-y;
	font-family: verdana, arial, helvatica, sans-serif;
}
p, td, th {
	font-size: 0.9em;
	color: #008000;
}

img {
	border: 0;
}

h1 {
	display: none;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvatica, sans-serif;
	color: #F2985A;
	text-align: left;
	font-size: 1.7em;
	margin-bottom: 10px;
}

#header {
	background: #fff url(assets/images/header.gif) top left no-repeat;
	width: 640px;
	height: 113px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
	height: 20px;
	width: 640px;
	margin: 10px auto;
	text-align: center;
}
#menu ul li {
	float: left;
	margin-right: 20px;
}

#content {
	width: 640px;
	margin: 0 auto;
	font-size: 0.9em;
}

#footer {
	font-size: 70%;
	color: #ccc;
	text-align: center;
}

.content-image {
	 padding: 2px;
	 border: 1px solid #008000;
	 margin: 10px;
}

table.contact-us {
	width: 300px;
}
table.contact-us th {
	text-align: left;
}

.rha-logo {
	float: right;
}
.rha-logo img {
	width: 75px;
}
