/* CSS Document */

#resourceback {
	background-image:url(images/bg2.jpg);
	width:800px;
	height:auto;
	margin:0;
	padding:0;
}
#resources p {
	margin:20px 40px;
	padding:0;
}
.title {
	background-color:#996633;
	width:800px;
	height:25px;
	line-height:21px;
	background-color:#996633;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:underline;
	margin:0;
	padding:1px 0 0 0;
	clear:both;
}
#l {
	width:374px;
	height:25px;
	float:left;
	text-align:center;
	overflow:hidden;
	margin:2px 0;
	padding:0;
}
#r {
	width:374px;
	height:25px;
	float:right;
	text-align:center;
	overflow:hidden;
	margin:2px 0;
	padding:0;
}
.friends {
	background-image:url(images/bg1.jpg);
	width:800px;
	height:auto;
	margin:0;
	padding:1px;
	text-align:center;
	vertical-align:middle;
}
.l {
	width:374px;
	height:25px;
	float:left;
	text-align:center;
	overflow:hidden;
	margin:2px 0;
	padding:6px 0 0 0;
}
.r {
	width:374px;
	height:25px;
	float:right;
	text-align:center;
	overflow:hidden;
	margin:2px 0;
	padding:6px 0 0 0;
}
a img {
	margin:5px 0 0 0;
}

		#res {
			background-image:url(images/TWB_mid.gif);
			background-repeat:repeat;
			text-align:center;
			margin:0;
			padding:0;
			width:862px;
			height:auto;
			}
			

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
    display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */