* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	background: #FFFFFF url(footer_bg.png) repeat-y;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#header {
	height: 130px;
	margin-bottom: 10px;
	background: #FFFFFF url(pokerskooluk_logo.jpg) no-repeat;
}
#main {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
#nav {
	display: table-cell;
	width: 170px;
	background: #FFFFFF url(sidenav.png) repeat-y;
}
#extras {
	display: table-cell;
	padding-left: 10px;
	border-right: 1px dotted #d7ad7b;
	width: 160px;
}
#content {
  display: table-cell;
  padding: 0 50px 0 10px;
}
#footer {
	border-top: 2px solid #d7ad7b;
	font-size: 80%;
	padding: 0.2em 10px 0.2em 0;
	text-align: right;
	background: url(footer_bg.gif) repeat-y;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-transform: capitalize;
}
h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #D23201;
	padding: 0em;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}
p {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 1em;
} 
#nav ul {
  list-style: none;
}
#nav li {
  font-size: 80%;
  width: 170px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FF0000;
	background-color: transparent;
	display: block;
	padding: 0.3em 10px 0.3em 10px;
	border-bottom: 4px solid #F9BCAB;
}
#nav a:hover {
	border-bottom: 4px solid #CC0000;
}
#extras .box {
	padding: 0 3px 1em 0;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
}
