html{
	width: 100%;
}
body{
	width: 100%;
	font-size: 14px;
	padding: 0px;
	margin:0px;
	font-family: Helvetica,Arial,sans-serif;
}
div.topnav{
	height: 50px;
	line-height: 50px;
	background: black;
	margin: 0px;
	padding-left:20px;
	padding-right:20px;
	color: white;
	font-size:18px;
}
div.topnav a{
	color:white;
	text-decoration:none;
}
button.bars{
	float: right;
	height:50px;
	width:50px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 1px;
	outline: none;
}
img.navimg{
	height: 40px;
	vertical-align:middle;
}
div.links{
	background: black;
	text-align: right;
	padding-right: 30px;
	border-top:1px solid white;
	border-bottom: 1px solid white;
	color: white;
	display: none;
}
ul.linklist{
	list-style-type: none;
}
div.links a{
	color: white;
	text-decoration: none;
}
div.main{
	padding-left: 30px;
	padding-right:30px;
	padding-top: 10px;
}
div.center{
	text-align: center;
}
div.imglink{
	width:200px;
	height:220px;
	border: 1px solid black;
	display: inline-block;
	margin: 20px;
}
img.imglink{
	width:190px;
	height:190px;
	margin: 5px;
}
div.imglinktitle{
	text-align: center;
	border-bottom:1px solid black;
	background: black;
	height:20px;
	line-height: 20px;
	font-size: 18px;
	color: white;
}
a.imglink{
	text-decoration: none;
}

img.art{
	max-width:75%;
	display: block;
	margin: auto;
	margin-top:20px;
	margin-bottom: 20px;
}
div.imgtitle{
	text-align: center;
	font-weight: bold;
}