    * { 
	 margin:0 ;
	 padding:0;
    }
    
    html {
	 height:100%;
	 width:100%;
	 background:#ddd;
	 font-size:16px;
    }
    
    body {
	 min-height:100%;
	 width:100%;
	 min-width:800px;
	 max-width:1280px;
	 background:#fff;
	 margin-left:auto;
	 margin-right:auto;
    }
    
    address {
	 position:relative;
	 float:right;
	 margin:2% 10%;
	 white-space:nowrap;
    }
    
    p {
	 font-family: sans-serif;
	 position:relative;
	 width:80%;
	 float:right;
	 margin:2.5% 10%;/*25px 0 25px;*/
	 text-indent:2em;
    }

    .clear {
	 clear:both;
    }
    
    #background {
	 position:absolute;
	 left:8%;
	 top:24px;
    }
    
    #header {
	 border-bottom:2px solid red;
	 height:150px;
	 position:relative;
	 top:0;
	 background:url('/images/rwb.png') repeat top left #ddd;
	 text-align:center;
	 margin:0;
    }
    
    #header h1{
	 font-style:italic;
	 font-family:sans-serif;
	 color:#00f;
	 margin: 0;
	 padding:40px 0 0 0;
    }
    
    #header h2{
	 font-size:100%;
	 font-style:italic;
	 font-family:sans-serif;
	 color:#f00;
	 margin:0;
	 padding:0;
    }
    
    #content {
	 position:relative;
	 height:100%;
	 width:100%;
	 top:0;
	 margin:0;
	 padding:0;
	 right:0;
    }
    
    #content h1, h2, h3{
	text-align:center;
	margin:10px;
     }
     
    #navigation {
	 font-family: sans-serif;
	 background:#0000ff;
	 position:relative;
	 float:left;
	 margin:0;
	 
	 min-height:100%;
	 width:25%;
	 white-space:nowrap;
    }   
    
    #navigation ul li {
	 list-style-type:none;
	 width:95%;
	 padding:8px 5px 8px 2px;
    }
    
    #navigation ul li ul{
	 width:95%;
	 font-size:0.9em;
	 margin-left:0.5em;
    }
    
    #navigation ul li ul li{
	 width:95%;
	 display:block;
	 border:none;
    }
    
    #navigation ul li ul li ul li{
	 width:95%;
	 display:block;
	 border:none;
    }
    
    #navigation a{
	display:block;
	padding:5px;
	text-align:center;
    }

    #navigation a:link{
	width:100%;
	border:1px solid white;
	background:#fff;
	padding:4px 8px 4px 0;
	color:#0000ff;
    }
    
    #navigation a:visited{
	width:100%;
	border:none;
	background:#ccc;
	color:#0000ff;
	padding:5px;
    }
    
    #navigation a:hover{
	width:100%;
	border:1px solid white;
	background:#8888ff;
	padding:4px 8px 4px 0;
	color:#fff;
    }
    
        #navigation a:active{
	width:100%;
	border:1px solid white;
	background:#8888ff;
	padding:4px 8px 4px 0;
	color:#fff;
    }
    

     #navigation h2{
	  font-size:0.9em;
	border:1px solid white;
	padding:5px;
	background:#8888ff;
	color:#fff;
	margin:0 32px 0 5px;
    }
    
     #navigation h3{
	  font-size:0.9em;
	margin:0 32px 0 0;
	padding:5px;
	color:#fff;
    }
    
        
    #footer {
	 position:relative;
	 clear:both;
	 background:#ff0000;
	 height:50px;
	 text-align:center;
    }
    
    #textarea {
	 position:relative;
	 font-family: sans-serif;
	 width:70%;
	 height:auto;
	 float:right;
    }
    
     * html  #textarea {
	  width: 65%;
     }
    
    #textarea  ol {
	 list-style-type:decimal;
	 position:relative;
	 width:70%;
	 float:right;
	 margin:0 5% 0 5%;
	 padding:5%;
    }
 
