/* CSS Style sheet for Liquivac - 2008 */
/* CSS copyright Teesside Media Works */

/* Permanent Styles -  Site */

html { height:100% }
form { margin:0px }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-x1 {  }
.f-x2 {  }
.f-x3 {  }
p:first-child { margin-top:0px }
table { empty-cells:hide }

/* End Permanent Styles -  Site */

/* STYLE FOR PAGE STRUCTURE */
body {
	background-color: #0073AD;
	background-image: url(inc/grnd.gif);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	}

#PageDiv {
	position:relative;
	width: 802px;
	margin:0px auto;
	}

#navigation {
	font-family: Tahoma, Arial;
	font-size: 14px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	display: block;
	padding: 8px 5px 0px 8px;
	}

#navigation a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #30B9E4;
	}

#content {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	}
#content .cweb {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px;
	}

#content .img {
	text-align: center;	
	}
#imgright {
	border: 2px solid #FFFFFF;
	}

#footer {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}
