body {
	font-family: Tahoma, Calibri, Arial, Verdana;
	text-align: center; /* for IE */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(_images/background.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

a:link {
	text-decoration: none;
}
a:hover {
	background-color: #99CCFF;
}

#container {
	width: 800px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
#footer {
  background-color: #306;
  color: #fff;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #99CCFF;
	width: 790px;
	padding-right: 5px;
	padding-left: 5px;
  height: 30px;
}
#footer a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#footer a:hover {
  color: #306;
}
#mainimage {
	padding: 0px;
	width: 800px;
	/* margin-top: 5px; */
	margin-top: 0px;
	margin-bottom: 5px;
}
#contentlf {
	float: left;
	width: 590px;
	padding-right: 5px;
	padding-left: 5px;
}
#contentrt {
	float: left;
	width: 190px;
	padding-right: 5px;
	padding-left: 5px;
}
#footerlf {
  margin-top: 5px;
  float: left;
  width:32%;
  text-align: left;
}
#footermd {
  margin-top: 5px;
  float: left;
  width:32%;
  text-align: center;
}
#footerrt {
  margin-top: 5px;
  float: right;
  width:32%;
  text-align: right;
}
.clear {
	clear: both;
}

