html, body {
  margin: 0px;
  padding: 0px;
}
body {
  background: #000000;
  color: #ffffff;
  font: normal 13px georgia,garamond,serif;
}
img {
  border: none;
}
a:link {
  color: #ff6600;
  text-decoration: underline;
}
a:visited {
  /*color: #ffcc33;*/
  color: #ff6600;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: #ff6600;
  text-decoration: underline;
}
a:active {
  color: #ff6600;
  text-decoration: underline;
}
h1 {
  color: #ff6600;
  font-size: 1.3em;
}
h2 {
  font-size: 1.1em;
}
#header {
  margin: 0px auto;
  width: 800px;
  height: 544px;
  background: url('/images/new_header4.jpg') no-repeat;
}
#nav {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 50px;
  width: 640px;
  z-index: 10;
  font-size: 1.3em;
}
#nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
#nav ul li {
  position: relative;
  float: left;
  margin: 0px;
  margin-right: 44px;
  padding: 5px 0px;
  height: 20px;
  width: 115px;
  text-align: center;
  /*background: #0066ff;*/
}
#nav ul li a:link {
  display: block;
  color: #663300;
  text-decoration: none;
  font-weight: bold;
}
#nav ul li a:visited {
  display: block;
  color: #663300;
  text-decoration: none;
  font-weight: bold;
}
#nav ul li a:hover {
  display: block;
  color: #663300;
  text-decoration: none;
  font-weight: bold;
}
#nav ul li a:active {
  display: block;
  color: #663300;
  text-decoration: none;
  font-weight: bold;
}
#content {
  margin: 0px auto;
  /*height: 1300px;*/
  /*width: 1024px;*/
  width: 800px;
  background: url('/images/tv_gradient_bg.jpg') repeat-y;
  /*background: #ffffff;*/
}
#content_body {
  background: #ffffff;
  color: #000000;
  margin: 0px auto;
  width: 730px;
  text-align: left;
}
#content_body h1 {
  margin: 10px;
  text-align: center;
}
#content_body p {
  margin: 10px;
  text-align: left;
}
#footer {
  margin: 0px auto;
  padding: 0px;
  font-size: .9em;
  color: #000000;
  text-align: center;
}
.frame {
  float: right;
  margin: 10px;
  background: #000000;
}
.frame_top {
  margin: 0px;
  padding: 0px;
  padding-top: 14px;
  /*background: url("/images/frame_top.jpg") repeat-x;*/
}
.frame_left {
  margin: 0px;
  padding: 0px;
  padding-left: 13px;
  /*background: url("/images/frame_left.jpg") repeat-y left top;*/
}
.frame_right {
  margin: 0px;
  padding: 0px;
  padding-right: 13px;
  /*background: url("/images/frame_right.jpg") repeat-y right top;*/
}
.frame_bottom {
  margin: 0px;
  margin-top: -3px;
  padding-top: 14px;
  /*background: url("/images/frame_bottom.jpg") repeat-x;*/
}
#blogs {
  display: block;
  float: left;
  width: 500px;
}
#blogs h1 {
  font-size: 1.2em;
  font-weight: bold;
}
#blogs h2 {
  font-size: .9em;
  font-weight: bold;
}
#blog_archive {
  float: right;
  margin: 0px;
  margin-left: 10px;
  width: 180px;
}
.blog_entry {
  border-bottom: 5px solid #ffcc33;
  margin: 0px;
  margin-bottom: 10px;
  width: 500px;
}
.blog_thumbs {
  margin: 5px;
  height: 110px;
  width: 500px;
}
#styled_popup {
  position: absolute;
  display: none;
  background: #000000;
  z-index: 100;
  padding: 20px;
}
#full_blog_pic {
  /*margin: 10px 20px 20px 20px;*/
}
#grey_overlay {
  background: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 99;
  opacity: .75;
  filter: alpha(opacity=75);
  height: 100%;
  width: 100%;
}
#email_form {
  text-align: center;
  padding-bottom: 20px;
}
#email_form p {
  text-align: left;
}

