body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #000;
	text-align: center;
}

p, td, li {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: arial, verdana, helvetica;
	font-size: 16px;
	color: #da0000;
	font-weight: bold;
}

h2 {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

form {
  margin: 0px;
}

input {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}

#wrapper {
  width: 770px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#top_level {
	text-align:left;
	vertical-align:top;
	background: url('../templateimages/banner.jpg') no-repeat 100% 0%;
}

#main_body {
  padding: 0px;
	margin: 0px;
	text-align:left;
	vertical-align:top;
}

#menu_area {
  width: 177px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu {
	margin: 0px;
	padding: 2px 5px 2px 20px;
  width: 157px;
	background: #da0000 url('../templateimages/menubg.gif') no-repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
*html, .menu {
  width: 177px;
}

.menu:hover {
	margin: 0px;
  padding: 2px 5px 2px 20px;
  width: 157px;
	background: #990000 url('../templateimages/menubg.gif') no-repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
*html, .menu:hover {
  width: 177px;
}

.menu_on {
	margin: 0px;
  padding: 2px 5px 2px 20px;
  width: 157px;
	background: #990000 url('../templateimages/menubg.gif') no-repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
*html, .menu_on {
  width: 177px;
}

.menu_on:hover {
	margin: 0px;
  padding: 2px 5px 2px 20px;
  width: 157px;
	background: #990000 url('../templateimages/menubg.gif') no-repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
*html, .menu_on:hover {
  width: 177px;
}

#content {
  padding: 10px;
	width: 550px;
	min-height: 430px;
	position: relative;
	float: right;
	background: #fff url('../templateimages/bg.jpg') no-repeat 30% 0%;
}
*html, #content {
  width: 570px;
}

#footer {
  background-color: #da0000;
	color: #fff;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}

#copyright {
  position: relative;
	float: left;
	padding-left: 5px;
}

#stats {
  color: #fff;
	padding-right: 5px;
}

#stats a {
  color: #fff;
	text-decoration: none;
}

#stats a:hover {
  color: #fff;
	text-decoration: none;
}

