@charset "UTF-8";

html body {
	margin				: 0 0 0 0;
	color				: #fff;
	background-color	: #000;
	background-image	: url(gallery/bg.png);
	background-repeat	: repeat-x;
	background-position	: top;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 13px;
	line-height			: 18px;
}

.BodyText {
	font-family			: 'Josefin Sans', Arial, Helvetica, sans-serif;
	font-size			: 14px;
	line-height			: 18px;
  	letter-spacing		: -0.024em;
	word-spacing		: -0.051em;
	font-weight			: lighter;

}

a {
	text-decoration		: none;
	color				: #FFF;
}
a:hover {
	text-decoration		: none;
	color				: #BDBB8E;
}


h3 {
	color				: #cfc;
	font-size			: 13px;
	font-weight			: lighter;
	font-family			: Century Gothic, "Trebuchet MS",Arial,Sans-Serif;
	border-bottom		: thin #CCC solid;
	padding-bottom		: 8px;
	padding-top			: 10px;
}

h2 {
	color				: #cfc;
	font-size			: 17px;
	font-weight			: lighter;
	font-family			: Century Gothic, "Trebuchet MS",Arial,Sans-Serif;
	letter-spacing		: .2em;
	margin-bottom		: 30px;
}

h1 {
	font-size			: 2em;
	font-weight			: normal;
	text-transform		: uppercase;
	font-family			: 'Buda', Century Gothic, "Trebuchet MS",Arial,Sans-Serif;
	letter-spacing		: .2em;
}

.copyright {
	font-size			: 12px;
	padding				: 0 0 0 0;
	text-align			: center;
	color				: #FFF;
}
.copyright a {
	text-decoration		: none;
	color				: #FFF;
}
.copyright a:hover {
	text-decoration		: none;
	color				: #BDBB8E;
}
.red {
	color				: #cd5231;
}

.faq {
	font-family			: Century Gothic, "Trebuchet MS",Arial,Sans-Serif;
	color				: #BDBB8E;
	font-size			: 18px;
}

