html,body,h1,h2,h3,p,ul,li,a { margin: 0; padding: 0; }

p,a { font-family: Arial; font-size: 12px; color: #000000; }

body {
	background-color: #efefef;
	background-image: url('img/body_bg.png');
	background-repeat: repeat-x;
}

#cent {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #e4e4e4;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}

#head h1 { display: none; }

#head {
	width: 945px;
	height: 221px;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	margin-left: auto;
	margin-right: auto;
}

#floatfix {
	width: 947px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	border: 1px solid #cfcfcf;
	background-image: url('img/page_bg.gif');
	background-repeat: repeat-y;
	width: 945px;
	float: left;
	margin-bottom: 5px;
}

#left {
	width: 216px;
	float: left;
}

#left ul, #right ul {
	list-style-type: none;
	margin: 5px 5px 5px 10px;
}

#left ul li a, #right ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

#left ul li a:hover, #right ul li a:hover { color: #5F5F5F; }

#content {
	width: 515px;
	float: left;
}

#content p {
	margin: 12px;
	font-family: Arial;
	font-size: 13px;
}

#content h2 {
	margin: 12px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

#content h3 {
	margin: 12px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
#content h4 {
	margin: 12px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#content hr {
	margin: 12px;
}

#right {
	width: 214px;
	float: left;
}

#right h4 {
	margin: 10px 10px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#copy { margin: 5px; }
#copy p { text-align: center; font-family: Arial; font-size: 14px; }

th,td { font-family: Arial; font-size: 13px; }

table {
	margin: -5px 12px 12px 12px;
}

table th {
	text-align: left;
	font-weight: bold;
	background-color: #dddddd;
}

table td, table th {
	padding: 2px;
}

tr.hi { background-color: #eeeeee; }

/* player card */
  #pelaaja p, #pelaaja td, #pelaaja th {
  	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
  }
  #pelaaja table {
  	border: 1px solid #a2a2a2;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
  }

  #pelaaja th.season {
  	border-top: 1px solid #a2a2a2;
  }

  #pelaaja td.info {
  	vertical-align: top;
  }

  #pelaaja td.img {
  	width: 100px;
	height: 150px;
	padding: 5px;
  }

  #pelaaja th.goals, #pelaaja th.passes, #pelaaja th.redc, #pelaaja th.yelc, #pelaaja th.name {
  	border-bottom: 1px solid #a2a2a2;
	font-weight: normal;
	font-style: italic;
	text-align: center;
  }

  #pelaaja td.goals, #pelaaja td.passes, #pelaaja td.redc, #pelaaja td.yelc {
  	text-align: center;
  }
  #pelaaja th.name, #pelaaja th.season {
  	font-weight: bold;
	font-style: normal;
	text-align: center;
  }

  #pelaaja th.season {
	height: 100%;
  }

  #pelaaja td.a, #pelaaja td.b { height: 40px; vertical-align: middle; }
