/* CSS Document */

body, main{
	background-color:#000000;
	font-family: "Century Gothic", "Monotype Corsiva", Verdana, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	letter-spacing: 0.055cm;
	text-decoration:none;
	overflow:auto;
}

img {
	padding: 0px;
	border: none;
}

.header {
	width: 688px;
	height: 256px;
	background-color:#000000;
	background-image:url(header.jpg);
}

a:link,a:visited,a:active {
	text-decoration:none;
	font-weight: none;
	font-size:11px;
	color: #999999;
	border:none;
}

a:hover {
	text-decoration:none;
	color: #FFFFFF;
    cursor: help;
	border:none;
	margin:0;
	padding:0;
	height: 80px;
}

.main {
	position:relative;
	padding: none;
	background-image: url(mainbg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	width: 688px;
	height: 560px;
	overflow:hidden;
}

.main2 {
	position:relative;
	padding: none;
	background-image: url(mainbg2.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	width: 688px;
	height: 609px;
	overflow:hidden;
}

.main3 {
	position:relative;
	padding: none;
	background-image: url(mainbg3.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	width: 688px;
	height: 769px;
	overflow:hidden;
}

.title {color: #FFFFFF;
	letter-spacing: 0.15cm;
	font-size: 18px;
	width: 225px;
}

.title2 {color: #FFFFFF;
	font-size: 15px;
	text-decoration:underline;
	width: 225px;
}

.text {
	width: 450px;
	text-decoration:none;
	padding: none;
	font-family:"Century Gothic", "Monotype Corsiva", Verdana, sans-serif;
	font-size:11px;
}

.text2 {
	width: 688px;
	height: auto;
	text-decoration:none;
	padding: none;
	font-family:"Century Gothic", "Monotype Corsiva", Verdana, sans-serif;
	font-size:11px;
}

.quilt {
	width: 300px;
	height: 600px;
	overflow: hidden;
	padding-top: 120px;
	padding-bottom: 0px;
}

.quiltindex {
	width: 175px;
	height: auto;
	padding-top: 100px;
	padding-bottom: 0px;
}

.quiltxmas {
	width: 430px;
	height: auto;
	padding-top: 115px;
	padding-bottom: 0px;
}

.quiltfb {
	width: 400px;
	height: inherit;
	padding-top: 110px;
	padding-bottom: 0px;
}

.tradelog {
	width: 350px;
	height: auto;
	padding-top: 100px;
	padding-bottom: 0px;
}

.memberhistory {
	width: 400px;
	height: auto;
	padding-top: 140px;
	padding-bottom: 0px;
}

.mailer {
	padding-top: 60px;
	padding-bottom: 30px;
	width: auto;
	height: auto;
}

input,select,textarea
{
	font-size:12px;
	font-family:"Century Gothic", Helvetica, Verdana, sans-serif;
	color: #CCCCCC;
	border:1px #333333;
	background-color:transparent;
}

.formbutton{
	cursor:pointer;
	border:1px gray;
	background-color:transparent;
	border-style: solid;
	border-width: 1px;
	font-weight:bold;
	padding: 1px 2px;
}

a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
