html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0px none;
}
a {
	color: #ffffff;
	font-weight:bold;
}
a:hover {
	color: #e6e6e6;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url('images/page_bg.gif');
	text-align: center;
	color: #ffffff;
	padding-bottom: 10px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:arial, sans-serif
}

#outer {
  background: url('images/page_bg_top.gif') repeat-x top left;
  padding-top: 3px
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url('images/body_bg.gif') repeat-y;
}
#body-bot {
  background: url('images/body_bg_bot1.jpg') no-repeat bottom left;
}
#body-top {
  background: url('images/body_bg_top.gif') no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 80px
}

/** logo **/

#logo {
  width: 25em;
  height:80px;
  text-align: center;
}

/** nav **/

#nav {
  margin-left: 0px;
  padding-bottom: 20px;
}
#nav li {
  float: left;
  padding-left: 0px;
  padding-right: 12px; list-style-type:none
}
#nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #e6e6e6;
}

/** green box **/
#gbox {
  width: 431px;
  margin-top: 0px;
  margin-left: 22px;
}

#gbox-bg  { background: url('images/green_bg.gif') repeat-y; }
#gbox-grd { background: url('images/green_grad_bot.jpg') repeat-x bottom; }
#gbox-top { background: url('images/green_top.gif') no-repeat; height: 24px }
#gbox-bot { background: url('images/green_bot.gif') no-repeat bottom left; height: 23px }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  position: absolute;
  top: 150px;
  left: 525px
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 20px;
}
