body {
    font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 16px;
	line-height:26px;
	display: block; 
	margin: 0;
	padding: 0;
	background-color:#212020;
}

.content {
	margin-top: 50px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #4D4D4D;
	background-color:#E6E6E6;
}


.header {
	background-image: url("images/header_mtn.jpg");
	background-repeat: no-repeat;
	height:219px;
	padding-left:50px;
	padding-top:40px;
	max-width:490px;
	border-bottom:1px solid #182801;
	color: #F5F8EF;
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:0px;
	border-left:1px solid #182801;
}


* html .menu {
	margin-left: -3px;
}

.center {
	padding:20px;
	padding-left:40px;
	padding-right:40px;
}

.footer {
	font-size: 12px;
	line-height:12px;
	height: 25px;
	text-align:center;
	color: #999;
	
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #212020;
	color: #519fe1;
	font-size: 12px; 
	font-weight:BOLD;
	line-height:15px;
	display:block;
	text-decoration: none;
	background-color:#5ba6ea;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
	width: 92%; /*Define width for IE6's sake*/
}

.menu li a:hover {
	text-decoration: none;
	background-color:#91C2ED;
}

.p{
	
}

imagecaption {
	font-size:78%; 
	color:#999;}
	

h2{
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:5px;
	font-size: 13px; 
	font-weight:bold;
	display: block;
	line-height:13px;
	color: #91C2ED;
	font-style:italic;
}

h1{
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:-1px;
	padding-left:5px;
	font-size: 1.4em;
	font-weight:bold;
	color: #519fe1;
	font-weight:bold;
}

h3{
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:0px;
	padding-left:5px;
	font-size: 13px; 
	font-weight:bold;
	display: block;
	line-height:13px;
	color: #91C2ED;
}

a{
	color:#519fe1;
	text-decoration:underline;
}

a:hover{
	color:#39709D;
	text-decoration:underline;
}

blockquote{
	background-color:#e1e1e1;
	padding : 15px;
	border:1px solid #a1cdf3;
    line-height:26px;
}
