* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	max-height:100%;
}
ul{
	list-style-type: none;
}

/*absolute positioning */
#logo{
	background-image: url(images/topLeft.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width:358px;
	height: 263px;
	left: 0;
	top: 0;
}
#rightCarpet{
	background-image: url(images/rightCarpet.gif);
	position:absolute;
	height: 154px;
	width: 39px;
	top: 0px;
	right: 0px;
	z-index:101;
}
#visitForum {
	position:absolute;
	top:5px;
	right:100px;
}

/*main structure */
#fauxRight{
	background-image: url(images/rightLength.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	display:table; /*makes Firefox show Faux */
	
}
#faux{
	float:left;
	background-image: url(images/leftBackground.jpg);
	background-repeat: repeat-y;
}
#left {
	float:left;
	width: 358px;
}
#right {
	margin-left:358px;
	

}
#rightCHEAT{
	float:left; /*added div to sort out IE 3 px gap */
}

/* sub structure */
#leftLinks{
	position:relative; /*allows links to show over background logo */
	margin-left:150px;
}
#topLinks{
	margin: 15px 0 45px 95px;
	font-size:0.8em;
}
#mainLinks{
	margin-left: 20px;
}
.linksHeaders{
	margin: 19px 0 6px 23px;
}
#topHeader{
	background-image: url(images/headerBack.jpg);
	background-repeat: repeat-x;
	height: 135px;
	display:block;
	
}
#lampard{
	background-image: url(images/lampard.jpg);
	background-repeat: no-repeat;
	height:135px;
	width:355px;
}

#content {
	padding:20px 30px 0 15px; 
	font-size:0.8em;
	display:table;
	
}

/*links style */
#leftLinks li {
	background-image: url(images/liXbox.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	padding:0.2em 0 0.2em 35px;
	font-family:Arial, Helvetica, sans-serif;
}
#topLinks li {
	background-image: url(images/WCfootball.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	padding-left: 25px;
}
#leftLinks li.li360{
	background-image: url(images/li360.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	padding-right: 5px;
}
#leftLinks a:link {
	color: #FFFFFF;
	font-size:0.8em;
}
#leftLinks a:visited {
	color: #C6E8BD;
	font-size:0.8em;
}
#leftLinks a:hover {
	color: #E6E6E6;
	font-size:0.8em;
	padding-left:2px;
}
#topLinks a:link{
	font-variant: small-caps;
}
a:link, a:visited, a:hover {
	color:#009900;
}

/*other parts */
#welcome, #news {
	background-image: url(images/contentGrad.gif);
	background-repeat: repeat-x;
	position:relative;
	background-color: #EDE9E9;
	border:1px solid  #CCCCCC;
	border-left:none;
	border-top:none;
	margin-right:15px;
}
#news {
	margin-top: 20px;
}
#welcome h1, #news h1 {
	background-image: url(images/welcomeh1.gif);
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 29px; /*30px for 5.5 */
	border-bottom:1px solid #000000;
	z-index:101;
}
#news h1 {
	background-image:url(images/xbfNews.gif);
}
#welcome h1 span, #news h1 span {
	display: block; /*display none for IE5.5 */
	width: 0;
	height: 0;
	overflow: hidden;
	}
#welcome h1.over{
	background-image: url(images/xboxFootballHeader.gif);	
}
.apCorner{
	position: absolute;
	height: 37px;
	width: 37px;
	left: 0px;
	top: 0px;
	background-image: none; /* IE5.0 + 5.5 + 6 win */
	background-image/**/: url(images/contentCorner.gif); /* IE5.5 win */
	backgroun\d-image: url(images/contentCorner.gif); /* IE6 win + all others */
}
#welcome p{
	line-height:1.6em;
	color:#333333;
	margin-bottom: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#news p{
 	line-height:1.5em;
	padding:3px 0 20px 0;
	border-bottom:1px solid #FFFFFF;
 }
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color:#009900;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}
.contentBorderL{
	border-left: 1px solid #CCCCCC;
	margin-top:5px;
	padding: 15px 39px;
}
table {
	margin:0 auto;
	font-size:0.9em;
	background-color:#CCCCCC;
}
table, tr, td {
	border:1px solid #000000;
	border-collapse:collapse;
	padding:3px;
}
#content li{
	margin-left:25px;
	list-style-type: circle;
}
.date{
	font-size:0.9em;
	color:#003300;
	font-weight:bold;
	background-color:#CCCCCC;
	padding: 2px;
}
.newsSections {
	background-image: url(images/ballNEWS.gif);
	background-repeat: no-repeat;
	padding: 0 0 10px 30px;
	margin-left: -3px;
}
.newsSections p{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.newsSections a:link, .newsSections a:visited, .newsSections a:active{
	color:#006600;
	font-size: 1.4em;
}
.newsSections p a:link, .newsSections p a:visited, .newsSections p a:active{
	font-size: 0.8em;
}
.question {
	color:#0000CC;
}
.answer{
	color:#009900;
}
.formRows{
	padding: 5px;
}
input, textarea {
	border:1px solid #009900;
}
#footer{
	height:39px;
	background-image: url(images/bottomRounder.jpg);
	background-repeat: no-repeat;
	margin:-1px 0 0 -1px;
}
#footer span{
	height: 24px;
	background-image: url(images/rightLength.gif);
	background-repeat: repeat-y;
	float: right;
	background-position: 100%;
	font-size:0.8em;
	color:#009900;
	padding: 15px 50px 0 0;
}
.googleAds{
	width: 50em;
	margin: 10px auto;
	font-family:Tahoma, Verdana, sans-serif;
}


h2			{ width:200px; height:20px;}
h2 span 	{ text-indent:-999px; }