
/* Layout Stylesheet */ 

body {margin: 0; padding: 0;
background: #FFB812;

  }

#wrapper {
 margin: 40px auto; 
width: 800px;
 padding:0;
 background-color: #FFFFFF ;
background-image: url(mitra.jpg);
background-position: bottom left;
background-repeat: no-repeat;
 color: #000000;
border: 1px solid;
-moz-border-radius: 1em;}

#bar-top {
 height: 50px; 
 margin: auto;
list-style: inline;
text-align: right;
}


#content { 
 color: #333333;
  margin:0 0px 0 250px;

 }

#copy { 
 height: 50px; 
width: 800px;
 margin: auto;
text-align: right;


}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}