body{
	background-color: #00A0C6;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000;
}

#container{
	margin: 50px auto 0px 50px;
	width: 890px;
}

#container div.copyright{
	clear: left;
	float: left;
	width: 92%;
    font-size: 1em;
}

#header{
	width: 100%;
	height: 110px;
	background-image: url(/img/header.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#logo{
	position:absolute;
	top: 10px;
	left: 10px;
	width: 197px;
	height: 182px;
	z-index: 2;
	background-image: url(/img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#sponsor{
	position:absolute;
	top: 420px;
	left: 36px;
	width: 160px;
	height: 157px;
	padding: 7px 8px 6px 11px;
	z-index: 3;
	background-image: url(/img/sponsor.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header div.lefthead{
	float: left;
	width: 23px;
	height: 110px;
	background-image: url(/img/header-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header div.sponsors{
  float: left;
  margin: 10px 0px 0px 134px;
  height: 87px;
  width: 700px;
}

#header div.righthead{
	float: right;
	width: 23px;
	height: 110px;
	background-image: url(/img/header-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#content{
	width: 100%;
	background-color: #fff;
	background-image: url(/img/body.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#menu{
	float: left;
	width: 123px;
	height: 412px;
	margin-left: 9px;
	background-image: url(/img/menu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#copy{
	float: left;
	width: 680px;
	margin: 6px 30px 0px 30px;
}

#copy div.crumbs{
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
}

#content div.about{
	clear: left;
	float: left;
	margin: 20px 0px 0px 14px;
	padding-top: 10px;
	border-top: 1px solid #92C7E5;
	width: 90%;
    font-size: 1em;
	font-weight: bold;
	text-align: right;
}

#copy div.error_message{
  color: #660000;
  font-weight: bold;
}

#footer {
	width: 100%;
	height: 18px;
	clear: both;
	background-image: url(/img/bottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer div.leftfooter{
	float: left;
	width: 18px;
	height: 28px;
	background-image: url(/img/bottom-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer div.rightfooter{
	float: right;
	width: 18px;
	height: 18px;
	background-image: url(/img/bottom-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#miniweed{
	position: relative;
	float: right;
	width: 75px;
	height: 82px;
	background-image: url(/img/footer-weed.png);
	background-position: top right;
	background-repeat: no-repeat;
	top: -60px;
	left: 18px;
}
