* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #ffffff url(images/alps.jpg) no-repeat fixed;
	color: #000000;
	min-height:986px;
}
h1 {
	font-size:25px;
	color:#990000;
}
a {
	color:#0000cd;
	font-size:14px;
	text-decoration:underline;
}
a:hover {
	color:#990000;
	font-size:14px;
	text-decoration:underline;
}
.logo {
	color:#b22222;
	font-size:60px;
	font-style:italic;
	background: url(Images/header.png) no-repeat ;
	height:100px;
}
.author {
}
#container { 
	width: 800px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.contentTop {
	background:url(images/contentTop.png) no-repeat left top;
	height:25px;
}
.contentBottom {
	background:url(images/contentBottom.png) no-repeat left top;
	height:25px;
}
.contentBody {
	background:url(images/contentBody.png) repeat-y left top;
	padding:0 30px;
	
}
#footer { 
} 
#footer p {
	text-align:center;
	padding:5px 0;
	background-color: #82AFFB;
	font-size:10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftSidebar {
	width:230px;
	float:left;
}
.rightSidebar {
	margin-left:280px;
}

.mainMenu {
	padding:30px 0 40px 40px;
	text-align:center;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	margin:0 10px;
	padding:3px 0 0 0;
	font-size:18px;
	color:#6f7076;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background: url(images/button.png) no-repeat left top;
	text-decoration: none;
	width:129px;
	height:33px;
	float:left;
}
#navlist a:hover {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}
#navlist #active a {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}