body 
{
  background-color: #CCCCCC;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
}

img
{
  border: 0;
  background-color: Transparent;
}

input
{
  border: solid 1px #333333;
}

a, a:visited
{
  text-decoration: none;
  color: #333333;
}

a:hover
{
  text-decoration: none;
  color: #000000;
}

.text_smaller
{
  font-size: 10px;
}

.checkbox
{
  border: 0;
}
.button
{
  font-weight: bold;
  background-color: #999999;
  color: #FFFFFF;
  border-color:#999999;
}
.button_image
{
	border:none;
}

#frame_center
{
  margin: 0 auto;
  width: 1010px;
}

#frame
{
  width: 990px;
  background-image: url('images/background.gif');
  background-repeat: repeat-y;
  padding: 0 10px 0 10px;
}

#frame_footer
{
  float: left;
  width: 1010px;
  height: 10px;
  background-image: url('images/background_footer.gif');
}

#header
{
  height: 119px;
  position: relative;
}

#header_logo
{
  top: 25px;
  left: 25px;
  position: absolute;
}
#header_right_bottom
{
  width: 255px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
#header_search
{
  float: left;
  padding-bottom: 5px;
  width: 255px;
}
#header_search_box
{
  width: 171px;
  height: 20px;
}
#header_search_field
{
  float: left;
  padding-right: 9px;
  width: 171px;
}
#header_search_button
{
  float: left;
  width: 71px;
  border:none;
}
#menu
{
  width: 990px;
  min-height: 273px;
}
*html #menu
{
  height: 273px;
}
#menu_content
{
  padding: 10px 20px 10px 20px;
  color: #000000;
}
#menu_content h1
{
  color: #000000;
}
#menu_content h2
{
  color: #FFFFFF;
  background-color: #000000;
  padding-left: 5px;
  width: 100%;
}
#menu_content a, #menu_content a:visited
{
  color: #000000;
  text-decoration: underline;
}
#menu_content a:hover
{
  color: #333333;
}
#content
{
  float: left;
  padding: 15px 11px 35px 18px;
}
#content_left
{
  /* width : 690 - 2 - 26 */
  width: 662px;
  /* height : 235 - 10 */
  height: 225px;
  float: left;
  border: solid 1px #333333;
  padding: 13px 13px 0 13px;
}
#content_right 
{
  padding-left: 10px;
  width: 260px;
  float: left;
}
#information_day
{
  padding-bottom: 7px;
}
#facebook_fan
{
  padding-bottom: 7px;
}
#form_questions
{
  float: left;
  padding: 5px 0 5px 5px;
}
#form_questions_left
{
  float: left;
  width: 160px;
}
#form_questions_center
{
  float: left;
  width: 160px;
}
#form_questions_right
{
  float: left;
}
#form_questions_other
{
  width: 330px;
  height: 65px;
  text-align: left;
}
.form_input_text
{
  color: #000000;
  border: solid 1px #333333;
}
.form_questions_row
{
  padding-bottom: 5px;
}
#form_contact_left
{
  float: left;
  width: 325px;
}
#form_contact_right
{
  float: left;
  width: 335px;
}
.form_contact_row
{
  width: 100%;
  float: left;
  vertical-align: middle;
  margin-bottom: 4px;
}
.form_contact_label_left
{
  width: 80px;
  float: left;
}
.form_contact_label_right
{
  width: 70px;
  float: left;
}
.form_contact_field
{
  float: left;
}
.form_contact_left_textbox
{
  width: 225px;
}
.form_contact_right_textbox
{
  width: 260px;
}
.form_contact_textbox_mobile
{
  width: 180px;
}
#form_contact_submit
{
  float: left;
  padding-left: 8px;
}
#form_contact_submit_button
{
  width: 72px;
}
#form_contact_search_button
{
	border-top:thick;
	border-bottom::thick;
}
#footer
{
  padding-bottom: 10px;
  text-align: center;
  font-size: 11px;
  color: #333333;
}