@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background: #ceebeb;
	color: #541900;
}

a:link {
	color: #541900;
	font-weight: bolder;
	text-decoration: none;
}

a:visited {
	color: #541900;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	font-weight: bolder;
	background-color: #F60;
	text-decoration: none;
}

a:active {
	color: #FFF;
	font-weight: bolder;
	background-color: #541900;
	text-decoration: none;
}

ul#navbar {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px;
	margin-top: 0px;
}

ul#navbar a {
	text-decoration: none;
}

#navbar li {
	float: left;
	width: auto;
	height: auto;
	border: 0px;
	margin: 5px 5px 5px 5px;
}

.active {
	border: #F60 thin solid;
}

.top-b {
	width: 800px;
	border-top: #000 thick solid;
	border-bottom: #000 thin dotted;
	float:left;
}

.002b {
	width: 780px;
	height: auto;
	float: left;
	margin: 18px 0 0 0;
}

.f {
	font-weight: normal;
	font-size: 10px;
	color: #541900;
	text-align: center;
	width: 900px;
	height: 34px;
	margin: auto;
	margin: 1.8em 0 1.8em 0;
	float: left;
}

.wrapper-b {
	width: 800px;
	height: 600px;
	margin: auto;
	margin-top: 0;
}