/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 110%;
	font-stretch:extra-condensed
	line-height: 130%;
	letter-spacing:1px;
	background-color: white;
	background-position: fixed;
}

/* CSS Document */

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing:1px;
	background-color: white;
	background-position: fixed;
	text-align: center

}


p {
	font-family: Helvetica, sans serif;
	font-size: 75%;
	font-weight: thin;
	color:black;
	font-stretch:extra-condensed;
	line-height: 170%;
	letter-spacing:1px;
	text-align: center
	
}
w {
	color:white;
	font-size:7px;
	line-height: 40%;

}

 #container {
	 background white;
	width:1100px;
	 height:700px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 60px;
 }
 
  #navbox {
	 background white;
	width:1060px;
	 height:100px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 40px;
 }
ul li a{
	color: #993300;
	text-decoration: none;
	text-alignment:center;

}
	ul li a:visited{
	color: blue;
	text-decoration: none;
	text-alignment:center;
}
	ul li a:hover{
	color:green;
	text-decoration: none;
	text-alignment:center;
}
	ul li a:active{
	color:orange;
	text-decoration: none;
	text-alignment:center;
}

#navigation li {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;	
		font-weight: narrow;
		line-height: 100%;
		list-style-type: none;
		text-decoration: none;
		text-align:center;
}