body { background-color: #ffffff;
       font-family: "Arial Narrow", Arial, Sans-Serif;
       color: #333;
       text-align: justify;
     }

a:link, a:visited, a:active { color: #ffffff;
			                  text-decoration: none;
			                  text-transform: none;
                            }

a:hover { color: #ffffff;
	      font-style: normal;
	      font-weight: none;
	      text-decoration: none;
	      text-transform: none;
        }

p { margin-left: 5px;
    margin-right: 5px;
  }

#float { float: left;
       }

#content { font-family: "Arial Narrow", Arial, Sans-Serif;
	       text-align: center;
	       width: 495px;
	       margin-top: -20px;
	       margin-left: 235px;
		   border-bottom: solid 1px #aaa;
		 }

#header { 
          width: 720px;
	      height: 100px;
		  margin-left: 10px;
		  
        }

#container { background-image: url("wrapper2.jpg");
	         background-repeat: y-repeat;
             background-position: 0 0;
	         width: 720px;
			 margin: 0 auto;
           }

#navigation { font-family: "Arial Narrow", Arial, Sans-Serif;
	          font-size: 12px;
			background: #4b4b4b;
	          font-weight: normal;
	          color: #ffffff;
              text-align: center;
              float: left;
              margin-left: 2em;
            }

#navigation ul { background-color: #2a2a2a;
                 width: 8em;
                 padding-left: 2em;
                 margin-left: 0em;
                 line-height: 1.5em;
               }

#navigation li { 
                 font-family: Arial, Sans-Serif; 
                 font-size: 12px;
                 color: #ffffff;
                 text-align: left;
                 letter-spacing: 1px;
	             word-spacing: 4px;
                 list-style: url("arrow.gif");
               }

#navigation a:link, a:visited, a:active { font-family: Arial, Sans-Serif;
			                    		  color: #e4c795;
										  text-decoration: none;
										  text-transform: none;
                                        }

#navigation a:hover { 
//	font-family: "Arial Narrow", Arial, Sans-Serif;
	color: #e4b158;
//	font-weight: normal;
//        text-align: center;
	text-decoration: underline;
//	text-transform: none;
}

#footer { text-align: center;
		  background-repeat: no-repeat;
		  background-position: center;
          width: 720px;
		  height: 60px;
		  margin: 0 auto;
		  font-size: 80%;
		  color: #333;
        }

h1 { 
     font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	 color: #894629;
     font-style: normal;
     font-weight: bold;
     text-align: center;
     text-transform: none;
     margin-top: 0;
     padding-top: .5em;
     font-size: large;
   }

h2 { font-family: "Brush Script MT", Edwardian Script ITC, Mistral; Arial;
     font-size: medium;
     text-align: center;
   }
