p {
	font-family: Arial;
	font-size: 12px;
	color: #3a2b29;
	line-height: 18px;
}
input {
	font-family: Arial;
	font-size: 12px;
	padding:2px;
	border:1px solid #333;
	margin:1px 0;
}

h1 {
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #3a2b29;
	margin-bottom: 0px;
	border-bottom:1px solid #fcd87a;
	padding-bottom:10px;
}
html {
	margin: 0px;
}
body{
	height:100%;
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	overflow:hidden; 
}
a {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #7e0000;
}
.menuoff {
	font-family: Arial;
	font-size: 12px;
	color: #58585d;
}
.menuover{
	cursor:pointer;
	color: #7e0000;
	font-family: Arial;
	font-size: 12px;
	background-color: #ccccc5;
}
.sub {
	font-family: Arial;
	font-size: 11px;
	color: #58585d;
	line-height: 20px;
	text-decoration: none;
}
.sub:hover{
	color: #7e0000;
}
#content {
	position: absolute;
	width: 430px;
	z-index: 0;
	overflow: auto;
	left: 0;
	top: 145px;
	bottom:0px;
	margin-left:-285px;
	left:50%;
}
* html #content{
	height:100%; 
	top:0; 
	bottom:0; 
	border-top:145px solid #fff; 
	border-bottom:0px solid #fff;
}
.verberg { display:none; }
