body {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC66;
	border-left-color: #FFCC66;
	margin: 0px;
	background-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

h1 {
	color:#000;
}

table {
	vertical-align: top;
	background-position: top;
	background-color: #FFFFFF;	
}

a:link {
	text-decoration:none;
	color:#330000;
}

a:hover {
	text-decoration:none;
	color:#990000;
}

a:visited {
	text-decoration:none;
	color:#660000;
}

#head {
	width:83%;
	height: 170px;
	padding: 1%;
	background-color: #FF6600;
	color: #FFFFFF;
	z-index: 1;
	background-image: url(images/checkers.png);
	background-repeat: repeat-x;
	background-position: top;
}

#navi {
	width:85%;
	top: 170px;
	height: 20px;
	background-color: #FF9900;
	vertical-align: middle;
	text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
	z-index: 0;
}

#navi ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
	
#navi ul li {
	display: inline;
	list-style-type: none;
}

#navi ul li a {
	display: inline;
	list-style-type: none;
	background-color: #FFE9A4;
	color: #660000;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: thin solid #990000;
	overflow:visible;
}

#navi ul li a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	
}

#navi ul li a:active {

}

#content {
	width:85%;
	top: 210px;
	background-color: #FFFFFF;
	z-index: 2;
}

.words img {
	border: medium solid #000000;	
}

.rightbar {
	width: 200px;
	background-color: #FFCC00;
	background-image: url(images/checkers.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.error{ 
	background-color: #900; 
	border: solid #f00; 
	color: #fff; 
	font-weight: bolder; 
}
.main {
	color: #000; 
	font-weight: bolder;
}

.Ccolumn {
	background-color:#FFEBC6;
}

