@charset "UTF-8";
/* CSS Document */

body
{
	background:			 	#D6E8FF url(../images/background.jpg) no-repeat fixed center;
	font-family:			"Helvetica";
	font-size:				12px;
	font-weight:			bold;
	color:					#000032;
	margin:					0px;
}

#wrapper
{
	width:					800px;
	margin:					0px auto;
	background:				none;
	height:					800px;
}

#header
{
	width:					740px;
	height:					196px;
	background:				url(../images/box-background.png) repeat-y;
	padding:				11px 30px;
	margin-bottom:			10px;
}

#header_social
{
	float:					right;
	margin-right:			10px;
}

#nav
{
	width:					780px;
	height:					31px;
	padding-left:			20px;
	background:				url(../images/box-background.png) repeat-y #FFFFFF;
	margin-bottom:			10px;
}

#content
{
	float:					left;
	width:					740px;
	background:				url(../images/box-background.png) repeat-y;
	padding:				17px 30px;
	height:					100%;
}

#content_left
{
	float:					left;
	width:					502px;
	margin-right:			19px;
}

#content_right
{
	float:					right;
	width:					218px;
}

#fixtures
{	float:					left;
	width:					502px;
	height:					100%;
	margin-bottom:			19px;
}

#social
{	float:					left;
	width:					502px;
	height:					100%;
	margin-bottom:			19px;
}

#training
{	float:					left;
	width:					245px;
	height:					100%;
	margin-bottom:			19px;
	margin-right:			12px;
}

#newplayers
{
	float:					left;
	width:					245px;
	height:					10px;
	margin-bottom:			19px;
}

#leagues
{
	width:					219px;
	height:					100%;
	margin-bottom:			19px;	
}

#latest
{
	width:					219px;
	min-height:				488px;
}
