
/* All coding and design by Yann Seznec :: www.theamazingrolo.net */ 

/* layout */ 

body {
 	margin:0px;
 	background-color: #fff;
 	text-align:center;
 	padding:0;

	font-size: 13px;
	
 }
 
 #container {
 width: 1100px;
	background-color: #fff;
	height: auto;

 }

#center {

	padding: 100px 40px 0px 10px;
 	text-align:left;
 	width:699px;
 	margin:auto;
 	float: left;
 	background: url(images/upper_right.jpg) right top no-repeat;
	background-color: #fff;
	border-right: 0px solid #000;
	height: auto;
	
 }
 
 #l-col {
 float: left;
 width: 330px;
 height: 1000px;
 }
 
 #left {
 	
 	background-color: #fff;
 	width:250px;
 	padding:0;
	float: left;
	padding: 100px 40px 0px 40px;
	height: 410px;
	border-right: 0px solid #000;
 	text-align: center;
 	background: url(images/wire.jpg) center top no-repeat;
 }
 
  #right {
 	
 	background-color: #fff;
 	width:120px;
 	padding:0;
	float: right;
	margin: 40px 0 0 0;
	height: auto;
 	text-align: right;
 	
 }

 #lowerleft {
 	
 	background-color: #fff;
 	width:250px;
 	padding:0;
	float: left;
	padding: 40px 40px 0px 40px;
	height: 300px;
	border-right: 0px solid #000;
 	text-align: center;
 	background: url(images/lower_left.jpg) center top no-repeat;
 }




#bar {
 	height:2px;
 	background:#05689E;
 	color: #333333;
 	border:solid #000000;	
 	border-width:0px 0 0px 0;
 }


 #player1, player2, player3, player4, player5, player6, player7, player8, player9 {

	margin: 0px; 
	padding: 0px;
	line-height: 12px;
	font-size: 12px;
}



/* fonts and such */ 

p {
 	font-family: 'GillSans-Light', 'gill sans light', optima, helvetica, sans-serif;
	font-size: 16px;
 	margin-right:120px;
 	line-height: 25px;
   	letter-spacing: .03em;
   	text-indent: 10px;

 }

h1 {
	font-family: 'GillSans-Light', 'gill sans light', helvetica, sans-serif;
	font-size: 25px;
   	letter-spacing: 6px;
   	font-weight: normal;

}

h2 {
  	font-family: 'GillSans-Light', 'gill sans light', helvetica, sans-serif;
 	color: #000;
 	letter-spacing: 2px;
 	font-size: 35px;
 	font-style: light;
 	margin: 20px 100px 20px 0px;
 		font-weight: normal;
 }
 
 h3 {
  	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
 	color: #000;
 	letter-spacing: 2px;
 	font-size: 15px;
 	font-style: light;
 	margin: 20px;
 	font-weight: normal;
 }
 
 
a { 
 	font-family: 'GillSans-Light', 'gill sans light', georgia, helvetica, sans-serif;
 	color: #B9121A; 
	text-decoration: none; 
 }

a:visited { 
	color:#B9121A;
}

a:hover { 
	text-decoration: none; 
 	border-bottom:1px solid #373856;
 }
 
li {
 	font-family: 'GillSans-Light', 'gill sans light', optima, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
 	padding: 5px 0px 15px 5px;
 	margin: 0 0 0 15px;
 	line-height: 16px;
   	letter-spacing: .03em;
   	list-style-type: square;


}

img {
padding: 3px;
margin: 15px;
border: 1px solid #ccc;
}


#footnotes {
font-size: 12px;
}

.footnote {
font-size: 12px;
list-style-type: none;
}


