*, img, h2{
	margin:0;
	padding:0;
	border:0 none;
}
body{
	text-align:center;
	background-color:#000000;
	margin:10px;
	font-family:Verdana,Helvetica,Arial,Sans-Serif;
	font-size:12px;
}
#wrapper{
	text-align:left;
	width:760px;
	margin:0 auto;
	background-color:#FFFFFF;
}
.clear{
	height:0;
	display:block !important;
	display:inline;
	clear:both;
}
/* NAV */
#nav{
	background-color:#ED008C;
	padding:5px 25px 5px 25px;
	color:#ffffff;
	font-weight:bold;
}
#nav li{
	list-style-type:none;
	display:block;
	float:left;
	margin-right:10px;
}
#nav a{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
	line-height:1.4em;
}
a:hover{
	text-decoration:none;
}

#nav form{
	float:right;
}
#nav input.text{
	height:1.4em;
	width:150px;
	border:0 none;
}
#nav input.submit{
	height:1.4em;
	padding:0 5px;
	font-weight:bold;
	background:#ffffff;
	border:0 none;
	color:#000000;
}

/* CONTENT */
#content{
	padding:20px;
}
#content input.submit{
	background:#ffffff;
	color:#000000;
	padding:1px 10px;
	font-weight:bold;
	border:0 none;
}
.leftcol{
	width:400px;
	float:left;
}
.rightcol{
	width:300px;
	float:right;
}
.fullwidth{
	clear:both;
}
h1{
	font-family:Georgia,"Times New Roman",serif;
	font-size:205%;
	line-height:110%;
	margin-bottom:-10px;
	color:#111111;
}
p{
	color:#111111;
	line-height:150%;
	font-size: 110%;
	margin:20px 0
}
h2{
	font-size: 100%;
	background-color:#ED008C;
	color:#ffffff;
	padding:5px 10px;
}
div.box{
	padding:10px;
	margin-bottom:20px;
	background-color:#dddddd;
}
div.box form{
	line-height:2.5em;
	position:relative;
}
.buttonLink{
	padding:5px;
	font-weight:bold;
	background:#ED008C;
	color:#ffffff;
	display:block;
	width: 15em;
	text-align: center;
	margin-top:50px;
}

/* LATEST MEMBERS */
#wld_badge_wrapper{
	border: 0px solid black;
	width: 720px;
	overflow: hidden; 
	background: #dddddd;
}
#wld_badge_inner {
	padding: 10px 10px 10px 10px !important;
	padding-left:0;
}
.wld_badge_item {
	float: left;
	padding: 0;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	margin: 10px 0 0 16px;
}
.wld_badge_item img {
	display: block;
	position: relative;
	background-color: #fff;
	margin: -6px 6px 0 -6px;
	padding: 4px;
}
.wld_badge_item_detail{
	margin: 0 6px 6px -6px;
	position: relative;
	padding:5px 6px;
	font-size: 65%;
	overflow: hidden; 
	width:86px;
	background:#ffffff;
}
.wld_badge_clear {
	clear: both;
}