@charset "utf-8";
/*Integrity Basketball Css Document */

body
{
		
		background: #000000 url(images/background.jpg) no-repeat center top;
		padding:0px;
		margin: 0px;
		font-family: "Trebuchet MS";
		font-size:13px;
		font-weight:normal;
		line-height:18px;
		color: #000000;
}

img

{
	border: 0;
}

a
{
	color: #702623;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	color: #000000;
	
}

#content
{
	padding-bottom: 34px;
}
#footer_bg
{
	background: url(images/footer_bg.png) repeat-x;
	height: 90px;
	padding: 12px 0px;
}
#footer_left
{
	background: url(images/footer_left.png) no-repeat;
	width: 20px;
	height: 90px;
}

#footer
{

	font: Arial;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #333333;
}

#footer a
{
	color: #F95810;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}
#footer a:hover
{
	color: #118D32;
}
#footer_right
{
	background: url(images/footer_right.png) no-repeat;
	width: 20px;
	padding-top: 10px;
	height: 90px;
}