/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../page-bg-2.jpg);
}
.text-tiny {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.text-heading {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #5f787c;
	text-decoration:none;
}
a:visited {
	color: #5f787c;
	text-decoration:none;
}
a:hover {
	color: #465456;
	text-decoration:underline;
}
a:active {
	color: #5f787c;
	text-decoration:none;
}
a.nav:link {
	color: #ffffff;
	text-decoration:none;
}
a.nav:visited {
	color: #ffffff;
	text-decoration:none;
}
a.nav:active {
	color: #ffffff;
	text-decoration:none;
}
a.nav:hover {
	color: #000000;
	text-decoration:none;
}
/* styling the album */
#wrap {width: 66em; text-align: center; margin: 0 auto;}

/* fix for IE */
#thumbs ul a img
{
border:2px solid #5f787c;
}
#thumbs ul a:hover img
{
border:2px solid #465456;
}
/* end fix for IE */

#thumbs {
width: 265px;
}
#wrap ul {
list-style: none;
margin: 0;
padding: 0;
}	 
#wrap ul li {
display: inline;
} 
#wrap p {
text-align: left;
}
#full_image {
float: right;
width: 400px;
}
#gallery_nav {
float: right;
margin-top: -.20em;
background: #ffffff;
}
/* end styling the album */
