
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#C1935E;
 color: #000000;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:96%;
 margin:auto;
 background:#C1935E;
 }

#header {
 padding:5px;
 height:120px;
 background:#F2C48E;
 color: #000000;
 }

#menu {
 position:relative;
 left:50px;
}

#menubar { 
 height:25px;
 background:#000;
 color: #000000;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#gallerymenubar { 
 height:25px;
 background:#000;
 color: #000000;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 width:100%;
 }

#bodyarea {
 background: #F7D3A8;
 color: #ffffff;
 width:100%;
 padding:0;
 }

#leftarea {
 position: relative;
 top: 20px;
 left:10px;
 background: #F7D3A8;
 width:20%;
 padding:0;
 }

#content {
 width:100%;
 background:#F7D3A8;
 color: #000000;
 border-right:1px solid #000;
 text-align:justify;
 }

#footer {
 height:25px;
 background:#000;;
 color: #ffffff;
 font-weight:bold;
 border-top:1px solid #000000;
 margin:0;
 padding-top:5px;
 }

li span.displaynone { 
 display:none; 
 }
