*{
	margin: 0px;
	padding: 0px;
}

body{
	background:#660000 url(img/bg.jpg) no-repeat top left;
	border-top: 4px solid #470000;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}
p{
	font-family: Arial,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:left;
	color: #333333;
}

a {
	color: #8A0000;
	font-weight: bold;
	text-decoration: underline;
}
ul , ol {
	margin-left: 20px ;
}

#wrap{
	width: 956px;
	padding: 30px 0px 0px 20px;
}
.main_menu{
	float:right;
	margin-bottom: 20px;
	margin-right: 7px;
}
.h_menu{
	color: #ffffff;
}
.website_logo {
		float: left;
		width: 310px;
		margin-top: 46px;
		margin-bottom: 43px;
	}
	.website_logo a {
			display: block;
			height: 136px;
			text-indent: -9999px;
			font-size: 1px;
			outline: none;
			background: url(img/website_logo.gif) no-repeat left top;
			}
.main_content{
	float: left;
	width: 626px;
	margin-top: 10px;
	background: url(img/content_bg.gif) repeat-y ;
}
.left_column{
	float: left;
	width: 328px;
}
.header{
	width: 626px;
	height: 280px;
	background: url(img/header.jpg) no-repeat right top;
	margin-bottom: 18px;

}
.amethyst_chapter{
	float:left;
	width: 385px;
	}
.visit_us{
	float:right;
	width: 205px;
	}
	.featured_box{
	 margin-top:15px;
	 margin-bottom: 0px;
	}

.advert{
	margin: 18px 0px;
}
.members{
	float:left;
	font-size: 22px;
	color: #fff;
	margin-left: 7px;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-bottom: 9px;
}
.member_name{
	float:left;
	border-top: 8px solid #4A0000;
	margin-bottom:15px;

}
.member_name td{
	font-size: 12px;
	font-weight: bold;
	colr: #fff;
	padding-top: 10px;
}
.member_name a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.member_name a span{
	color: #C15757;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.footer{
	border-top: 4px solid #520000;
	border-bottom: 1px solid #520000;
	padding:15px 20px 20px 20px;
	margin-bottom: 20px;
	text-align: left;
	color: #9D5C5C;
}
signiture {
	font-weight: normal;
	color: #9D5C5C;
    font-size: 11px;
}
.signiture a{
	text-decoration:none;
	font-weight: normal;
	color: #9D5C5C;
    font-size: 11px;
}
.footer_link{
	text-align: right;
	font-weight: normal;
	color: #9D5C5C;
	margin-right: 288px;
}
.footer_link a{
	color: #9D5C5C;
	font-size: 11px;
	text-decoration: none;
}
.footer_link a:hover{
	color: #fff;
	font-size: 11px;
	text-decoration:underline;
}
.txtform{
	width:259px;
    border: 1px solid #A3A3A3;
	margin-bottom: 5px;
}
.contact_form{
	margin-bottom: 50px;
	margin-left: 100px;
	margin-top: 40px;
}
.thk_you{
	color: #666666;
	font-size: 14px;
}
.button{
	border: 0px;
	background: #A4A4A4;
	padding: 3px;
}
.error{
	color: #CC0000;
}
.table_style{
	margin: 20px 5px 20px 5px;
}
/*clearfix class*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
 .left{
 	float: left;
 }
 .right{
 	float:right;
 }