html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #fff;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 120%;
  text-align: center;
}

*
{
  font-size: 12px; 
  font-family: arial, verdana, sans-serif; 
  color: #717171;
  text-align: left;
}


#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 600px;  
  position: relative; 
  overflow: hidden; 
  width: 990px;
}

#second_container
{
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative;
  margin-top: -300px;
  height: 600px;  
  width: 990px;
  /*border: 1px solid #B4B4B4;*/
}


.title
{
  height: 150px;
  border: 1px solid #fff;
}

.border
{
  background-color: #ffffff;
  padding: 0px 15px 0px 465px;
  text-align: left;
  /*border: 1px solid #c00;*/
}

.border_wide
{
  background-color: #ffffff;
  padding: 0px 15px 0px 515px;
  text-align: left;
  /*border: 1px solid #c00;*/
}

.main_img
{
  position: absolute;
  width: 450px;
  height: 240px;
  /*border: 1px solid #c00;*/
}

.main_img_wide
{
  position: absolute;
  width: 500px;
  height: 333px;
  /*border: 1px solid #c00;*/
}

.logo_index
{
  position: absolute;
  top: 30px;
  left: 150px;
}

.content
{
  height: 240px;
  overflow: hidden;
}

.logo_img
{
  position: absolute;
  margin-top: 120px;
  margin-left: 45px;
}


h1
{
  position: relative;
  top: 100px;
  left: 45px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: normal;
  font-family: georgia, lucida grande, verdana;
  color: #B4B4B4;
}

.subnav
{
  position: absolute;
  margin-top: 15px;
  margin-left: 480px;
  border: 0px;
}

.subnav_wide
{
  position: absolute;
  margin-top: 15px;
  margin-left: 530px;
  border: 0px;
}

h2
{
  margin: 30px 0 -6px 0;
  /*padding: 5px 10px 5px 9px;*/
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  font-family: georgia, lucida grande, verdana;
  color: #9A9A9A;
  /*border-left: 5px solid #FFCE3F;*/
}

h2 span
{
  font-size: 26px;
  font-family: georgia, lucida grande, verdana;
  font-weight: bold;
  color: #FFCE3F; 
}

.text
{
  display: block;
  margin: 35px 35px 0px 18px;
  padding-right: 8px;
  height: 140px;
  overflow: auto;
  text-align: left;
  /*border: 1px solid #c00;*/
}

.text p
{
  text-align: left;
}


.nav
{
  padding: 130px 15px 8px 490px;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  font-family: georgia, lucida grande, verdana;
  color: #FFCE3F; 
}

.nav .selected
{
  font-size: 20px;
  font-weight: normal;
  font-family: georgia, lucida grande, verdana;
  color: #B4B4B4;
}

.nav a
{
  font-size: 20px;
  font-weight: normal;
  font-family: georgia, lucida grande, verdana;
  color: #B4B4B4;
}

.nav a:hover, .nav a:active
{
  color: #FFCE3F;
  text-decoration: none;
}

a img
{
  border: none;
}

.note
{
  display: block;
  margin: 10px 15px 10px 15px;
  color: #555555;
}

.bold
{
  font-weight: bold;
}