/* General html elements and fonts */

li, ul, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #000;
}
h1 {
	margin-bottom: 25px;
}
h1 a {
	color: #afc801;
}
h2, h3, h4 {
	margin: 25px 0 15px;
}
a {
	color: #3f4201;
	text-decoration: none;
}
a:hover {
	color: #afc801;
}
:focus{-moz-outline-style: none;}
html {
	height: 100%;
    overflow: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
}
#content {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}
#wrap {
	width: 600px;
	margin: 50px auto;
}
#header {
}
#maincontent {
	margin-bottom: 25px;
	line-height: 125%;
}
#footer {
	clear: both;
}

/* Navigation */
#nav {
	margin: 25px 25px 25px 0;
}
#nav li {
	list-style: none;
}
#nav li a {
	padding: 3px 10px 3px 0px;
	margin: 0;
	text-decoration: none;
}
#nav li a:hover {
}
#nav li a#current {
	color: #000;
}
/***** *****/

.warning {
	color: #000;
}