
/* Layout Stylesheet */ 

body {
 margin:5px;
background: #B9A2B4;
 background-image:url(gif/gradient.jpg);
 background-repeat: repeat-x; 
 
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 
 width:740px;
 margin:auto;
 }

#hdr {
 height:70px;
 background: #540944;
 color: white;
 border-style:double
 }

#bar {
 height:5px;
 color: #333333;
 

 }

#bodyblock {
 position:relative;
background-image: url(gif/mandalastrip.jpg);
 
 background-repeat: repeat-y;

 color: #333333;
 width:740px;
 padding:0;
 }

#l-col {
 float:left;
 width:80px;
 padding-top:2px;
 }

#cont {
 width:620px;
 background:#ffffff;
 color: #333333;
 text-align:left;
border: 1px solid;
 border-color: black;
 }

#ftr {
 height:25px;
 color: #333333;
 background:#540944;
border: 1px solid;
 border-color: white;
 }

#navbox {
 height:44px;
 width:110px;
padding:1px;
 margin-bottom:2px;
 background: #540944;
 border: 1px solid;
 border-color: white;
 color: #white;
 text-align:left;
 }

 #botmandbloc {
 height:550px;
 width:550px;
 background:#f7fef7;
 color: #333333;
 float:none;
 margin-top:20px;
 margin-left:12px;
 text-align:right;
 padding-top:15px;
 padding-bottom:10px;
 padding-left:0px;
 padding-right:17px;
 border:solid #000000;	
 border-width:1px 1px 1px 1px;
  }