body, html{
font-family: 'ABeeZee', sans-serif;
    font-size: 15px;
    color:#333;
	margin-top:20px;
	text-shadow: #fff 0px 0px 6px;
	background: url(subbg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
p {
    padding: 10px 0px;
	text-align: justify;
	line-height:170%;
}
a 	{ color:#B11014; text-decoration: none;}
a:hover	{ color: #CE71A3; cursor: crosshair;}
	b {color: #66379F;}

#wrapper {
    margin: 0 auto;
    width: 920px;
}

#content {
    float: right;
    width: 500px;
}

#leftcolumn {
    width: 390px;
    float: left;
	padding-top:70px;
	text-align: center;
	position:fixed;
}
h1, h2 {
	padding: 0;
	color: #33B9E1;
	margin-bottom: -20px;
	text-align: right;
	font-size:52px;
	letter-spacing: 0px;
	font-family: 'Bahiana', cursive;
}
h3, h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: -20px;
	color:#BCBCBC;
	padding-left:20px;
}

footer  p{
	font-size:12px;
	text-align: center;
}
nav {
	font-family: 'Bahiana', cursive;
	font-size:27px;
	word-spacing:30px;
}

blockquote {
	padding: 0px;
	margin:0 auto;
	font-size:14px;
	color: #585858;
	width: 490px;
}
blockquote p {
	padding: 0px;
	text-align: center;
}
.ftable {
	width:90%;
	margin: 0 auto;
}
td {
	padding:4px;
}
.show_members_showing_what {display: none;}

button, input, select, textarea {
	color: #66379F;
	font-family : inherit;
	font-size   : 100%;
	border: none;
	outline: none;
	border: 1px dotted #c5b7b2;
	background: #f2f0f0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 5px;
	font-weight:600;
}
input:focus, select:focus, textarea:focus {
	border: 1px dotted #33B9E1;

}
input[type=submit], input[type=reset] {
	padding:3px 4px;
	width: 70px;
	color: #333;
	font-weight:400;
}