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

body { 
   background:url(../imgs/bg_rep.gif) repeat-x #FFFFFF;
   margin:0px;
   width:100%;
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif;
   background-color:#FFFFFF;
}

#wrap {
   width:822px;
   margin-left:auto;
   margin-right:auto;
}

#header {
   background:url(../imgs/header.png) no-repeat;
   width:822px;
   height:456px;
   display:block;
}

#content {
   min-height:300px;
   _height:300px;
   margin-left:5px;
   margin-right:5px;
}

#footer {
   background-color:#BF311B;
   width:100%;
   height:31.25px;
   display:block;
   font-family:Tahoma;
   font-size:12.5px;
   text-align:center;
   padding-top:18.5px;
   color:#FFFFFF;
}

h1 { 
   font-family:Arial, Helvetica, sans-serif;
   font-size:22px;
   color:#C34735;
}

h2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#00525E;
}

h3 {
  font-size:14px;
  color:#00B3B0;
}

h4 {
  font-size:12px;
  color:#000000;
}

h5 {
  font-size:10px;
  color:#000000;
}

p, ul, li, h1, h2, h3, h4, h5
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
   color:#00525E;
}
