body{
 background: #8CA395;  
 text-align: center;
 font: bold 0.9em/1.25 arial, helvetica;
 color: #131;
}

body, div, p, span, ul, dl, ol, li, dt, dd, h1, h2, h3{
 margin: 0;
 padding: 0;
}

p{
 margin-bottom: 1.125em;
}

ul, ol{
 padding-left: 2em; 
}

h1{
 /*font-size: global x2.5; 
   line-height: multiple of (global /2.5); 
   sum of vertical margins = multiple of line-height*/
 font-size: 2.5em;
 line-height: 1;
 padding: 0.5em 0;
 clear: both;
}

h2{
 font-size: 1.75em;
 line-height: 0.714;
 padding: 0.714em 0;
 clear: both;
}

h3{
 font-size: 1.25em;
 line-height: 1;
 padding: 0.5em 0;
 clear: both;
}

#wrapper{
 width: 794px;
 text-align: left;
 margin: 40px auto;
}

#header-wrap{
 display: block;
 width: 794px;
 height: 157px;
 background: url('../images/header.gif') no-repeat;
 position: relative;
}

#header a, #col1 a{
 color: white;
 text-decoration: none;
}

#header a:hover, #col1 a:hover{
 text-decoration: underline;
 }


#header ul{
 list-style: none;
 text-align: center;
 background: white;
 width: 480px;
 height: 30px;
 position: absolute;
 top: 127px;
 left: 240px;
 padding: 2px 0 0 2px;
 color: white;
}

#header li{
 float: left;
 width: 118px;
 line-height: 26px;
 height: 28px;
 margin-right: 2px;
 padding: 0;
 background: #B60317;
}

li.last{
 margin-right: 0;
}

#main-wrap{
 background: url('../images/bg.gif') repeat-y;
}

#col1-wrap{
 width: 197px;
 float: left;
}

#col1{
 margin-left: 19px;
 text-align: center;
 color: white;
}

#col1 ul{
 list-style: none;

 padding: 8px 0 6px 0;
 background: white;
}

#col1 li{
 width: 100%;
 line-height: 25px;
 height: 25px;
 margin-bottom: 2px;
 background: #B60317;
}

#col1 #contact{
 padding-top: 1.125em;
}

#contact a{
 text-decoration: underline;
}

#shooter{
 width: 100%;
 height: 160px;
 display: block;
 background: url('../images/shooter.gif') top center no-repeat;
 margin-bottom: 30px;
}

#col2-wrap{
 width: 596px;
 float: left;
}

#col2{
 margin: 19px;
}

#footer-wrap{
 width: 794px;
 height: 52px;
 display: block;
 clear: both;
 background: url('../images/footer.gif') no-repeat;
}

.clear{
 clear: both;
}

.right-img{
 float: right;
 margin: 1.125em 0 1.125em 1.125em; 
}

.left-img{
 float: left;
 margin: 1.125em 1.125em 1.125em 0; 
}

h2{
 padding-top: 0;
}

h4{
 font-size: 1em;
 line-height: 1;
 padding: 0.75em 0;
 margin: 0.75em 0 0 0;
 color: #B60317;
 clear: both;
 border-top: 1px solid #131;
}

#col2 a{
 color: #131;
 text-decoration: none;
 border-bottom: 1px solid #B60317;
}

#col2 ul{
 margin-bottom: 1.5em;
}