body {
  background-color:#222222;
  background-image: url(images/bg.gif);
  background-repeat: repeat;
	margin-top:0;
  font: 11pt Verdana, sans-serif;
	color: #000000;
}

#container {;
  margin: auto;
	margin-top:25px;
	width:1015px;
	padding:0;
  border: 0;
}

td.content-area {
  background-color:white;
}

#credit {
  background:inherit;
	margin:auto;
	margin-top:3px;
	width:1013px;
	padding:0;
	border:0;
	font-size:8pt;
	color:#454545;
	text-align:right;
}

#mountain {
  margin:auto;
	width:500px;
	padding:0;
	border:0;
}


td img {display: block;}

h1 {
  font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18pt;
	color:black;
	font-weight:bold;
	margin-top:0;
	margin-bottom:9px;
}

h2 {
  font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12pt;
	color:black;
	font-weight:bold;
	margin-top:0;
	margin-bottom:9px;
}

p {
  margin-top:0;
	margin-bottom:17px;
	line-height:20px;
}

a, a:visited {
  color:blue;
	text-decoration:none;
}

a:hover {
  color:red;
}

#footer {
  margin:auto;
	width:500px;
	font-size:8pt;
	padding:10px;
	border:1px solid #666666;
	width:400px;
	background-color: #eeeeee;
}

#footer p {
  margin-bottom:0;
}


#credit a, #credit a:visited {
  color:#454545;
	text-decoration:none;
}

#credit a:hover {
  text-decoration:underline;
}

