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

body{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat;
	padding:0px;
	margin:0px;
}
#headr{
	top:0;
	left:0;
	width:100%;
	height:159px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}
#headrind{
	top:0;
	left:0;
	width:100%;
	height:327px;
	background-image:url(../images/header_indx_bg.jpg);
	background-repeat:repeat-x;
}
#footer{
	color:#FFF;
	left:0;
	bottom:0;
	height:58px;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#content{
	width:856px;
	text-align:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
/*h2:before{
	content:url(../images/h2_bullet.jpg);
}*/
#sub_content{
	width:856px;
	font-family:Arial, Helvetica, sans-serif;
}
#gallery{
	width:875px;
	height:292px;
	margin-top:-182px;
}
#tweet_wrapper{
	width:287px;
}
#tweet_content{
	color:#000;
	font-size:12px;
	background-image:url(../images/tweet_bg.png);
	background-repeat:repeat-y;
	width:287px;
	vertical-align:top;
}
#tweet_header{
	top:0;
	width:287px;
	height:45px;
}
#tweet_btm{
	width:287px;
	height:16px;
}
.d_green_text a{
	text-align:right;
	text-decoration:none;
	color:#5c9015;
	font-weight:bold;
	font-size:16px;
}
.l_green_text a{
	text-decoration:none;
	color:#8fe516;
}
.tweet_name a{
	color:#3f6082;
	font-weight:bold;
	text-decoration:none;
}
.tweet_time{
	color:#3f6082;
	font-style:italic;
	display:block;
}

/*==============================MEMBERS*/
#members_table td{
	width:214px;
	height:163px;
	background-image:url(../images/members_bg.png);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}
#members_table img{
	padding-left:3px;
	padding-top:3px;
}
.members_name{
	padding-top:10px;
	/*color:#8fe516;*/
	color:#FFF;
	font-weight:bold;
	display:block;
}
.powered {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#036;
	font-size:12px;
}