html {
	margin: 0;
	padding: 0;
	}

body {
  background: url(bg.gif) repeat fixed;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	}

#main {
  position: relative;
  width: 750px;
  padding: 0;
  margin: 0 auto;
  }

#page { 
  width: 750px; 
  position: absolute;
  top: 80px; left: 0px;
  background: url(bg_page.gif) repeat-y;
  }

#header {
  background: url(header.jpg) no-repeat top left;
  position: absolute;
  width: 750px;
  height: 235px;
  top: 20px;
  z-index: 5;
  }

#logo {
  background: url(logo.jpg) no-repeat top left;
  position: absolute;
  width: 157px;
  height: 243px;
  top: 20px;
  z-index: 6;
  }

#pageleft {
  float: left; width: 150px;
  padding: 0;
  margin: 185px 0 0 10px;
  }

#nav ul {
	list-style: none;
	padding: 0;
  margin: 0;
	font-family: georgia, times new roman, times, serif;
	font-size: 16px;
  font-style: italic;
  font-weight: normal;
	color: #582b2b;
	}

#nav li {
	margin: 0;
	padding: 0; 
	display: inline;
	}

#nav li a, 
#nav li a:link, 
#nav li a:active,
#nav li a:visited {
	height: 23px;
  width: 130px;
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
	display: block;
	color: #582b2b; 
	text-decoration: none;
  text-align: center;
  background: url(navbar.jpg);
  background-position: 0 0;
  }

#nav li a.live, 
#nav li a.live:link, 
#nav li a.live:active,
#nav li a.live:visited {
  background-position: -130px 0;
  font-weight: bold;
	}

#nav li a:hover {
	color: #c00000; 
	text-decoration: none;
  background: url(navbar.jpg);
  background-position: 0 0;
	}

#content {
  z-index: 50;
  width: 550px;
  float: left;
  margin: 40px 0 0 15px;
  padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
  display: block;
  min-height: 450px;
  /* next two lines are IE hacks to make min-height work */
  height:auto !important;
  height:450px;
  }

#content p {
	font-family: georgia, times new roman, times, serif;
	font-size: 14px;
  line-height: 1.4;
	color: #582b2b;
  }

#content h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #582b2b;
  margin: 20px 0 0 0;
  }

#content h2 {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #582b2b;
  margin: 10px 0 0 0;
  }

#content h3 {
	font-family: georgia, times new roman, times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #582b2b;
  margin: 10px 0 0 0;
  }

#content a, 
#content a:link, 
#content a:active,
#content a:visited {
  color: #e02020;
	text-decoration: none;
  }
	
#content a:hover {
	/* text-decoration: underline; */
  background: #e4c492;
	}

#content ul {
	margin: 10px 10px 10px 5px;
	padding: 0;
	color: #582b2b;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	}
	
#content ul li {
	list-style: none;
	background: url(nbullet.gif) no-repeat 0px 5px;
	margin: 0;
	padding: 0 0 8px 18px;
	line-height: 1.5em;
	}

#footer {
  background: url(footer.jpg) no-repeat;
  width: 750px;
  height: 24px;
  padding: 0 0 0 0;
  clear: both;
  text-align: center;
  color: #582b2b;
  padding: 6px 0 0 0;
  }

#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #c02020; 
	text-decoration: none;
  padding: 5px 0 0 0;
	}
	
#footer a:hover {
	color: #ff0000; 
	text-decoration: none;
	}

.hrdeco hr {display:none;}

.hrdeco {
  clear: both;
  height: 15px;
  margin: 0;
  background: url(content_hr.gif) no-repeat scroll center;
  }

