body {
	background-color: #5F6061;
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*		For placing absolutely positioned blocks		*/
/*		within a container block that is centered		*/
/*		on the page.									*/
.container {
	position: relative;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*		End of centering styles							*/

/*  Top banner layout divs */
.top1 {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 204px;
  height: 163px;
  background-image: url(../img/layout_01.jpg);
  z-index: 1;
}

.top2 {
  position: absolute;
  margin-top: 0px;
  margin-left: 204px;
  width: 163px;
  height: 163px;
  background-image: url(../img/layout_02.jpg);
  z-index: 1;
}

.top3 {
  position: absolute;
  margin-top: 0px;
  margin-left: 367px;
  width: 178px;
  height: 163px;
  background-image: url(../img/layout_03.jpg);
  z-index: 1;
}

.top4 {
  position: absolute;
  margin-top: 0px;
  margin-left: 545px;
  width: 159px;
  height: 163px;
  background-image: url(../img/layout_04.jpg);
  z-index: 1;
}

.top5 {
  position: absolute;
  margin-top: 0px;
  margin-left: 704px;
  width: 71px;
  height: 163px;
  background-image: url(../img/layout_05.jpg);
  z-index: 1;
}
/* end of top banner layout divs */

/* main content table cells */
.content_table {
  position: absolute;
  margin-top: 163px;
  margin-left: 0px;
  width: 767px;
  z-index: 1;
  border: none;
  border-collapse: collapse;
}

.filler {
  background-image: url(../img/nav_bg.jpg);
  background-repeat: repeat-y;
}

.footer {
  background-color: #B4B4B4;
  text-align: center;
  vertical-align: bottom;
  font-size: 9px;
  padding-bottom: 10px;
}

.front_sum {
  font-size: 9px;
}

.google_ads {
  background-color: #B4B4B4;
}

.main {
  background-color: #B4B4B4;
  text-align: left;
  vertical-align: top;
}

.nav {
  width: 162px;
  background-image: url(../img/nav_bg.jpg);
  background-repeat: repeat-y;
  vertical-align: top;
}
/* end of main content cells */

a:link {
  text-decoration: none;
  color: #990000;
}

a:visited {
  text-decoration: none;
  color: #990000;
}

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

h2 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

hr {
  width: 50%;
}

.author {
  font-size: 12px;
}

.content {
  padding: 15px;
  font-size: 12px;
}

.header_box {
  position: absolute;
  margin-top: 135px;
  margin-left: 180px;
  z-index: 5;
}

.most_recent {
  width: 150px;
  float: right;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #333333;
  background-color: #dddddd;
}

.nav_box {
  width: 138px;
  margin-top: 20px;
  margin-left: 7px;
  text-align: center;
  font-size: 12px;
}

.nav_box a:link {
  display: block;
  width: 138px;
  height: 30px;
  background-image: url(../img/button_red.jpg);
  text-decoration: none;
  color: #4D0000;
  padding-top: 11px;
}

.nav_box a:visited {
  display: block;
  width: 138px;
  height: 30px;
  background-image: url(../img/button_red.jpg);
  text-decoration: none;
  color: #4D0000;
  padding-top: 11px;
}

.nav_box a:hover {
  display: block;
  width: 138px;
  height: 30px;
  background-image: url(../img/button_green.jpg);
  text-decoration: none;
  color: #003300;
  padding-top: 11px;
}

.topfive {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
  text-align: center;
  background-color: #333333;
}
