/* CSS Document */



body {
	background-image: url(../images/lines.gif);
	background-repeat: repeat;
	margin-top: 25px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

#hometext	{
	font-size: small;
	text-align: justify;
}

#abouttext	{
	font-size:	small;
	text-align:	justify;
}

#contacttext	{
	font-size:	small;
	text-align: center;
}


a:link {
	text-decoration: underline;
	color: #7f231a;
}
a:visited {
	text-decoration: underline;
	color: #7f231a;
}
a:hover {
	text-decoration: underline;
	color: brown;
}
a:active {
	text-decoration: underline;
	color: #7f231a;
}

#bottomnav	{
	font-size: small;
	font-weight:	bold;
}

#bottomnav a	{
	color:	black;
	text-decoration: none;
}

#bottomnav a:hover	{
	color: #72584b;
}


#footer	{
	color: white;
	text-align: center;
	font-size: x-small;
}
	


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

.thumbnail{
	position: relative;
	z-index: 0;
	top: -1px;
}

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

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

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

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

}

