body {
  background: url('./images/bg_pixel.jpg') repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
} 

a:hover {
  color: white;
}

#head_box {
  position: relative;
  top: 20px;
  background: url('./images/head_box_bg.png') repeat-x; 
  width: 100%;
  height: 226px;
  z-index: 2;
}

img.title {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
img.logo {
  position: absolute;
  top: 0px;
  right: 0px;
}

#nav {
  position: relative;
  top: 70px;
  width: 100%;
}

#nav a {
  color: black;
  font-family: Verdana, Helvetica, Arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  margin-left: 8px;
  margin-right: 8px;
}
#nav a:hover {
  color: grey;
}

#body_bg {
  background: url('./images/body_bg.jpg') no-repeat; 
  position: absolute;
  top: 235px;
  left: 0;
  width: 800px;
  height: 340px;
  margin: 0px;
  padding: 0px;
}

#content_box {
  background: url('./images/content_bg_pixel.png') repeat;
  z-index: 2;
  text-align: left;
  padding: 0 8px 0 8px;
  margin: 0;
  border-bottom: 1px solid #f0cc08;
}

#content_title {
  background: url('./images/content_bg_pixel.png') repeat;
  z-index: 2;
  text-align: left;
  padding: 0 0px 0 16px;
  margin: 0;
  border-top: 1px solid #f0cc08;
  height: 20px;
}

h1 {
  font-size: 16px;
  color: white;
  font-weight: bolder;
  font-family: Verdana, Arial;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding: 0px;
  letter-spacing: 2px;
}

h2 {
  font-size: 13px;
  color: #bf9200;
  font-weight: bold;
  font-family: Verdana, Arial;
  margin: 0;
}

p {
  font-size: 13px;
  color: #d2d2d2;
  font-family: Verdana, Arial;
  margin: 0;
  font-weight: normal;
}

td {
  font-size: 13px;
  color: #d2d2d2;
  font-family: Verdana, Arial;
  margin: 0;
  font-weight: normal;
}
#members_bar {
  position: absolute;
  top: 245px;
  left: 10px;
  margin: 0px;
  font-size: 11px;
  color: #d2d2d2;
  font-family: Verdana, Arial;
  z-index: 2;
}

#members_bar input {
  height: 18px;
  font-size: 11px;
  margin-right: 5px;
  background-color: #64510d;
  color: #d2d2d2;
}

a {
  color: #a4bdf0;
  font-family: Verdana, Helvetica, Arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 4px;
  margin-right: 4px;

}
#members_bar a {
  color: white;
}
#members_bar a:hover {
  color: grey;
}

#notice {
  position: absolute;
  top: 269px;
  left: 10px;
  font-size: 11px;
  color: red;
  font-family: Verdana, Arial;
  z-index: 2;
}
#notice a {
  font-color: red;
}

#even_cell {
  width: 95%;
  margin: 0px auto;
  padding-bottom: 15px;
}
#odd_cell {
  width: 95%;
  margin: 0px auto;
  background-color: #131313;
  padding-bottom: 15px;
}
#only_cell {
  margin-bottom: 20px;
  width: 100%;
}

#content_wrap {
  position: relative;
  margin: 0px auto;
  top: 60px;
  width: 1098px;
}

h1.side_menu {
  font-family: Verdana, Arial;
  color: #727272;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 5px;
  margin-left: 5px;
}

a.side_menu {
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
a.side_menu:hover {
  color: white;
}

font.sub_header {
  font-family: Verdana, Arial;
  color: #313021;
  font-weight: bold;
  font-size: 10px;
}
font.h2 {
  font-family: Verdana, Arial;
  font-size: 13px;
  color: #bf9200;
  font-weight: bold;
  margin: 0;
}

a.sub_options {
  font-size: 10px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-decoration: none;
  margin: 0 0 0 0;
}
a.sub_options:hover {
  color: white;
}

font.notice {
  font-family: Verdana, Arial;
  font-size: 10px;
  color: red;
  font-weight: bold;
}

hr {
  border: 0;
  color: #0f1018;
  background-color: #0f1018;
  height: 1px;
}

li {
  color: white;
}

#forum_read_thread {
  width: 100%;
  margin: 0;
  background-color: #131313;
  border-bottom: 1px solid #0f1018;
}
#forum_unread_thread {
  width: 100%;
  margin: 0;
  background-color: #1e1e1e;
  border-bottom: 1px solid #0f1018;
}


#forum_read_thread a {
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: normal;
}
#forum_unread_thread a {
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: bold;
}
a.manage_members {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: bold;
}

#about p {
  margin: 10px 0;
}
#about img {
  border-top: 1px solid #0f1018;
  border-left: 1px solid #0f1018;
  border-bottom: 1px solid #0f1018;
  display: block;
}

img.roster_image {
  border: 1px solid black;
  margin-top: 20px;
}
img.roster_image:hover {
  border: 1px solid #FFFFFF;
}
