@import url(http://cdn.fireup.net/lib/reset.css);

body
{
	font-family: Arial;
	padding: 10px 0;
	background: #f5f5ee url(../img/body-background.png);
}

a:link, a:visited
{
	color: #800;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5
{
	text-transform: uppercase;
}

h1
{
	font-size: 32pt;
	line-height: 30pt;
	margin-bottom: 4pt;
}

h2
{
	font-size: 26pt;
	line-height: 32pt;
	margin-bottom: 8pt;
	border-bottom: 1px solid #800;
	margin-top: 8pt;
}

h3
{
	font-size: 20pt;
	line-height: 22pt;
	margin-bottom: 8pt;
	margin-top: 8pt;
	font-weight: normal;
	border-bottom: 2px solid #800;
	display: inline-block;
	display: -moz-inline-box;
	font-weight: bold;
}

p
{
	font-size: 12pt;
	line-height: 14pt;
}

ul, ol
{
}

ul li, ol li
{
	font-size: 12pt;
	line-height: 14pt;
}


#container
{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	border: 5px solid #800;
}

#header
{
	height: 200px;
	width: 960px;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

#header img
{
	float: left;
	position: absolute;
	bottom: 0;
	margin-left: 40px;
}

#heading-text
{
	width: 340px;
	margin-left: 320px;
	margin-right: 20px;
	margin-top: 50px;
	float: left;
	text-align: center;
}

#heading-text h1
{
	margin-bottom: 0;
	font-size: 24pt;
}

#header .contact
{
	margin-top: 50px;
	width: 280px;
	float: right;
	text-align: right;
}

#header .contact p
{
	font-size: 12pt;
	margin-bottom: 2pt;
	line-height: 18pt;
}

#content
{
	clear: both;
}

#footer
{
	clear: both;
}

#footer p
{
	clear: both;
	font-size: 9pt;
	line-height: 12pt;
	margin-bottom: 2pt;
}

.column-left, .column-middle, .column-right
{
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

.column-left-wide
{
	width: 620px;
	margin: 0 20px 0 0;
	float: left;
}

.column-right.right
{
	text-align: right;
}

.clear
{
	padding: 5px 0;
	clear: both;
}



td.left
{
	text-align: left;
}

td.right
{
	text-align: right;
}


table
{
	margin: 10px 0;
}

td
{
	padding-right: 20px;
}
