* { padding: 0; margin: 0; }

body {
 background-color: #f2f2f2;
 background-image: url(../img/body_bg.png);
 background-repeat: repeat-x;
 background-attachment: fixed;
 
 }
#wrapper {
 background-color: #dbdbdb;
 width: 960px;
 margin: 0 auto;
 border-left: 5px solid white;
 border-right: 5px solid white;
 overflow: hidden;
 padding-bottom: 20px;
 }
#header {
 background-image: url(../img/header.jpg);
 height: 130px;
 }
#nav_container {
 background-image: url(../img/nav_bg.png);
 background-repeat: repeat-x;
 height: 29px;
 }
#nav_container ul {
 height: 29px;
 line-height: 1.7em;
 list-style: none;
 margin-left: 5px;
 color: #999;
 }
#nav_container ul li {
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 }
#nav_container ul li a {
 color: #999;
 text-decoration: none;
 padding: 0 4px 0 4px;
 }
#nav_container ul li a:hover {
 color: #1062b4;
 text-decoration: none;
 }
.nav_active {
 color: #1062b4;
 padding: 0 4px 0 4px;
 }
#line_white {
 height: 1px;
 background-color: white;
 }
#dia_cnt {
 background-image: url(../img/dia_cnt.png);
 background-repeat: repeat-x;
 height: 40px;
 }
#column_left {
 width: 190px;
 float: left;
 margin-left: 8px;
 }
#column_right {
 width: 190px;
 float: right;
 margin-right: 5px;
 }
#column_middle {
 float: left;
 width: 530px;
 margin-left: 13px;
 }
#column_middle ul {
 margin-left: 20px;
 color: #666;
 }

#column_middle img {
 border: 1px solid white;
 margin: 5px 12px 0 0;
 }
#footer {
 text-align: center;
 padding: 0;
 margin: 0;
 }
#footer ul {
 line-height: 1.1em;
 list-style: none;
 color: #999;
 }
#footer ul li {
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
 }
#footer ul li a {
 color: #999;
 text-decoration: none;
 padding: 0 5px 0 5px;
 }
#footer ul li a:hover {
 color: #1062b4;
 text-decoration: none;
 }
p a {
 text-decoration: underline;
 color: #1062b4;
 font-weight: bold;
 }
p a:hover {
 text-decoration: none;
 }
p {
 margin: 0;
 padding: 0 0 15px 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 20px;
 color: #666;
 }
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #1062b4;
 padding: 10px 0 15px 0;
  }
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #1062b4;
 padding: 0 0 10px 0;
 clear: both;
  }
#centered {
 margin: 0 auto;
 text-align: center;
 line-height: 1.7em;
 margin-top: 2px;
 padding: 0;
 }
#hidden {
 display: none; 
 }
 #centered {
 margin: 0 auto;
 text-align: center;
 line-height: 1.7em;
 margin-top: 2px;
 padding: 0;
 }
#thumb {
 margin: 0 5px 0 5px;
 padding: 0;
 display: inline;
 }
#thumb img {
 border: 1px solid #fff;
 }
#thumb a:hover img {
 border: 1px solid #1062b4;
 }
.line {
 margin-top: 50px; 
 border: 1px solid; 
 border-top-color: #cccccc; 
 border-right: 0; 
 border-left: 0; 
 border-bottom: 0;
}