html	{
	background-color: #111111;
	background-image: url('/images/background.jpg');
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
	margin-bottom: 1px;
}

body  {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #7E7E7E;
	padding: 4px;
	padding-top: 1%;
}

h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7E7E7E;
	font-size: 1.8em;
}


p 	{
	font-family: verdana, arial, helvetica;
    	font-size: 11px;
	color: #7E7E7E;
}

hr 	{
	color: #7E7E7E;
	background-color: #7F7F7F;
	height: 1px;
	width: 780px;
	border: 0px;
}

hr.heading {
	color: #7E7E7E;
	background-color: #7F7F7F;
	height: 1px;
	width: 780px;
	border: 0px;
}

hr.footer {
	color: #7E7E7E;
	background-color: #7F7F7F;
	height: 1px;
	width: 780px;
	border: 0px;
}


table, td	{
	background-image: none;
}

td.mainframe		{
	background-image: url('images/mydarkbluegrey.png');
	background-position: 0% 0%;
 	background-repeat: repeat;
	background-attachment: scroll;
}

td.header		{
	background-image: url('images/mybluegrey.png');
	background-position: 0% 0%;
 	background-repeat: repeat;
	background-attachment: scroll;
}

td.content	{
	background-image: url('images/mybluegrey.png');
	background-position: 0% 0%;
 	background-repeat: repeat;
	background-attachment: scroll;
	padding: 7px;
}

td.content		{
	background-image: url('images/mybluegrey.png');
	background-position: 0% 0%;
 	background-repeat: repeat;
	background-attachment: scroll;
	padding: 7px;
}

td.footer		{
	background-image: url('images/mybluegrey.png');
	background-position: 0% 0%;
 	background-repeat: repeat;
	background-attachment: scroll;
}

td.link			{
	border-style: solid;
	border-width: 1px;
	border-color: #8B4B06;
	background-image: none;
	}

table.mainframe {
	border-style: none;
	border-width: 2px;
	border-color: #7E7E7E;
	background-image: none;
}

table.chess {
	background-image: url('/images/background.gif');
}

span.navtitle {
	font-size: 14px;
	font-weight: bold;
	color: #7E7E7E;
}

a:link	{ 
	color: #C9C9C9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-style: dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
 }

a:visited	{ 
	color: #C9C9C9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-style: dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a:hover	{ 
	color: #ABABAB;
	text-decoration: none;
	border-style: none;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

a:active	{ 
	color: #C9C9C9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-style: dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.image:link, a.image:hover, a.image:active, a.image:visited {
	border-style: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.nav:link, a.nav:active, a.nav:visited {
	font-size: 14px;
	font-weight: bold; 
	color: #C9C9C9;
	text-decoration: none;
	border-style: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.nav:hover	{
	font-size: 14px;
	font-weight: bold; 
	color: #ABABAB;
	text-decoration: underline;
	border-style: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

a.main:link, a.main:active, a.main:visited {
	font-size: 14px;
	font-weight: bold;
	color: #C9C9C9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-style: dotted;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
	
a.main:hover {
	font-size: 14px;
	font-weight: bold;
	color: #ABABAB;
	text-decoration: none;
	border-bottom-width: 0px;
	border-style: none;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}	

code	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #636F76;
}

pre	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #636F76;
}

iframe.header	{
	width: 810px;
	height: 185px;
}

iframe.underbar	{
	width: 780px;
	height: 18px;
}

iframe.game 	{
	width: 780px;
	height: 600px;
}

iframe.timeanddate {
	width: 350px;
	height: 18px;
}

iframe.emailphone {
	width: 350px;
	height: 18px;
}

iframe.footer	{
	width: 700px;
	height: 250px;
}

iframe.onlinestats	{
	width: 780px;
	height: 100px;
}

iframe.chess	{
	background-color: #ffffff;
}