*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}
body {
  text-align: center;
  }

h6 {
	font-size: 14px;
	color: #FFF;
	font-family: Arial Black, Gadget, sans-serif;
}
h5 {
	font-size: 48px;
	font-family: Georgia, Times New Roman, Times, serif;
}


}
h2 {
	font-size: 14px;
	font-family: Arial, Gadget, sans-serif;
}

h3 {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
}

#container {
  margin: 0 auto;
  width: 903px;
  text-align: left;
  }

#shanehoverpress
{
	display: block;
	width: 180px;
	height: 444px;
	background: url("/photographs/shane.jpg") no-repeat 0 0;

}

#shanehoverpress:hover
{
	background-position: 0 -444px;
}

#shanehoverpress span
{
	display: none;
}


#beveridgehoverpress
{
	display: block;
	width: 180px;
	height: 444px;
	background: url("/photographs/beveridge.jpg") no-repeat 0 0;

}

#beveridgehoverpress:hover
{
	background-position: 0 -444px;
}

#beveridgehoverpress span
{
	display: none;
}



#kierhoverpress
{
	display: block;
	width: 180px;
	height: 444px;
	background: url("/photographs/kier.jpg") no-repeat 0 0;

}

#kierhoverpress:hover
{
	background-position: 0 -444px;
}

#kierhoverpress span
{
	display: none;
}


#drewhoverpress
{
	display: block;
	width: 180px;
	height: 444px;
	background: url("/photographs/drew.jpg") no-repeat 0 0;

}

#drewhoverpress:hover
{
	background-position: 0 -444px;
}

#drewhoverpress span
{
	display: none;
}



#nickhoverpress
{
	display: block;
	width: 180px;
	height: 444px;
	background: url("/photographs/nick.jpg") no-repeat 0 0;

}

#nickhoverpress:hover
{
	background-position: 0 -444px;
}

#nickhoverpress span
{
	display: none;
}






h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
