/* primary baycoastrailroad.com css file */ 
html, body{ 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 margin:0; 
 padding:0; 
 text-align:center;} 

p{
 font-size:12px;
 text-decoration:none;
 padding: 5px 0 5px 10px;
 margin: 0;
 line-height: 1.2em;
 background-color:#FFF;
 color:#fff;}
 
h1, h2, h3, h4, h5{
 padding: 5px 0 5px 200px;
 margin:0;
 color:#6B6B6B;}
 
#pagewidth{ 
 width:100%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;} 
 
#header{
 position:relative; 
 height:205px; 
 background-color:#eee; 
 width:100%;
 border-bottom: 1px solid #6B6B6B;
 background-image: url(images/logo.jpg);
 background-repeat:no-repeat;} 
 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
 background-color:#FFF;}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:85%;
 text-align:center;}
 
#footer{
 height:20px; 
 background-color:#ECA096; 
 clear:both;} 
 
 /* Float containers fix: */ 
.clearfix:after{
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;}
 
.clearfix{display: inline-table;}

/* 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;}
}