body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#01C7F6;
margin: 0 auto;
}

div#container{
width:900px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 900px;
background-color: #F1ECDD;
float: left;
} 
.navbar_top{
position: relative;
background-color: #ffffff;
width: 900px;
height: 225px;
background-image: url(Images/hdr-ctaac.gif);
background-repeat: no-repeat;
float: left;
z-index: 2;
} 

#contentarea{
position: relative;
width: 660px;
float: left;
background-color: #ffffff;
padding: 0 20px;
} 

#contentareahome{
position: relative;
width: 660px;
float: left;
background-color: #ffffff;
padding: 0 20px;
} 


#navbar_left{
position: relative;
width: 200px;
height: 100%;
background-image: url(Images/leftnav-bg.gif);
float: left;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 150px;
height: 100%;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 850px;
float: left;
background: #FFF;
padding: 0 25px;
} 

div#footer{
position: relative;
width: 700px;
padding-left: 200px;
float: left;
background-image: url(Images/leftnav-bg.gif);
margin-right: -3px;
} 


