body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h1 
{font-size:16px;color:#c43807;font-variant: small-caps;text-align: center;
}

h2 
{font-size:16px;color:#c43807;font-variant: small-caps;text-align: left;
}

h3 
{font-size:15px;color:#c43807;font-variant: small-caps;text-align: left;
}

h4 
{font-size:16px;color:#000000;font-variant: small-caps;text-align: left;
}

p {
	color:#000000;
	font-size:10px;
	line-height:normal;
    white-space:normal;
    text-align:justify;
}


a:link, a:visited
{
	text-align:center;
	text-Decoration: none;
	color: #c43807;
	
  
}

a:active, a:hover
{
	text-align:center;
	text-Decoration: none;
	color: #c43807;
	font-weight: bold;
  
}





#content {
    float:left;
	width:530px;
	height:100%;
    padding:7px;
    overflow:inherit;
	
		
}

.thumbnail{
	float:left;
	margin:50px 60px 30px 0px;
	border: 3px solid #000000;

z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f1e4c8;
padding: 5px;
left: -1000px;
border: 3px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 240px;
left: 50px; /*position where enlarged image should offset horizontally */

}


.thumbnail1{
	float:left;
	margin:50px 60px 80px 0px;
	border: 3px solid #000000;

z-index: 0;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f1e4c8;
padding: 5px;
left: -1000px;
border: 3px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 240px;
left: 50px; /*position where enlarged image should offset horizontally */

}




.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


img.start1 {
	float:left;
	margin:50px 60px 30px 0px;
	border: 3px solid #000000;
	
}

img.start2 {
	float:right;
	margin:0 px 0px 10px 30px;
	border: 3px solid #000000;
	
}

img.start3 {
	
	margin:20px 0px 10px 10px;
	border: 3px solid #000000;
	
}

img.start4 {
	float:left;
	margin:50px 60px 60px 0px;
	border: 3px solid #000000;

