body {
 color: Black;
 text-align:center;
 /*
 background: #7a3d2c;
 */
 padding: 0px 0px 0px 0px; 
 margin: 10px 0px 0px 0px;
 background-image: url(images/background.jpg);
 background-repeat: repeat;
 }

#outer {
 width: 884px;
 height: 688px;
 text-align: center;
 margin: auto;
 background-color: white;
 border: 3px solid #8c7047;
 } 

#header {
 width: 100%;
 height: 200px;
 text-align: center;
 margin: auto;
 background-color: white;
 /*
 background-color: #c4ad8b;
 */
 float: left;
 } 

#logo1 {
 width: 100%;
 height: 200px;
 float: left;
 background-image: url(images/Header_Plaster.jpg);
 background-position: left;
 background-repeat: no-repeat;
 }

#header-top {
 width: 100%;
 height: 170px;
 text-align: center;
 margin: auto;
 background-color: transparent;
 /*
 background-color: #c4ad8b;
 */
 float: left;
 } 

#navigate {
 width: 100%;
 height: 20px;
 color: white;
 text-align: left;
 background-color: transparent;
 float: left;
 } 
 
 #main {
 width: 100%;
 height: 470px;
 text-align: center;
 margin: auto;
 background-color: white;
 } 

#main_left {
 width: 647px;
 height: 488px;
 text-align: left;
 margin: auto;
 background-color: white;
 float: left;
 } 
  
#main_content {
 width: 647px;
 height: 488px;
 text-align: left;
 margin: auto;
 float: left;
 background-color: white;
 } 

#main_desc {
 width: 647px;
 height: 40px;
 text-align: left;
 margin: auto;
 background-color: white;
 float: left;
 overflow: auto;
 } 
     
#main_right {
 width: 237px;
 height: 488px;
 text-align: center;
 margin: auto;
 float: left;
 
/*
 background-image: url(images/background_right.jpg);
 background-repeat: no-repeat;
 background-color: #84bebb;
*/
 background-image: url(images/background_blue-texture.jpg);
 background-position: center;
 background-repeat: no-repeat;
 } 

div.main_tile {
 width: 234px;
 height: 235px;
 text-align: center;
 margin: auto;
 float: left;
 } 

div.text {
 width: 90%;
 text-align: left;
} 
 
div.textright {
 width: 90%;
 text-align: right;
} 
 
div.status {
 height: 110px;
 overflow: auto;
} 
 
 #footer {
 width: 892px;
 height: 50px;
 text-align: center;
 margin: auto;
 background-color: transparent;
 } 

