@charset "utf-8";
/* CSS Document */

body,html {background-color:#301300; margin:0px; padding:0px; height:100%; font-family:Arial, Helvetica, sans-serif; color:#FFF;}

#wrapper {margin:0px; padding:0px; height:100%;}

.header {width:auto; height:65px; text-align:right; line-height:50px; background-color:#650000; margin:0px; padding-right:200px;   -moz-box-shadow:    3px 3px 5px 6px #000;
  -webkit-box-shadow: 3px 3px 5px 6px #000;
  box-shadow:         3px 3px 5px 6px #000;}
.upper_body {width:auto; height:400px; background: url(images/wood_back.jpg) no-repeat; margin:0px; padding:0px;   -moz-box-shadow:    3px 3px 5px 6px #000;
  -webkit-box-shadow: 3px 3px 5px 6px #000;
  box-shadow:         3px 3px 5px 6px #000;}
.wrap {width:900px; margin:auto;}
.logo_area_top {float:left; margin-top: 32px; max-width:450px; text-align:center;}
.text_area_top {
    color: #fff;
    float: left;
	padding-right:20px;
    margin: 4px 0 0 35px;
	max-width:450px;
    text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	
	}
.text_area_top h2 {font-size:48px; line-height: 36px;}
.clear {clear:both;}
.lower_body {width:auto; background-color:#301300; margin:15px; text-align:center; color:#FFF; padding-top:40px;}
