@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color: #000;
}

@font-face {
    font-family: 'PowellAntiqueRegular';
    src: url('fonts/Powell/PowellAntique-webfont.eot');
    src: url('fonts/Powell/PowellAntique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Powell/PowellAntique-webfont.woff') format('woff'),
         url('fonts/Powell/PowellAntique-webfont.ttf') format('truetype'),
         url('fonts/Powell/PowellAntique-webfont.svg#PowellAntiqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.john {
	color: #FFF;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	background-color: #000;
}

.phone {
	color: #FFF;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;;
	font-size:14px;
}

.email {
	color: #FFF;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;;
	font-size:20px;
}

.contactbox {
	padding-left: 20px;
}
.link {
	color: #FFF;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: line-through;
}
a:active {
	font-style: oblique;
	color: #FFF;
	text-decoration: underline;
}

.gallery {
}

.gallery img {
	padding-right: 100px;
	padding-left: 100px;
}
.descriptions {
}

.descriptions span {
}

