/*
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-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

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

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

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

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


/*
	tswtabs.css		1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #ffffff ;
	background-color: #d40e01 ;
	border: 1px outset #ff8080 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #000 ;
	background-color: #ffbfbf ;
}
