body {
font-family: arial;
background-color: #6699CC;
text-align: center;
}

A:link {font-style: italic; text-decoration: none; color:#000000;}
A:visited {font-style: italic; text-decoration: none; color: #BBBBBB;}
A:active {font-style: italic; text-decoration: none}
A:hover {font-style: italic; text-decoration: none; color: red;}


ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	}
	
#container {
  width: 100%;
  text-align: left;
  }
  
#subcontainer {
 margin: 20px;
 width: 80%;
 height: 565px;
 border: 5px solid #000000;
 background-color: #FFFFFF;
 }
 
 
 
 #gallery  {
 width: 80%;
 border: 5px solid #000000;
 background-color: #FFFFFF;
 } 
 
 #links {
 font-style: italic;
 width: 20%;
 border: 0px solid black;
 line-height: 300%;
 position:relative;
 left: 50px;
 top: 200px;
 }
 
 .thumbnail
{
float: left;
width: 150px;
border: 1px solid #999;
margin: 0 15px 15px 0;
}

.quote 
{font-style: italic;
text-indent: 5em;
}

.clearboth { clear: both; }