
* {
	margin: 0;
	padding: 0;
}
body {
	color:#FFFFFF; 
	background-image: url(images/background.jpg);
	}
#container {
					width: 800px;
					background-color:#000000;
	        margin: 0 auto;
	        margin-top: 10px;
          border: solid 1px #990000;
					}
#header {
          width: 795px;
					height: 106px;
					margin-top: 4px;
					background-image: url(images/header.gif);
					background-repeat: no-repeat;
					padding: 2px;
					}

							#header h1 {
			display: none;
}
					
	#header a {
			display: block;
			width: 280px;
			height: 100px;
			text-decoration: none;
			}					
					
#navbar {
					border-top: solid 1px #990000;
					border-bottom: solid 1px #990000;
					}
}

#navbar ul  {
				

}
#navbar li  {
			display: inline;
			
}
#navbar a {
				padding: 0 15px;
				}
#navbar a:link, #navbar a:visited {
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
				font-family: times new roman;
				}
#navbar a:hover, #navbar a:active {
				color: #990000;
				text-decoration: none;
				}	
				

						
#main  {
			width: 780px;
			margin-top: 15px;
			
			
			
			}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
border-color: #000000;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 2px;
border: 2px #FFFFFF;
border-color: #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 200px;
left: 550px; /*position where enlarged image should offset horizontally */

}

</style>

			
			}
#main h1 {
			margin-left: 120px;
			font-size: 12px;
			line-height: 30px;
			width: px;
			
			}


#main p {
		margin-left: 40px;
		font-family: times new roman;
		font-size: 12px;
		line-height: 20px;
		text-align: justify;
		font-variant: small-caps;
		
		
		}
#footer {
				  margin-left: 2px;
					margin-bottom: 4px;
          width: 795px;
					height: 160px;
					background-image: url(images/footer.jpg);
					background-repeat: no-repeat;
					
					
					}






