/*
PSD to XHTML:
Author: Luke Jones
Web: http://www.traxor-designs.com/

Design by Stuart Criddle
*/

@import url(typography.css);

body, html {
  margin:0;
  padding:0;
}

body {
  background:url(../images/background.png) top left repeat-x #d40e01;
  font-family:"Arial", Helvetica, sans-serif;
  color:#fff;
}

img {
  border:none;
}

/* Structural */

#wrap {
  width:1090px;
  margin:0 auto;
}

#header {
  width:1090px;
  height:126px;
  background:url(../images/casual-match-logo.png) top right no-repeat;
  text-align:right;
}

#content {
  width:1090px;
  height:516px;
  background:url(../images/content-bg.png) top right no-repeat;
}

#contentInner {
	float:right;
	width:630px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.contentFloat {
  float:left;
  width:315px;
}

#bottom {
  width:1090px;
  height:416px;
  background:url(../images/bottom-bg.png) top right no-repeat;
}

#bottomInner {
	width:970px;
	float:right;
	margin-top: 90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer {
  width:1000px;
  float:right;
  padding:20px 0;
}

/* Members Feed */

#members {
	width:270px;
	margin:0 auto;
	overflow:hidden;
}

.wld_badge_item { 
	float: left;
	margin: 0 5px 5px 0; padding: 0;
}

.wld_badge_item img {
	border: 2px solid #fff;
	width:80px; height:80px;
}

.wld_badge_item_detail {
	display:none;
}

/* Miscellaneous */

.noMargin {
	margin:0;
}

imgs {
  border:none;
}
