body{
	background-color: #282925;
	margin: 0;
	padding: 0;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: sans-serif;

}

html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

i, cite, em, var, address, dfn {
font-style: normal;
}

#bodymain {
opacity:0;
}

#textDiv {
position: absolute;
width: 100%;
top: 30%;
color: #ffffff;
text-align: center;
}


.topic {
font-family: gibsonLight;
font-size: 12px;
color: #788B96;
}

.image_block {  
	font: normal 18px 'gibsonSemiBold';
	color: #788B96;
	font-family: sans-serif;

}

.PageTitle {
	font: bolder normal 30px 'gibsonSemiBold';
	color: #FFFFFF;
		font-family: sans-serif;
}

.Title {
	color: #788B96;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .075em;
	font-family: 'gibsonSemiBold';
	width: 50%;
	margin: 3% auto 1% auto;
	text-align: center;
	font-family: sans-serif;
}

h1 {
display: block;
font-size: 2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}

.Quote {
	font: bolder normal 20px/normal 'gibsonSemiBold';
		font-family: sans-serif;
		color: #788B96;
}

.photocaption {
	
	font:  bolder 16px/normal 'gibsonSemiBold';
	font-family: sans-serif;
	color: #000000;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

.bodycopy {
	font:  normal 16px/normal 'gibsonSemiBold';
	color: #FFFFFF;
	font-family: sans-serif;

}

.details {
	font: normal medium 'gibsonSemiBold';
	color: #282925;
	font-family: sans-serif;

}








a:link {
	text-decoration: none;
	color: white;}
a:visited {text-decoration: none;
	color: white;}
a:active {text-decoration: none;
	color: white;}
a:hover {text-decoration: none;
	color: blue;}
