body {
     text-align:center;
     font-family: verdana, arial, sans-serif;
     background:#333;
     font-size:0.8em;
     color:#fff;
}

#main_wrapper {
     margin-top:0px;
     padding-bottom:1px;
     /*background:#fff;*/
     padding-left:2px;
     padding-right:2px;
     
     width:774px;
     margin-left:auto;
     margin-right:auto;
     text-align:left;
/*     border:1px solid #b33;*/
/*     max-width:960px;
     min-width:720px;*/
 


}

#header {
     height:229px;
     padding-bottom:10px;
/*     background: url(../img/1.jpg) no-repeat;*/
}


#nav {
     width:774px;
     float:left;
     font-size:1em;
     /*border-top:1px solid #B33;
     border-bottom:1px solid #B33; */

     padding-top:0.8em;     
     margin:0px 0px;
/*     background:#fff;*/
}

#content {	
     width: 772px;
     float:left;
/*     background:#f9f9f9;*/
     margin-bottom:1px;
     margin-top:11px;
     border:1px solid #B33;	 
}

.content_detail p {	
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}

.language {
    width:auto; 
    float:right; 
    padding-top:4px; 
    margin-right:5px;
}

p {
font-family: verdana, arial, sans-serif;
	font-size: 13px;
}
#footer {
     clear:both;
     width:772px;
     border:1px solid #B33;
}

#header_inner, #nav_inner, #content_inner, #promo_inner {
     overflow:hidden;
}

#header_inner {
     padding:1em 2em;     
}

#nav_inner {
     /*padding:1em .8em;*/
     width:100%;     

}

#content_inner {
     padding:1em 1em 1em 1em;
     margin-bottom:40px;
}

#footer_inner {
     padding:2em 1em 1em 1em;
     text-align:center;
}

h1 {
	font-size: 22px;
	color:#c2292c;
}

h2, h3, h4, h5 {
    color:#c2292c;
}

th {
    color:#981c1e;
    font-size:1em;
    padding-left:5px;
}
td {
padding-left:5px;
    padding-top:5px;
}
.logo {
     margin-top:0px;
}
.image_content {float:left; margin:0 20px 10px 10px; }

#footer ul li {
  float:left;  /*causes the list to align horizontally instead of stack */
  list-style-type:none; 
}

a {
   /* makes link fill li so entire area is "hot" */
  text-decoration:none;  /* removes the underlining from the links */
  color:#666;
}

a:hover {
   /* makes link fill li so entire area is "hot" */
  text-decoration:none;  /* removes the underlining from the links */
  color:#b33;
}


#footer_inner a {
   font-size:0.8em;
   color:#666;
}

.clearfix:after {
  content: “.”;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */

#print_button a {
   float:right;
   font-size:0.8em;
   color:#666;
   text-decoration:none;  /* removes the underlining from the links */   
}

#print_button a:hover {
   font-size:0.8em;   
   text-decoration:underline;  /* removes the underlining from the links */
   color:#b33;
}

.hidden {
   display:none;
}