

body {
	 background-color: #000000;
	 background-image:url(background_test.jpg);
	 background-repeat:no-repeat;
	 background-attachment:fixed;
	 background-position:166px -50px;
	 width: 100%;
	 height: 100%;
	 color: #000000;
	 font-family:Verdana;
	 
}
.header {
	   font-family: Copperplate Gothic Bold;
	   text-decoration: underline;
	   text-align: center;
	   margin-left:185px;
	   margin-top: 135px;
	   width: 732px;
	   
}

.header A {

         text-decoration: underline;
}

.navigation {
			position: fixed;
			top: 0;
			left: 0; 
			float: left;
			width: 165px;
			height: 650px;
			 
			
			}
			
.content {
		/* position: absolute;  		 top: 0;  */
		
		 margin-left: 185px;
		 width: 732px;  
		 text-align: center;
		 
}

.content A {

         text-decoration: underline;
}

.content2 {
		/* position: absolute;  		 top: 0;  */
		 margin-left: 225px;
		 width: 730px;  
		 text-align: left;
		 font-size: 10px
		 
}

.content3 {
		/* position: absolute;  		 top: 0;  */
		 
		 margin-left: 225px;
		 width: 732px;  
		 text-align: center;
		 font-size:13px;
		 
}

.content4 {
		/* position: absolute;  		 top: 0;  */
		 margin-left: 225px;
		 width: 730px;  
		 text-align: left;
		 
}

.pictures {
	text-align: center;

}



A {text-decoration:none; color:black;}		 
A:visited {text-decoration:none; color:black;}
A:hover 

		 {text-decoration: underline; 
		 color: red;}
