@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

#imgscroll
{
	width:190px;
	height:600px;
	overflow:scroll;
}
#imgscroll img
{
	border:none;
	cursor:pointer;
	margin:8px;
	padding:0;
}

#img-section
{
	margin-top: 20px; 
	text-align:center;
	width:400px;
}
#img
{
	border:none;
}
#capt
{
	height:24px;
	width:400px;
}
#nav
{
	text-align:center;
	width:400px;
}
#nav a
{
	color:#a2ad88;
	text-decoration:none;
}
#nav a:hover
{
	color:#64733d;
	text-decoration:underline;
}
