body {
font: 12px Arial, sans-serif;
background: url(../images/poolwater.jpg);
}

h1 {
font: bold 20px Arial, sans-serif;
color: #007dce;
}
#container {
	width: 800px;
/*	\width: 820px;
	w\idth: 800px;*/
	margin: 0px auto 0px auto;
}

#banner {
	padding: 0;
  height: 120px;
	background: url(../images/banner.gif) no-repeat;
}
li { text-align: justify; }
ul { list-style-type: disc; margin: 1em 0 1em 40px; list-style-position: outside; }
#content {
	padding: 5px;
	background-color: white;
	margin: 31px 0px 4px 140px;
}

#sidebar {
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer { clear: both; padding: 25px 5px 5px; background-color: #ffffff; text-align: center; margin-top: 20px; }

.buttonscontainer {
	width: 135px;
  margin: 30px 0 5px;
}

.buttons a {
  color: #000000;
  background: #ffffff;
  padding: 5px 0 5px 4px;
  display: block;
  font: bold 12px Arial, sans-serif;
  text-decoration: none;
  text-align: left;
	margin: 1px 0 1px 15px;
}

.buttons a:hover {
  color: #ffffff;
  text-decoration: none;
	background: url(../images/button_over.gif) no-repeat;
	padding: 5px 0 5px 30px;
}
h2 { font-size: 18px; font-weight: bold; margin: 0.83em 0; }

