@charset "utf-8";

body {
	background-color: #848484;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.picturecell {
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	border: 5px solid #CCCCCC;
	padding: 0px;
	margin: 10px;
}
.bottombar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.picturetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	background-position: center;
	padding: 7px;
}

.blurbtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	text-align: left;
	padding: 15px;
	float: right;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:hover.img {
	border: 5px solid #000000;
}
.longdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}
.bigpicturecel {
	background-position: center center;
	text-align: right;
	vertical-align: top;
	border: 5px solid #CCCCCC;
	margin: 15px;
	float: right;
}
