/* CSS Document */

html,body{margin:0;
          padding:0}
body{font: 76% arial,sans-serif;
     text-align:center}
p{margin:0 10px 10px}
a{
   color: #006;
  }
h1 {font-size:14px;
    text-align: center;
	color: #b45414;
	}
h2 { font-size: 12px;
     color: #465e82; 
	 padding-left: 10px;
	 padding-top: 20px;
	 	 }
tr,td {border-left: thin dashed #b45414;
       border-right: thin dashed #b45414;
       border-bottom: thin dashed #b45414;
	   
}
ul {list-style-type:lower-alpha;
}
div#header{background: #b45414;
           position:relative;
		   height: 260px;
}
div#header h1{ 
               height:80px;
              line-height:80px;
			  margin:0;
              padding-left:10px;
			  color: #79B30B;
			  }
div#container{text-align:left;
              background:#FFFFFF;
			  width:auto;
}
div#content p{line-height:1.4;
              padding-right:14px;    
			                    
			   }
div#extra{}
div#footer{background: #333;
           font-size: 9px;
           color: #FFF
		   }
div#footer p{margin:0;
             padding:5px 10px}
div#footer a{display:inline;
             padding:0;
			 color: #C6D5FD
			 }

div#container{width:700px;
              margin:0 auto
			  }
div#content{float:right;
            width: 485px;
			padding-top:5px;
			}
div#navigation{background: #ffffcc;
               float:left;
               width: 180px}
div#extra{clear:both;
              width:100%;
			  }