/* CSS Document */
	 
body {
	background-color:#CCCCCC;
	width:100%;
	height:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	 }	 
	 
 #content {
	background-color:#FFFFFF;
	height:inherit;
	width:800px;
}
 
#footer {	  	
	background-color:#999999;
	height:25px;
	width:800px;
	clear:both;
}

#header {
	background-color:#CCCCCC;
	background-image:url(images/header.jpg);
	height:100px;
	width:800px;
}

#image_viewer {
        width:786px;
	height:650px;
}

#main {
	background-color:#FFFFFF;
	height:inherit;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	  }	   
	  
#nav {
	height:30px;
	width:800px;
	overflow:visible;
	 }	  	  		  
	  
a
      {
text-decoration:none;
      }	  
	  
a:visited
	  {
color:#0000CC;
	  }	 	 

p
	{
	text-indent:25px;
	margin-left:15px;
	margin-right:15px;
	}	  
