/* root definitions */
html, body {
		height:100%;
		}
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url(../images/hg.jpg);
	text-align:center;
}
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:584px;
		width:791px;
		clear:left;
		}
img {
	border: 0px;
}

/* content definitions */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #e97318;
	text-decoration: none;
} 
A:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #e97318;
	text-decoration : none;
} 
A:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #e97318;
	text-decoration: underline;
} 
A:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #e97318;
	text-decoration: underline;
}
A.footer:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration: none;
} 
A.footer:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
} 
A.footer:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration: underline;
} 
A.footer:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #e97318;
	font-weight: bold;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
}