html, body{ 
 margin-top:0px; 
 padding:0; 
 background: #49453E url(images/canvas.bg.png) fixed top center repeat-x;
 text-align:center; 
 font-family: Comic Sans MS, Tahoma, Arial, sans-serif;
 font-size: 12.5px;
 font-weight: bold;
 color: rgb(160,160,160);
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;   
} 
 
#header{
 position:relative; 
 height:220px; 
 background-image: url(images/header4.jpg); 
 background-repeat: no-repeat;
 width:100%;
} 
 
#leftcol
{
 /*padding-left: 1%;*/
 width:19%;  
 float:left;  
 position:relative; 
 background-color:#000000; 
 }
 
#twocols{
 width:81%; 
 float:right; 
 position:relative; 
 text-align:center;
  }
 
#rightcol{
 width:19%; 
 float:right; 
 position:relative; 
 background-color:#000000; 
 }
 
#maincol
{
 background-color: #000000; 
 float: left; 
 display:inline; 
 position: relative; 
 width:81%; 
 }
 
#footer{
 
 background-color:rgb(174,24,32); 
 clear:both;
 text-align:center; 
} 
#footer a {
 color:#000000;
 text-decoration: underline;
 
}
#footer2
{
 color: #FFF;
 height:60px; 
 background-color:#49453E; 
 clear:both; 
 font-size: 13px;
 text-align:center;
}

a {
color: rgb(174,24,32);
text-decoration: none;
}

a:hover {
color: rgb(174,24,32);
text-decoration: underline;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
color: #A0A0A0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
padding-left: 7px;
}
h3 a, #header h2{
color: #A0A0A0;
}
h3 a:hover {
color: #A0A0A0;
text-decoration: underline;
}
li
{
    list-style: none;
}

    
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

