/* CSS Document */


body {
margin-top:         0px;
background-color:   #0000FF;
overflow-y:         scroll;
/*background-image:   url('image/background/lightorange.png');*/
}

a {
color:              #0000FF;
border:             0px;
}

#main_wrapper {
width:              760px;
margin-left:        auto;
margin-right:       auto;
border-left:        2px solid #000000;
border-right:       2px solid #000000;
}

#top_nav {
background-color:   #FFCC00;
height:             44px;
text-align:         center;
}

  .top_button {
  margin-top:         5px;
  border:             0px;
  }
  
  .nav_image {
  border:             0px;
  }

#top_logo {
background-color:   #FFFFFF;
height:              58px;
}

#top_flash {
background-color:   #000000;
height:             250px;
}

  .cover_image {
  height:           250px;
  width:            760px;
  }

#navigation {
background-color:   #777777;
height:             25px;
}

  .nav_image{
  }

#main_content {
background-color:   #FFFFFF;
}



  .box_one-third {
  float:            left;
  margin-top:       10px;
  margin-left:      10px;
  margin-right:     9px;
  width:            230px;
  border:           2px solid #FFCC00;
  height:           300px; 
  }

  .box_two-third {
  float:            left;
  margin-top:       10px;
  margin-left:      10px;
  margin-right:     9px;
  width:            483px;
  border:           2px solid #FFCC00;
  height:           300px;
  }
  
  .box_header{
  width:            100%;
  background-color: #FFCC00;
  font-family:      arial;
  font-size:        1.0em;
  color:            #000000;
  text-align:       center;
  height:           30px;
  line-height:      30px;
  }

    .hidden_text {
    color:            #FFFFFF;
    font-size:        0.5em;
    }

#footer{
background-color:   #FFFFFF;
background-image:   url('http://www.flex7.com/image/footer.png');
height:             40px;
}

#copyright_wrapper {
width:              760px;
margin-left:        auto;
margin-right:       auto;
}

#copyright {
font-family:        arial;
font-size:          0.7em;
color:              #BBBBBB;
text-align:         right;
}

  #copyright a {
  color:            #FFFFFF;
  text-decoration:  none;
  }
  

#error {
width:              700px;
background-color:   #AA4444;
border:             2px solid #AA0000;
font-size:          1.0em;
font-family:        arial;
color:              #FFFFFF;
margin-left:        auto;
margin-right:       auto;
padding:            10px;
}