/* CSS Document */

html, body, form, fieldset  { font-size: 100.01%;
			      margin:0;
			      padding:0; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address 
	{ margin: 1em 0; 
	  padding: 0; }


body {background: #191970; 
	color: #333;
	font-family: Arial, serif;
	font-size: .75em;
	line-height: 1.5em;
}

p     { text-indent: 2em; 
        margin-top: 1em;}


ul.navbar { position: absolute;
    	    top: 110px;
    	    left: 1em;
    	    width: 13em;
            padding: 1em;
            margin: 0;
            list-style: none ;
            background-color: #ECF1EF;
            text-indent: 1em; 
            font-family: Consolas, Arial; }

img { float: right;
      padding: 1em; }

/* MAIN CONTAINERS */

#container 
	{ background-color: #ECF1EF ;
	  font-family: Consolas, Arial, Verdana ;
  	  width: 540px ;
          padding: 1em ;
	  text-align: left ; 
	  position: absolute ;
    	  top: 110px ;
    	  left: 17em ;}


#banner 
        { text-indent: 11em ;
          font-family: Juice ITC, consolas ;
          height: 100px;
          background-color: #FFD700; }




