body
{
	background: url(images/background.gif) repeat-x;
	background-color: #fcb43e;
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1
{
	text-align: center;
	font-family: Kristen ITC, Arial;
	margin: 10px 0 10px 0;
	padding: 0;
}

h3
{
	text-align: center;
	font-family: Kristen ITC, Arial;
	font-size: 12pt;
	margin: 10px 0 10px 0;
	padding: 0;
}

#header
{
	background: url(images/header.gif) no-repeat;
	width: 750px;
	height: 215px;
	margin: 0 auto;
	overflow: hidden;
}

#puzzles
{
	position: absolute;
	z-index: 10;
	margin: 0 0 0 468px;
}

#content
{
	background: url(images/content.gif) no-repeat;
	width: 750px;
	height: 494px;
	overflow: hidden;
}

.content_box
{
	padding: 0 15px 15px 15px;
}

#red
{
	width: 413px;
	height: 461px;
	margin: 4px 16px 0 41px;
	overflow: hidden;
}

#red h1
{
	color: #c00000;
}

#red h3
{
	color: #c00000;
	text-align: left;
}

#blue
{
	width: 182px;
	height: 205px;
	margin: 50px 38px 0 0;
	text-align: center;
	overflow: hidden;
}

#blue h3
{
	color: #006699;
}

#openings td
{
	border: 1px dotted #006699;
}

#gray
{
	width: 182px;
	height: 180px;
	margin: 16px 38px 0 0;
	text-align: center;
	overflow: hidden;
}

#gray h3
{
	color: #647878;
}

#copyright
{
	font-size: 8pt;
	font-weight: bold;
	padding: 10px 40px;
}