html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	background-color: #000000;
	color: #1F2A3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F2A3E;
}

.header {
	height: 143px;
}

#fullheight {
	height:100%
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F2A3E;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F2A3E;
	font-weight: bold;
}

.title14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F2A3E;
	font-weight: bold;
}

.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #1F2A3E;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B78B3;
	text-decoration: none;
	border: 0px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00;
	text-decoration: underline;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F2A3E;
	font-weight: bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F2A3E;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B78B3;
	text-decoration: none;
}

.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C00;
	text-decoration: underline;
}



<!-- Gallery styles -->

img { border: 0px; }
span.album_description { font-size: 0.9em; display: block; color: #404040; text-align: center; }
span.image_description { font-size: 0.9em; display: block; color: #404040; text-align: center; }
span.copy { display:block; text-align: center; }