
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

body {
    background-image: url(/images/header.png);
	background-color: #f9fafb;
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
    color: #234D88 ;
}

#global { 
  position: relative;
  margin-left: auto; 
  margin-right: auto; 
  width: 970px; 
  text-align: left; 
}

#header {
   height: 100px;
   width: 100%;
}

#headerlogo {
	border: 0;
	margin: 0;
	float: left;
	margin-right:8px;
}

#publeaderboard {
    width: 728px;
	height: 90px;
	float: left;
	margin-top: 5px;
}

#menu {
    margin: 0 ; 
    padding: 0 ; 
    list-style: none ; 
    text-align: center ;
	overflow: hidden ;
	margin-bottom: 10px;
}

#menu li {
	float: left;
	//width: 110px;
	margin-left: 20px;
	margin-right: 20px;
	border: 0;
	color: #fff;
	list-style-type: none; 
}

#menu li a {
	display: block ;
	/*background: #f9fafb ;*/
	color: #234D88 ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none ;

}

#menu li .selected {
    text-decoration: underline;
	font-weight: bold;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	text-decoration: underline ;
}

#fbicon {
 float: right;
 width: 16px;
 height: 16px;
 margin-right: 6px;
 margin-top: 2px;
 border: 0px;
}

#content {
    margin-top: 10px;
    /*background-color: #f5f6f9;*/
	width: 650px;
	float:left;
	padding-bottom: 20px;
}

#colonne {
    margin-top: 10px;
    width: 300px;
	/*max-width: 360px;
	padding-right: 10px;
	padding-left: 15px;
	*/
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}


#copyright {
    border-top: 1px solid #dce0ea;
    font-size: 9px;
    text-align: center;
    margin-top: 30px;
	clear:both;
	margin-top: 20px;
}
#copyright a {
   text-decoration: none;
   color: #234D88 ;
}

a, a:visited {
	color: #234D88;
}

.noline a {
   text-decoration: none;
}

h1 {
    font-size: 13px;
	border-bottom: 1px solid #234D88;
	border-top: 1px solid #234D88;
	padding: 3px;
}

h2 {
	border-bottom: 1px solid #dce0ea;
}


.race-terran { 
	padding: 1px 0 0px 23px; display: inline-block; width: 100px;
	background: url("/images/sc2/race-symbols.png") -5px 0px no-repeat ;
	height:25px;
}
.race-zerg { 
	padding: 1px 0 0px 23px; 
	display: inline-block; width: 100px;
	background: url("/images/sc2/race-symbols.png") -5px -57px no-repeat;
	height:25px;
}
.race-protoss { 
	padding: 1px 0 3px 23px; display: inline-block;width: 100px;
	background: url("/images/sc2/race-symbols.png") -5px -110px no-repeat ;
	height:25px;
}
.race-random { 
	padding: 1px 0 3px 23px; display: inline-block;width: 100px;
	background: url("/images/sc2/race-symbols.png") -5px -160px no-repeat ;
	height:25px;
}

.league-diamond {

}
