* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Georgia, "Times New Roman", sans-serif;
	text-align: left;
	background: #FFFFFF url(../images/playtowinfooter_bg.png) repeat-y;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#header {
	height: 120px;
	margin-bottom: 10px;
	background: #FFFFFF url(../images/play_to_win_logo.jpg) no-repeat;
}
#main {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
#nav {
	display: table-cell;
	width: 160px;
	background: repeat-y;
}
#extras {
	display: table-cell;
	padding-left: 10px;
	border-right: 1px dotted #C67171;
	width: 150px;
}
#content {
  display: table-cell;
  padding: 0 50px 0 10px;
}
#footer {
	border-top: 2px solid #C67171;
	font-size: 80%;
	padding: 0.2em 10px 0.2em 0;
	text-align: right;
	background: url(../images/playtowinfooter_bg.png) repeat-y;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0.4em;
	color: #9A0101;
	font-family: Verdana, Georgia, "Times New Roman", sans-serif;
	font-variant: normal;
	text-transform: capitalize;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 0.2em;
	color: #9A0101;
	font-family: Verdana, Georgia, "Times New Roman", sans-serif;
	font-variant: normal;
	text-transform: capitalize;
}
p {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 1em;
} 
#nav ul {
  list-style: none;
}
#nav li {
	font-size: 80%;
	width: 160px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFF99;
	background-color: transparent;
	display: block;
	padding: 0.3em 10px 0.3em 10px;
	border-bottom: 4px solid #C67171;
}
#nav a:hover {
	border-bottom: 4px solid;
}
#extras .box {
	padding: 0 5px 2em 0;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
}
#content li {
	font-size: 80%;
	line-height: 1.2em;
	padding-bottom: 1em;
	font-style: italic;
}
#maincontent  table   {
	font-size: 75%;
	font-style: italic;
	font-weight: lighter;
	color: #333333;
}
