html, body {
	background-color: #f0e6d6;
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(./images/bg_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

img {
	border: none;
}

a {
	outline-style:none;
	color:#996600;
}
a:hover {
	text-decoration: none;
	color:#B05800;
}
h1 {
	padding: 0 0 4px 0;
	margin: 0px;
	font-size: 14px;
}
.f_holder {
	text-align: center; 
	width: 535px; 
	display: block; 
	position: relative;
}
.f_top {
	position: absolute; 
	left: 0px; 
	top: 0px;
}
.f_left {
	 position: absolute; 
	 left: 0px; 
	 top: 160px;
}
.f_right {
	position: absolute; 
	left: 398px; 
	top: 0px;
}
.f_bottom {
	position: absolute; 
	left: 160px; 
	top: 398px;
}
.f_center {
	position:absolute; 
	width: 238px; 
	display: block; 
	height: 236px; 
	left: 151px; 
	top: 144px;
}
.f_center p {
	text-align: center; 
	font-size: 10px;
}
.menu a {
	padding-left: 7px;
	margin-left: 11px;
	background-image: url(./images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.menu {
	padding-bottom: 25px;
}
.text_box {
	 width: 370px; 
	 float: left; 
	 text-align: left; 
	 line-height: 140%;
}

