body {
	font-family: Arial;
	font-size: 12px;
	background: #E0E0E0;
	margin:0; padding:0;
	color: #3F3535;
}

h1, h2, h3, h4 {
	margin:0; padding:0;
}

h1 { font-size: 22px; }
h2 { font-size: 10px; letter-spacing: 13px; }
h3 { font-size: 14px; }

a:link, a:visited, a:hover, a:active {
	color: #3F3535;
	/*border-bottom: 1px dotted #3F3535;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*border-bottom: 1px solid #3F3535;*/
}

div#wrapper {
	margin: 0 auto;
	width: 90%;
	border: 5px solid #646464;
	border-top: 0;
	background: #fff;
}

div#header {
	background: #FDA61E;
	height: 80px;
}

div#headerf {
	color: #E0E0E0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
}

span.f1 {
	background: #F7C069;
	padding: 1px 5px;
	font-size: 32px;
	font-weight: bold;
}

span.f2, a.f2:link, a.f2:visited, a.f2:hover {
	color: #E0E0E0;
}

div#content {
	padding: 7px 20px;
	border: 4px solid #eee;
}

div.box {
	margin: 10px;
	border: 2px solid #656566;
	background: #EEB56A;
	padding: 2px;
}

div.boxb {
	padding: 5px 15px;
	background: #FAEFDD;
}

div.boxb:hover {
	background: #F9D397;
}
