/* CSS Document */

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


 #container {
	width:1200px;
	 height:1100px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 0px;
 }
 
  #textbox {
	width:1200px;
	 height:600px;
  }

  
 h1 { font-weight:bold;
 	color:#993300;
	font-size: 130%;
	text-align:center;	
	letter-spacing:2px;
	line-height: -30%;

 }
	
h2 { font-weight:bold;
 	color:(993300);
	font-size: 100%;
	text-align:justify;	
	letter-spacing:1px;	
	line-height: 10%;

 }

h3 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 	color:(000);
	font-size: 90%;
	font-weight: narrow;
	font-style:italic;
}

#navigation li {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;	
		font-weight: narrow;
		line-height: 80%;
		list-style-type: none;
		margin-left: -30px;
}

#content ul li {
	list-style-type: none;
	font-size:90%;	
	margin-left: -20px;
	
}
	
#content {
		width: 430px;
		height:190px;
		left: 560px;
		margin-top:20px;
		float:left;
		

		
	}

#photobox {
		background-color:white;
		width:1200px; height:370px;
		top:90px;
		border-color:#000;
		
}

#navbox {
	width: 185px;
	height: 250px;
	margin-top: 98px;
	float: left;

}

ul li a:link{
	color: black;
	text decoration: none;
}
	ul li a:visited{
	color: blue;
	text decoration: none;
}
	ul li a:hover{
	color:green;
	text decoration: none;
}
	ul li a:active{
	color:orange;
	text decoration: none;
}

#footer {
	
width:1000px;
	 height:60px;
	 padding-left: 20px;
	 padding-top: 10px;
	 color: pink;
}