/*
_______ _     _ _______ _______ _______
 |       |_____| |______ |______ |______
 |_____  |     | |______ ______| ______|
CSS for Chess
*/
@import url("../res/navigation.css");
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;
}
/*
Validation Styles
*/
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;
}
