/* CSS Document */

html, body {
MARGIN: 0;
PADDING: 0;

color: #00000;

background-color: #B9953C;

}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#liquid-round {
width:80%;
margin:0px auto;

	
background:#F5FADD url(leftside.gif) repeat-y left top;
 }



.top {
width:100%;
height:20px;
background:url(top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(bottom-right.gif) no-repeat right top;
}



.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.border {
	border: 1px dashed #475E20;
}
.highlite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #76883E;
	color: #FFFFFF;

}
