.liquid_link { font-size:17px;
	line-height:18px;
	font-weight:bold;
	color:#585858;
	letter-spacing:1px;
	font-family:calibri;
	text-decoration:none;
	}

a.liquid_link {
	text-decoration:none;
	}

a.liquid_link:hover {
	color:#ff0000;
	}





/*  -----------  GRAY BACKGROUND ------------------- */

#bggray_liquid_round {
	margin:0px auto;
	background:#fff url(bggray_leftside.gif) repeat-y left top;
	text-align:center;
	}

.bggray_liquid_top {
	width:100%;
	height:20px;
	background:url(bggray_top.gif) no-repeat left top;
	margin-top:15px;
	}

.bggray_liquid_top span {
	display:block;
	position:relative;
	height:20px;
	background:url(bggray_top-right.gif) no-repeat right top;
	}

.bggray_liquid_center-content {
	position:relative;
	background:url(bggray_rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -40px 0; 

	}

.bggray_liquid_bottom {
	width:100%;
	height:60px;
	background:url(bggray_bottom.gif) no-repeat left bottom;
	}

.bggray_liquid_bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(bggray_bottom-right.gif) no-repeat right top;
	}




/*  -----------  WHITE BACKGROUND ------------------- */


#bgwhite_liquid_round {
	margin:0px auto;
	background:#fff url(bgwhite_leftside.gif) repeat-y left top;
	text-align:center;
	}

.bgwhite_liquid_top {
	width:100%;
	height:20px;
	background:url(bgwhite_top.gif) no-repeat left top;
	margin-top:15px;
	}

.bgwhite_liquid_top span {
	display:block;
	position:relative;
	height:20px;
	background:url(bgwhite_top-right.gif) no-repeat right top;
	}

.bgwhite_liquid_center-content {
	position:relative;
	background:url(bgwhite_rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -40px 0; 

	}

.bgwhite_liquid_bottom {
	width:100%;
	height:60px;
	background:url(bgwhite_bottom.gif) no-repeat left bottom;
	}

.bgwhite_liquid_bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(bgwhite_bottom-right.gif) no-repeat right top;
	}



