/* Layout Stylesheet 
Color Styles */ 

body {
 color: Black;
 text-align:center;
 background-color: #ffcc99;
 padding: 0px 0px 0px 0px; 
 margin: 0px 0px 0px 0px;
 }

#outer-color {
 background-color: white;
 text-align: center;
 margin: auto;
 width: 100%;
 height: 100%;
 } 

#header-color {
 background-color: white;
 text-align: center;
 padding: 0px 0px 0px 0px; 
 margin: 0px 0px 0px 0px;
 width: 100%;
 height: 100%;
 } 

#header-main-color {
 background-color: transparent;
 text-align: center;
 padding: 0px 0px 0px 0px; 
 margin: 0px 0px 0px 0px;
 width: 100%;
 height: 100%;
 } 

#main-color {
 background-color: white;
 text-align: center;
 margin: auto;
 width: 100%;
 height: 100%;
 } 

#main-left-color {
 background-color: white;
 text-align: center;
 margin: auto;
 width: 100%;
 height: 100%;
 overflow: auto;
 } 

#main-main-color {
 background-color: white;
 text-align: center;
 margin: auto;
 width: 100%;
 height: 100%;
 overflow: auto;
 } 

#ftr-color {
 background-color: #f5f5d9;
 text-align: center;
 margin: auto;
 width: 100%;
 height: 100%;
 } 



 
/*

Styles Not Used

#header-left-color {
 background-color: silver;
 text-align: center;
 padding: 0px 0px 0px 0px; 
 margin: 0px 0px 0px 0px;
 width: 100%;
 height: 100%;
 } 

#hdr {
 width: 800px;
 height:150px;
 text-align:center;
 background-color: white;
}
 
#hdr div.logo {
 width: 125px;
 height:150px;
 text-align:center;
 float: left;
}

#hdr div.title {
 width: 650px;
 height:40px;
 text-align:center;
}

#hdr-line {
 width: 800px;
 height:20px;
 text-align:center;
 background-color: black;
}
 
#main {
 width: 910px;
 height:700px;
}

#ftr {
 width: 910px;
 text-align:center;
 background-color: #4c1510;
 }



*/ 