BODY {
	background: #FFFFFF url(canvas.gif);
	color: #000000;
}

.copyright {
	font-style: italic;
	text-align: center;
	font-size: x-small;

}

.desc {
	font-style: italic;
	text-align: center;
}

.pic {
	font-style: italic;
}

.nav {
	font-style: normal;
	text-align: center;
	font-weight: bold;
}

a.nav:link { 
    color: #000000; 
    text-decoration: none
} 

a.nav:visited { 
    color: #000000;
    text-decoration: none
} 

a.nav:hover { 
    color: #333333;
    text-decoration: none 
} 

a.nav:active { 
    color: #000000;
    text-decoration: none 
} 

.imgnum {
	font-style: normal;
	text-align: center;
}

.btop {
	background-attachment: fixed;
	background-image: url(_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bbottom {
	background-attachment: fixed;
	background-image: url(_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bleft {
	background-attachment: fixed;
	background-image: url(_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.bright {
	background-attachment: fixed;
	background-image: url(_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}

