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

body {
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
}

img { border: 0px; }

.text1 {
	color: #9900cc;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.text-black {
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text2-gray {
	color: #666;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text3-purple {
	color: #9900cc;
	font-family: Century Gothic, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.textblack {
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.textwhite {
	color: #fff;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.sub-bg {
	background-image: url(images/subpage_03.jpg);
	width: 950px;
}
a {
	color: #9900cc;
	text-decoration: underline;
}
a.purple {
	color: #9900cc;
	text-decoration: underline;
}
.border {
	border: 3px solid #9900cc;
}
#contact {
	padding: 15 155 40 50;}
#body {
	padding: 5 45 5 45;}
#contact-subpage {
	padding: 5 15 5 15;}
