html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #CCCCCC;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
}
#outerWrapper #header {
	background-color: #ddd;
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: bold;
	height: 137px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 172px;
}
#outerWrapper #contentWrapper #content {
	min-height: 485px;
	background-image: url(images/grassbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#outerWrapper #footer {
	background-color: #FC3;
	border-top: solid 1px #666;
	height: 30px;
	padding: 5px 5px 5px 5px;
}
