@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(file:///C|/Users/Adam/Documents/Climbling coulds counselling/Pic%27s/Sky.jpg);
	background-color: #06C;
	background-image: url(Pic%27s/Sky.jpg);
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #FFC;
	font-family: "Comic Sans MS", cursive;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFC;
	margin: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	font-size: x-small;
	text-align: center;
	color: #CFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: xx-small;
	font-weight: bold;
	color: #03F;
}
body,td,th {
	color: #000;
}
bold test {
	font-size: 18%;
}
.Bold {
	font-weight: bold;
	font-style: italic;
}
.xx-smalltxt {	font-size: xx-small;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	font-family: "Viner Hand ITC";
}
