html,body{
	margin:0;
	padding:0;
	background-color: #616556;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: left;
	background-image: url(images/tree-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #CCCCCC;
	background-color: #616556;
}
div#container{
	width:850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
div#content{
	float:right;
	width:575px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 10px;
}
#nav{
	height: auto;
	width: 250px;
	left: 875px;
	text-align: right;
	float: left;
	padding-top: 25px;
}
#header {
	height: 200px;
	width: 800px;
	background-image: url(images/header-2011.png);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #CCCC33;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CCCC33;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CCCC33;
}
.footer {
	font-size: 0.75em;
	text-align: center;
}

