/*
_______ _     _ _______ _______ _______
 |       |_____| |______ |______ |______
 |_____  |     | |______ ______| ______|
CSS for Chess
*/
body {
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	font-family:Arial, Verdana, sans-serif;
	background:#000000 url('chess.png') repeat-x;
}
img {
	border:0px;
}
a {
	color:#000000;
	background:none repeat;
}
a:visited {
	color:#000000;
	background:none repeat;
}
a:hover {
	color:#902a2a;
	background:none repeat;
}
table {
	margin:0;
	padding:0;
	color:#000000;
	background:none repeat;
}
caption {
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	font-style:italic;
	background:#000000;
}
div.centre {
	text-align:center;
}
div#topStart {
	font-style:italic;
	margin:50px 0 25px 0;
}
div#seoContainer {
	display:none;
}
div#nav ul {
	margin:0;
   	padding:0;
   	float:left;
   	width:100%;
   	color:#000000;
   	background-color:#ffffff;
}
div#nav ul li { display:inline; }
div#nav ul li a {
	float:left;
	color:#ffffff;
   	font-size:18px;
	padding-top:5px;
	padding-left:35px;
   	padding-right:35px;
   	padding-bottom:5px;
   	text-decoration:none;
   	border-right-width:5px;
   	border-right-style:solid;
	background-color:#000000;
	border-right-color:#ffffff;
}
div#nav ul li a:hover {
	color:#ffffff;
	background:#565656;
}
div#validate {
	float:right;
}
div#validate ul {
	list-style-type:none;
}
div#validate ul li {
	list-style-type:none;
	display:inline;
}
/*
Important boxes set to important
because of the Safari bug only!
*/
div.boxTop, div.boxBottom {
	width:750px !important;
	margin:0px auto !important;
}
div.boxTop {
	color:#000000 !important;
	text-align:justify !important;
	padding:15px 25px 0 25px !important;
	background:#ffffff url('chess_boxTop.png') repeat-x !important;
}
div.boxBottom {
	height:50px !important;
	color:#000000 !important;
	text-align:center !important;
	padding:20px 25px 0 25px !important;
	background:#ffffff url('chess_boxBottom.png') repeat-x !important;
}