html, body{ 

 margin:0; 

 padding:0; 

 text-align:center;

 background: url(images/bg.gif) top left repeat-x #242424;

 font-family: Tahoma;

} 

 

#pagewidth{ 

 width:819px; 

 text-align:left;  

margin-left:auto; 

 margin-right:auto;  

} 

 

#header{

 position:relative; 

 height:124px; 

 width:100%;

}



#headerleftcol{

 width:569px; 

 float:left; 

 position:relative; 

}

 

#headerrightcol{

 float: right; 

 display:inline; 

 position: relative; 

 width:250px;

 color: #ffd900;

 padding-top: 30px;

 font-size: 20px;

 text-align: right;

}



#headerrightcol .small{

    font-size: 14px;

}



#headerrightcol a{

    color: #ffd900;

    text-decoration: underline;

}



#wrapper {

    background: url(images/maintop.gif) top no-repeat #2e2e2e;

    padding-top: 15px;

    padding-bottom: 30px;

}


li {
        color: #ffd900;
}

span {
    color: #FFF;
}
 

#leftcol{

 width:519px; 

 float:left; 

 position:relative;

 padding-left: 20px;

 padding-right: 45px;

 padding-top: 15px;

 text-align: justify;

 color: #FFF;

 font-size: 14px;

}

 

#rightcol{

 float: right; 

 display:inline; 

 position: relative; 

 width:235px;

 padding-top: 15px;

 }
 
 #leftcolcontact{

 width:259px; 

 float:left; 

 position:relative;

 padding-left: 20px;

 padding-right: 45px;

 padding-top: 15px;

 text-align: justify;

 color: #FFF;

 font-size: 13px;

}

img {
    border: 0;
}

#rightcolcontact{

 float: right; 

 display:inline; 

 position: relative; 

 width:485px;

 padding-top: 15px;

 }

 

#navcontainer {

    height: 25px;

    margin: 0px;
	

}

 

ul#navlist {

margin: 0; 

margin-top:-3px;

padding: 0;

white-space: nowrap;

float:left;

}



#navlist li {

display: inline-block;

list-style-type: none;

float:left;

padding: 0;
}



#navlist a {

padding-left: 15px;

padding-right: 15px;

padding-top: 6px;

padding-bottom: 6px;

font-size: 14px;

display:block;

margin:0;

float:left;

}



#navlist a:link, #navlist a:visited {

color: #a59f7b;

background-color: #242424;

text-decoration: none;

border-left: 4px solid #242424;

}



#navlist a:hover {

color: #ffd900;

background-color: #2e2e2e;

text-decoration: none;

border-left: 4px solid #ffd900;

}



#banner {

    height: 200px;


    margin-bottom: 20px;

}

 

#footer{

 height:21px; 

 background-color:#242424;

 padding-left: 20px;

 padding-top: 4px;

 clear:both;

 font-size: 12px;

 color: #a79f7b;

 }

 

 #rockbottom {

    height: 20px;

    background-color: #2e2e2e;

 }

 

h1 {

    font-size: 20px;

    color: #ffd900;

    margin: 0;

    margin-bottom: 10px;

    text-align: left;

 }

 

 h2 {

    font-size: 15px;

    font-style: italic;

    color: #a89f80;

    margin: 0;

    margin-bottom: 0px;

    text-align: left;

 }

 

 a {

    color: #FFF;

 }

 

 a:hover {

    color: #ffd900;

    text-decoration: underline;

 }

 

.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;} 

#twocols, #maincol{width:100%; float:none;}

}

