/* global */
* {
	margin: 0em;
	padding: 0em;
}
/* elements */
h1,h2 {}
body {
	font-family: "trebuchet ms", sans-serif;
	font-size: 11pt;
	background-color: #fff;
	color: #555;
	margin: 6px;
}
a {
	color: #3C5517;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}

#permnav {
	background-color: #FDF18D;
	padding-top: 18px;
	width: 120px;
	height: 86px;
	float: left;
}
#permnav a {
	display: block;
	color: #910000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: .2em;
}			
#banner {
	color: #F1BA05;
	background-color: #ECF9E4;
	padding-top: 18px;
	height: 86px;
	margin-left: 120px;
	position: relative;
}			
#banner h1 {
	padding-left: 1.6em;
}
#banner h2 {
	padding-top: 6px;
	padding-left: 3.6em;
}
#menu {
	background: #708254;
	height: 2.8em;
	padding: 1.2em 0 0 2.5em;
}
#menu ul { list-style: none; }
#menu li {
	display: inline;
	float: left;
	margin-right: 1.8em;	
}	
#menu li a {
	color: #e3f5b8;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}	
#menu li a.chose { color: #FDF18D; }
#menu li a:hover { color: #a6c585; }

#footer {
	color: #d19901;
	background-color: #ECF9E4;
	padding: .3em .4em;
	font-size: .9em;
	text-align: center;
	clear: both;
}

/* main body stuff */
h2 { 
	padding-bottom: 12px;
}
#mainpart {}
#contentcontainer {
	background: white;
	position: relative;
	float: left;
	margin-right: -270px;
	width: 100%;
}
#content {
	margin-right: 260px;
	padding: 1.5em;
	padding-left: 2.5em;
	border-right: 3px solid #708254;
}
#sidebar {
	position: relative;
	float: right;
	width: 240px;
	padding: 1.1em;
	padding-right: 10px;
	border-left: 3px solid #708254;
}
#sidemenu {
	padding: .4em;
	border-bottom: 2px solid #708254;
}			
#sidemenu ul { list-style: none; }
#sidemenu li {
	display: inline;
	float: left;
	padding-right: 1.3em;
}	
#sidemenu li a {
	color: #708254;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}	
#sidemenu li a.chose {
	color: #623022;
}
#sidemenu li a:hover {
	color: #e3f5b8;
}
#sidebody {
	padding: .4em;
}			

/* My stuff */
ul.wlist { list-style: none; }
ul.wlist li {
	font-size: 1.1em; 
	padding-bottom: .1em; 
}

#gallery td {
	vertical-align: bottom;
}

a { color: #4D804C; }
a:hover { color: #a6c585; }
