@charset "utf-8";

body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
}

.text1-white {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text1-white-allcaps {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
}
.text1-white-small {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text2-purple {
	color: #e8c1e8;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
}
.text-purple-xl {
	color: #e8c1e8;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 28px;
}
.text-black {
	color: #000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
}
.text3-gray {
	color: #c2c2c2;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a.black {
	color: #000;
	text-decoration: underline;
}
a.purple {
	color: #e8c1e8;
	text-decoration: underline;
}
.border {
	border: 2px solid #761b76;
}
.sub-bg {
	background-color: #000;
	padding: 10 10 10 10;
}
.sub-bg-index-contact {
	background-image: url(images/index2_10.jpg);
	height: 104px;
	width: 950px;
}
#contact
{	margin: 0 15 0 0;
}
