#header {
	background-image: url(graphics/mountains.JPG);
	background-repeat: repeat-x;
	height: 162px;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 30px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
H2  {
	font-size : 18pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #008080;
}
h1 {
	font-size: xx-small;
	background-image: url(graphics/bg.JPG);
	text-align: center;
	height: 30px;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 1px;
	color: #008080;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	padding-right: 30px;
	padding-left: 20px;
	position: absolute;
	width: 700px;
	left: 1px;
	top: 192px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content a:hover {
	color: #CC0000;}
