/* Layout Stylesheet 
Size Styles */ 

#outer-size {
 width: 768px;
 height: 1210px;
 text-align: center;
 margin: auto;
 } 

#header-size {
 width: 768px;
 height: 80px;
 text-align: center;
 padding: 0px 0px 0px 0px; 
 margin: 0px 0px 0px 0px;
 } 

#header-left {
 width: 223px;
 height: 80px;
 padding: 0px 0px 0px 0px; 
 margin: 0px 0px 0px 0px;
 float: left;
background-image: url(images/logo_fb.jpg);
/* background-image: url(images/atlnoaddress.JPG); */
 background-position: left;
 background-repeat: no-repeat;
} 

#header-main {
 width: 545px;
 height: 80px;
 padding: 0px 0px 0px 0px; 
 margin: 0px 0px 0px 0px;
 float: left;
 background-image: url(images/header_bkgd.jpg);
 background-position: top;
 background-repeat: repeat-y;
 } 

#main-size {
 width: 768px;
 height: 1015px;
 text-align: center;
 margin: auto;
 } 

#main-left {
 width: 163px;
 height: 1015px;
 text-align: center;
 margin: auto;
 float: left;
} 

#main-main {
 width: 595px;
 height: 1015px;
 text-align: center;
 margin: auto;
 float: left;
} 

#ftr-size {
 width: 768px;
 height: 115px;
 text-align:center;
 margin: auto;
 }


 
/*

Styles Not Used

#hdr {
 width: 100%;
 height: 150px;
 text-align: center;
 background-color: white;
}
 
#hdr-line {
 width: 800px;
 height:20px;
 text-align:center;
 background-color: black;
}
 
#main {
 width: 910px;
 height:700px;
}


*/ 