/*index.css*/

	body { font-family: Arial, sans-serif;
			background-color: #cccc99;
			color: #000000;
			font-size: 12px;
			text-align: center;
			}
			 
	#mainwrap { width: 800px;
			margin-left: 50px;
			margin-right: auto;
			text-align: left;
			}
			
	#header { width: 800px;
			}
			
	#background { width: 800px;
			background-color: #cccc99;
			background-image: url(../images/background.gif);
			background-repeat: repeat-y;
			}			
			
	#photosright { position: absolute;
			margin-left: 615px;
			top: 0px;
			}
	#photosleft { position: absolute;
			margin-left: 10px;
			top: 176px;
			}
			
	#copy { font-family: Arial, sans-serif;
			font-size: 12px;
			color: #333333;
			position: absolute;
			top: 70px;
			margin-left: 185px;
			width: 400px;
			}
			
	#copy ul { font-family: arial, sans-serif;
			font-size: 15px;
			}
			
	#copy li { padding-bottom: 2px;
			}
			
	#copy a:link { color: #666633;
			background-color: #cccc99;
			text-decoration: none;
			}
				 
   #copy a:visited { color: #666666;
      	background-color: #cccc99;
      	text-decoration: none;
      	}
      		
   #copy a:active { color: #ff0000;
      	background-color: #cccc99;
      	text-decoration: none;
      	}
      		
   #copy a:hover { color: #ff0000;
      	background-color: #cccc99;
      	text-decoration: none;
      	}
      		
   #footer { width: 750px;
   		background-color: #cccc99;
   		font-family: Arial, sans-serif;
			font-size: 12px;
			color: #333333;
			text-align: left;
			position: absolute;
			margin-top: 400px;
			margin-left: 10px;
			}
			
	#footer h1 { font-family: times, serif;
			font-size: 18px;
			text-align: center;
			}
      		
   .credits { font-style: italic;
   		padding-right: 30px;
   		padding-left: 30px;
			padding-bottom: 10px;
			}
	.credits a:link { color: #666633;
			background-color: #cccc99;
			text-decoration: none;
			}
				 
   .credits a:visited { color: #666666;
      	background-color: #cccc99;
      	text-decoration: none;
      	}
      		
   .credits a:active { color: #ff0000;
      	background-color: #cccc99;
      	text-decoration: none;
      	}
      		
   .credits a:hover { color: #ff0000;
      	background-color: #cccc99;
      	text-decoration: none;
      	}			


   			
 
