body {
        margin:/*0*/ auto;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        /*width:100%;*/
        background:#650606;
		font-size:90%;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    }
	a {
    	color:#650606;
	}
	a:hover {
		color:#fff;
		background:#650606;
		text-decoration:none;
	}
	
	.colMain h1, h2, h3, h4 {
		color:#650606;
		}
		
		.colMain {
			vertical-align:top;
			}
	 	 .col2 {
		  font-size: 11px;
		  text-align: justify;
		  line-height: 20px;
		  padding-left: 7px;
		  vertical-align:top;
	 }
	
	 	 .col2 p{
		  font-size: 11px;
		  text-align: justify;
		  line-height: 20px;
	 }
	 	  .col2 h3 {
		  font-size: 13px;
		  line-height: 20px;
	 }
	 	 	 	 .col2 h4 {
		  font-size: 12px;
		  line-height: 20px;
	 }

		 	 .col3 {
		  font-size: 11px;
		  text-align: justify;
		  line-height: 20px;
		  padding-right: 7px;
		  vertical-align:top;
	 }
	
	 	 .col3 p {
		  font-size: 11px;
		  text-align: justify;
		  line-height: 20px;
	 }
	 	 	 	 .col3 h3 {
		  font-size: 13px;
		  line-height: 20px;
	 }
	 	 	 	 	 .col3 h4 {
		  font-size: 12px;
		  line-height: 20px;
	 }
	/* Footer styles */
	.footer {
		border-top:1px solid #000;
		background-color: #fff;
		padding-top: 10px;
		font-size: 11px;
		  font-style: italic; 
    }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
color: #650606;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #F5FFFA;
	padding: 5px;
	left: -1000px;
	border: 1px solid #650606;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 300px;
	top: -30px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -10;
left: 100px; /*position where enlarged image should offset horizontally */

}