* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration:none;
	letter-spacing:1px;
	color: #202b3b;
}
#container{
min-width: 810px;
width: 100%;
margin: auto;
margin-top: auto;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
position: relative;
clear: left;
}

@font-face {
  font-family: 'GOTHABOL';
    src: local('GOTHABOL'),
    url("GOTHABOL.TTF") format('opentype'),
	url('gothabol-webfont.svg#gotham_boldregular') format('svg'),
	url('gothabol-webfont.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'WhitneyHTF';
    src: local('WhitneyHTF'),
	url('whitneyhtf-medium-webfont.svg') format('svg'),
    url("WhitneyHTF-Medium.otf") format('opentype'),
	url('whitneyhtf-medium-webfont.eot') format('embedded-opentype');
}

html {
	height: 100%;
}
a.afm {
	height:1px;
}

body {
	height: 100%;
	font-family: GOTHABOL, "GOTHABOL", "Hoefler Text", "Times New Roman", serif;
	font-size: 1em;
	color: #202b3b;
}


h1 {
	font-family: GOTHABOL, "GOTHABOL", "Hoefler Text", "Times New Roman", serif;
	font-size: 1.8em;
}
h2 {
	font-family: WhitneyHTF, "GOTHABOL", "Hoefler Text", "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: normal;
}
h3 {
	font-family: Verdana, "Verdana", "Arial", serif;
	font-size: 0.9em;
	font-weight: normal;
}

a {
	line-height:2em;
}

p {
	padding: 10px;
	text-transform:uppercase;
	font-family: GOTHABOL, "GOTHABOL", "Hoefler Text", "Times New Roman", serif;
	color:white;
	font-size:1.2em;
	margin-bottom:-16px;
}

span {
	padding: 0px 10px 20px 10px;
	font-family: Verdana, "Verdana", "Arial", serif;
	color:white;
	font-size:1em;
}

.thumb {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 50px;
vertical-align: text-bottom;
}

.image-container {
    position: relative;
    width: 380px;
}
.image-container .after {
    position: absolute;
	width: 100%;
    top: 0;
    left: 0;
	bottom: 56px;
    display: none;
    color: #FFF;
}
.image-container:hover .after {
    display: block;
    text-align:center;
    background: rgba(0, 0, 0, .6);
}
.center-aligner {
    display: inline-block;
    height: 40%;
    width:0px;
}



