body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#F4FAFA;
margin: 0 auto;
}

div#container{
width:900px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 850px;
float: left;
display: none;
} 
.navbar_top{
position: relative;
width: 900px;
height: 235px;
background-image: url(Images/tmscenteroftexas-logo.jpg);
background-repeat: no-repeat;
float: left;
z-index: 2;
padding-left: 15px;
} 

 

#contentarea{
position: relative;
width: 750px;
float: left;
background-image: url(Images/bg.png);
padding: 5px 24px 15px 24px;
border: 1px solid #64bc48;
} 

#contentareahome{
position: relative;
width: 750px;
float: left;
background-image: url(Images/bg.png);
padding: 5px 24px 15px 24px;
border: 1px solid #64bc48;
} 


#navbar_left{
position: relative;
width: 50px;
height: 100%;
float: left;
} 
#featurebar{
position: relative;
width: 50px;
height: 100%;
float: right;
} 
#featurebarhome{
position: relative;
width: 50px;
height: 100%;
float: right;
} 


#contentfullpage{
position: relative;
width: 728px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 900px;
float: left;
margin: 8px -3px 0 0;
} 



