body {
  background-color: #fff;
  font-family: 'Lucida Grande', Helvetica, Arial, "Sans Serif";
  font-size: 16px;
}

header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
}

a {
  text-decoration: none;
}

footer {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 12px;
}

.header_inner {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.header_border {
  margin: 0px;
  padding: 0px;
  border-color: #ccc;
}

.header_logo {
  float: left;
}

.header_logo_text {
  float: left;
  font-size: 22px;
  font-weight: bold;
  margin-top: 25px;
  color: #555;
}

.header_logo_text a {
  color: #555;
}

.header_logo_text a:hover {
  color: #555;
}

.header_logo_text_initial {
  color: #D55;
}

.nav_links {
  float: right;
  font-size: 14px;
  font-weight: 600;
  min-width: 100px;
  padding: 5px 10px 5px 10px;
  
  background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
  
  border: 1px solid #ddd;
  border-top: 0px;
  
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav_links a {
  color: #37a;
  text-decoration:none;
}

.nav_links a:hover {
  color: #444;
}

.not_first_nav_link {
  margin-left: 20px;
}

#container {
  width: 960px;
  margin: 0 auto;
}

#main {
  background-color: #fff;
  margin-top: 20px;
}

.content {
  margin-top: 40px;
}

.content a {
  text-decoration: underline;
}

.content_header {
  font-size: 20px;
}

.left_content {
  float: left;
  width: 380px;
  margin-right: 50px;
  color: #777;
}

.left_content li {
  margin-top: 10px;
}

.action_link_container {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.action_link_container a {
  text-decoration: none;
  padding: 10px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  
  background-color: #666;
  color: #fff;
}

.action_link_container a:hover {
  background-color: #999;
  color: #fff;
}

.video_container {
  float: left;
  font-size: 20px;
  font-weight: bold;
}

.video_header {
  margin-bottom: 20px;
}

.video_container_inner {
  padding: 10px;
  background-color: #444;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.bottom_content {
  margin-top: 50px;
}

.bottom_content_individual {
  background-color: #ddd;
  width: 266px;
  height: 190px;
  padding: 10px;
  float: left;
  margin-right: 20px;
  
}

.last {
  margin-right: 0px;
}

.update {
  border: 2px dashed #ccc;
  padding: 6px;
  width: 85%;
  margin-top: -1em;
  margin-bottom: 2em;
  font-size: 17px;
}

.up {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}