/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#1f0309;
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;

 
} 
 
#header{
 position:relative; 
 height:230px; 
 background-color:#1f0309; 
 width:100%;
 margin-bottom:0px;
}

 
#leftcol{
 width:2%; 
 float:left; 
 position:relative; 
 background-color:#1f0309; 
 color:white;
 margin-left:10px;
 text-align:left;
}

#maincol{
 background-color: #1f0309;  
  
 display:inline; 
 position: relative; 
 margin-top:10px;
 width:97%; 

}
 
#footer{
 height:100px; 
background-color:#847374; 
 clear:both;
 margin-left:10px;
 margin-right:15px;
 margin-top:15px;
 } 
 

 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}

p{
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
  font-size:14px;
  color:#efb99c;
}		

h1{
 font-weight:bold;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	 font-size:32px;
	 color:#efb99c;
	 }

	 
	 

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
margin-top:22px;
margin-bottom:22px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid tan;
text-decoration: none; 
color: tan;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: brown;
}

.pagination a.currentpage{
background-color: brown;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink {
background-color: #1f0309;
cursor: default;
color: tan;
border-color: brown2;
font-weight: normal !important;
}

.pagination a.disablelink:hover{
background-color: brown;
cursor: default;
color: black;
border-color: brown2;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: normal;
}

	 
	 