/* Layout Stylesheet */ 

body {
 text-align:center;
 margin:0px;
 background:rgb(196,204,95);
 color: #000aaa;
 }

#container {
 text-align:center;
 border:0px solid #000000;
 width:552px;
 height:272px;
 background-image: url("images/sitebox.jpg");
 }

#nav {
 margin-top:30px;
 height:25px;
 width:452px;
 color: #FFFFFF;
 text-align:center;
 }
 
#content {
 text-align:left;
 border:0px solid #000000;
 width:452px;
 height:212px;
 }

#footer {
 height:25px;
 color: #FFFFFF;
 margin: 0; padding: 0;
 }
