a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a:link
{
	font-family: 'Futura', 'Century Gothic', sans-serif;
	text-decoration: none;
	color: #B60000;
}

a:visited
{
	color: #B60000;
	text-decoration: none;
	font-family: 'Futura', 'Century Gothic', sans-serif;
	underline: no;
}

a:hover
{
	color: #F07878;
}

body {
background: #54554b;
font-family: 'Futura', 'Century Gothic', sans-serif;
}

.wrap {
	width: 850px;
	height: 575px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
background: white;
border: 5px solid black;
width: 975px;
height: 700px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.thumbwrapper {
	margin: 15px;
	overflow: auto;
	height: 600px;
	padding-left: 50px;
	padding-right: 50px;
}

.main {
}

.capt {
	color: #3F3F3F;
}

.thumb {
	border: none;
}

.grey {
	color: lightgrey;
}

.thimble {
	float: left;
	width: 132px;
	height: 120px;
}

.heading {
	text-decoration: none;
	font-size: 1.3em;
	text-decoration: underline;
}

#vertical {
	border: 4px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background: red;
}
