body {
	background: url('../bg.jpg') top repeat-x;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #333;
}

#header {
	width: 100%;
	overflow: hidden;
}

#header img {
	float: left;
	width: 317px;
}

#header h1 {
  margin-top: 70px;
  font-family: Georgia, serif;
}

#header .contact {
	float: left;
	width: 300px;
	margin-top: 70px;
	color: #cd6828;
}

#content {
	width: 700px;
	margin: 0 auto 2em auto;
}

a {
	color: #cd6828;
}

a:hover {
	color: #f89838;
}

h2 {
	color: #0a5f9e;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	line-height: 20pt;
	margin: 1.5em 0 0 0;
}

h3 a:hover {
	text-decoration: underline;
}

h3 {
	color: #0a5f9e;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 20pt;
	margin: 1.5em 0 0 0;
}

hr {
	color: #ccc;
	background: #ccc;
	border: 0;
	height: 1px;
	margin: 2em 0;
}