body {
	margin: 0;
	background-color: #000;
	font: 103% arial, tahoma, sans-serif;
	color: #000; 
	}

a,
a:link,
a:visited {	color: #16C1F3; text-decoration: none; }
a:hover {	color: #333333; }
a:active {	color: #16C1F3; }


.uppercase { text-transform: uppercase; }

ul { list-style:none; }
ul,
ul li  { margin: 0; padding: 0; }


	
#doc {
	background: #fff url('../img/backgroundBottom.gif') repeat-x 0 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 234px;
	}
#doc h1 {
	position: absolute;
	top: -84px;
	left: 70px;
	margin: 0;
	}

#doc #left {
	position: absolute;
	top: 93px;
	left: 70px; 
	margin: 0; width: 490px;
}

#doc #left ul li { 				float: left; height: 24px; }
#doc #left ul li span { 		display: block; height: 20px; float: left; }

#doc #left ul li span.first { 	width: 254px; }
#doc #left ul li span.second { 	width: 37px; color: #16C1F3; }
#doc #left ul li span.third { 	width: 190px; }

#doc #left ul li a,
#doc #left ul li a:link,
#doc #left ul li a:visited {	color: #333333; text-decoration: none; }
#doc #left ul li a:hover {		color: #16C1F3; }
#doc #left ul li a:active {		color: #333333; }

#doc ul#right  { margin-top: 93px;
	background: url('../img/CopaElvineElevenParis.png') no-repeat 0 0;
	position: absolute;
	/* top: 0; right: 223px; */
	top: 0; right: 10px;
	margin: 0; width: 706px; height: 120px; padding-top: 99px;
}
#doc ul#right ul li { height: 24px;  }


