
* {
	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;
				}	
				
				
#rightcol {
			width: 360px;
			
			background-image: url(images/catt.jpg);
			background-repeat: no-repeat;
			float: right;
			height: 340px;
			
			}							
				
						
#main  {
			width: 400px;
			margin-top: 15px;
			margin-left: 20px;
			}


<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: #990000;
padding: 2px;
border: 2px;
visibility: hidden;
color: white;
font-family: verdana;
font-size: 14px;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
font-size: 14px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
font-size: 14px;
top: 200px;
left: 550px; /*position where enlarged image should offset horizontally */

}

</style>

			


#main p {
		margin-left: 10px;
		font-family: times new roman;
		font-size: 12px;
		line-height: 20px;
		text-align: justify;
		font-variant: small-caps;
		font-weight:;
		}
#footer {
				  margin-left: 2px;
					margin-bottom: 4px;
          width: 795px;
					height: 160px;
					background-image: url(images/footer.jpg);
					background-repeat: no-repeat;
					
					
					}






