@charset "utf-8";
/* CSS Document */
body {
	background-color: #27363B;
	margin: 0px;
	text-align: center;
}
		
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color:#000099;
	font-weight: normal;
	font-size:11px;
	text-decoration: underline
}

a:visited {
	color:#000099;
	font-weight: normal;
	font-size:11px;
	text-decoration: underline;
}

a:hover {
	color:#79b0be;
	font-weight: normal;
	font-size:11px;
	text-decoration:underline;
}

.container { 
	width:761px;
	margin: 0 auto;
	text-align: left;			
}

.menu-holder {
	height: 33px;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	margin-top:25px;
}
		
.menu {
	padding-bottom:5px;
	padding-top:3px;
	width:320px;
	float:right;
}
	
.content-holder {
	float:left;
	background-color:#FFFFFF;
	width: 761px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
.content {
	width:584px;
	float:left;	
	margin-top:5px;	
}
		
.links-column {
	
	float:left;
	width:177px;
	text-align:center;
	font-family:Tahoma;
	color:#FFF;
	font-weight: normal;
	font-size:10px;		
}

.side-banner {
	margin-top:30px;
	background-image:url(../images/linkbanner.gif);
	background-repeat:no-repeat;
	width:177px;
	height:163px;	
}

.side-banner a:link {
	font-family:Tahoma;
	color:#79b0be;
	font-weight: normal;
	font-size:10px;
	text-decoration: underline
}

.side-banner a:visited {
	font-family:Tahoma;
	color:#79b0be;
	font-weight: normal;
	font-size:10px;
	text-decoration: underline;
}

.side-banner a:hover {
	font-family:Tahoma;
	color:#000099;
	font-weight: normal;
	font-size:10px;
	text-decoration:underline;
}

.side-title {
	color:#990000;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}

.side-news {
	color:#666666;
	text-align:left;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:14px;
	margin-right:14px;
}

.side-news a:link {
	color:#000099;
	font-weight: normal;
	font-size:12px;
	text-decoration: underline
}
		
.side-news a:visited {
	color:#000099;
	font-weight: normal;
	font-size:12px;
	text-decoration: underline;
}
		
.side-news a:hover {
	color:#79b0be;
	font-weight: normal;
	font-size:12px;
	text-decoration: underline;
}

.corners {
	float:left;
	height:8px;
	font-size: 8px;
}

.join {
	background-image:url(../images/join-holder.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:23px;
	width:578px;
	float:left;	
}

.text-join {
	height:24px;
	float:right;
	text-align:right;
	padding-top:3px;
	font-weight:bold;
	color:#323232;
	font-size:14px;
	margin-right: 5px;
}

.footer-links  {
	font-family:Tahoma;
	color:#406C77;
	font-weight:normal;
	font-size:10px;
	text-decoration: none;
	text-align:center;
	margin-top:15px;
	margin-bottom:5px;
	float: left;
	background-color: #232323;
	border-top-color: #406C77;
	border-right-color: #406C77;
	border-bottom-color: #406C77;
	border-left-color: #406C77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
}
		
.footer-links a:link {
	font-family:Tahoma;
	color:#608C97;
	font-weight: normal;
	font-size:10px;
	text-decoration: underline
}
		
.footer-links a:visited {
	font-family:Tahoma;
	color:#608C97;
	font-weight: normal;
	font-size:10px;
	text-decoration: underline;
}
		
.footer-links a:hover {
	font-family:Tahoma;
	color:#79b0be;
	font-weight: normal;
	font-size:10px;
	text-decoration: underline;
	background-color: #1E1E1E;
}

.homepage-title {
	border-bottom:20px; 
	border-top:20px; 
	font-family:Arial; 
	font-size:32px; 
	color:#27363B;
	text-align:center
}

.board-display {
	width:260px; 
	text-align:center; 
	background-color:#E4E4E4; 
	padding:5px;
}

.pgn-notation {
	background-color:#FFFFCC; 
	margin-left:50px; 
	margin-right:50px; 
	width:auto; 
	padding:5px; 
	border-style:dashed; 
	border-width:thin; 
	text-align: left;
}
