html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	font: 12px arial, sans-serif;
	background-color: #6e0000;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}


/** layout **/
#wrapper {
	text-align: left;
	margin: 0 auto 10px auto;
	width: 798px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
}

#body-bot1 {
  background: bottom left url(images/body_bg_bot1.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
	width: 22.5em;
	text-align: center;
	padding-top: 2px;
	margin-left: 10px;
}
#logo h1 {
	color: #FF0000;
	font: 22px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0.5em;
	font-weight: bolder;
}
#logo p {
	color: #464544;
	font: 16px "Arial",  sans-serif;
	margin: 0;
	margin-top: 8px;
}

/** nav **/

#nav {
	margin: 30px 0 5px 0;

}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/** green box **/
#gbox {
	width: 431px;
	float: right;
	clear: both;
	margin: 20px 35px 0 0;
}

#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
	min-height: 300px;
	padding: 2px 20px;
}

#event p{ color:#000000; line-height: 17px; padding: 2px 0; margin: 5px 0;}
#event span {
	color: #000000;
}
#event h2 {
	font: bold 16px arial, sans-serif;
	color: #990000;
	margin: 0;
}


#copyright {
	font-size: 12px;
	color: #fff;
	margin: 20px o;
	text-align:center;
}
