body 	{
		background-image:url(images/bg.jpg);
		}
.txtIndex	{
	font-family:Arial, San-Serif;
	font-color: #FFFFFF;
	text-align:left;
	font-size:13px;
	color: #FFFFFF;
	width:350px;
	margin-left:40px;
		}
		
.txtcolumn	{
	font-family:Arial, San-Serif;
	font-color: #FFFFFF;
	text-align:left;
	font-size:13px;
	color: #FFFFFF;
	width:208px;
	margin-left:40px;
		}

.txtContent	{
	font-family:Myriad Pro, Arial, San-Serif;
	font-color: #FFFFFF;
	font-size:13px;
	color: #FFFFFF;
		}
.indFooter	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	color: #FFFFFF;
	width:400px;
	font-variant: small-caps;
	font-weight: 400;
		}


.vcard	{
	width:1000px;
	color:#330000;
	font-family:arial, verdana, san-serif;
	font-size:12px;
	margin-top:8px;
		}
.vcard a{
		text-decoration:none;
		color:#330000;
		}
.vcard a:hover{
		text-decoration:underline;
		color:#330000;
		}


.footer	{
	width:1000px;
	color:#333333;
	font-family:arial, verdana, san-serif;
	font-size:10px;
	margin-top:8px;
		}
		
.footer a{
		text-decoration:none;
		color:#333333;
		}

.navigation	{
	width:100%;
	color:#7f4303;
	font-family:arial, verdana, san-serif;
	font-size:11px;
	margin-top:8px;
		}
		
.navigation a{
		text-decoration:none;
		color:#7f4303;
		}

.navigation a:hover{
		text-decoration:underline;
		color:#993300;
		}

.hrfoot {
	width: 100%;
	border: none 0;
	color: #7f4303;
	background-color: #7f4303;
	height: 3px;
	}

/* For Photo Gallery */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
background-image:url('images/rollover.gif');
background-repeat:no-repeat;
width:800px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail a {
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

