/* generated by csscreator.com */ 
html, body{ 
 margin:25px; 
 padding:0; 
 text-align: left;
 background-image:url('tbweb_background.jpg');
 background-repeat: repeat;
 background-attachment: fixed;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:0; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:70px; 
  background-color:#FFFFFF; 
 width:100%;
} 

#navbar{
 position:relative; 
 height:50px; 
  background-color:#FFFFFF; 
 width:100%;
 text-align: left;
} 
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:100%; 

 }
 
#footer{
 height:27px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

p {font:14px arial, sans-serif; color:#4593A7;}

h1 {font:20px arial, sans-serif; color:#4593A7;}


a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: #000000;}


 
 /* *** 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 */  

