body {
	margin:0 auto 0;
	padding:0;
	width:100%;
	min-width:900px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	color: #333;
	font: 12px Tahoma, Arial;
	background: #533212 repeat-x top;
	text-align: center;
	width:965px;
}
#bodywrap {
/*	border: 1px solid #000;
	margin:0px;
	padding:0px;*/
}
a {
	color:#369;
}
img {
	margin:0;
}
hr {
	width: 90%;
	color: #ddd;
	background-color: #ddd;
	border: 1px solid #ddd;
}
#header2 hr {
	width: 98%;
	color: #ddd;
	background-color: #ddd;
	border: 1px solid #ddd;
}
#col1 hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
#wotd {
	text-align: left;
	color: #000;
	margin-left: 12px;
	margin-bottom: 5px;
}
#wotd a{
	color: #075f0d;
	text-decoration: none;
}
#wotd a:hover{
	color: #000;
	text-decoration: none;
}
#wotdword {
	color: #075f0d;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
#wotdword a{
	color: #075f0d;
	font-size: 25px;
	text-decoration: none;
}
#wotdword a:hover{
	color: #000;
	font-size: 25px;
	text-decoration: none;
}
#daily {
	background: #075f0d;
	color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 10px;
	margin: 5px auto 0px;
	width: 95%;
}
#daily h2 {
	background-color:#075f0d
	color: #fff;
	font-size: 20px;
	margin: 10px 0px 10px;
}
#anagrams {
	background: #ccc;
	color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 10px;
	margin: 5px auto 0px;
	width: 375;
}
#anagrams h2 {
	background-color:#ccc;
	color: #fff;
	font-size: 18px;
	margin: 5px 0px 5px;
}
#header {
	width:963px;
	padding:0;
	margin:0;
	background: #075f0d;
}
#top-left {
	float:left;
	width:235px;
	background: #075f0d;
	height: 90px;
}
#top-right {
	float:left;
	width:728px;
	background: #075f0d;
	height: 90px;
}
#form-left {
	float:left;
	width:578px;
	background: #075f0d;
	height: 90px;
}
#form-right {
	float:left;
	width:150px;
	background: #075f0d;
	height: 90px;
}
#form-right input {
	margin-bottom: 5px;
}
#padded {
	background: #075f0d;
	padding-top: 20px;
	color: #fff;
	text-align: left;
}
#top-right button {
	 font-size:24px;
   font-family:Arial,sans-serif;
   color:#eeeeee;
   background-color:#000000;
   border-style:solid;
   border-color:#333333;
   border-width:1px;
	 cursor: pointer;
	 height: 48px;
	 margin: 0px;	
}
#header2 {
	float:left;
	width:963px;
	padding:0;
	margin:0;
	/* border-bottom:1px solid #000;*/
	background: #fff;
}
#header3 {
	float:left;
	width:963px;
	padding:0;
	margin:0;
	/* border-bottom:1px solid #000;*/
	background: #fff;
}
#header3 div{
  margin-left:auto;
  margin-right:auto;
	border:1px solid #000;
}


#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:963px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;    	/* Right column background color */
}
#colmid {
	float:left;
	width:200%;
	margin-left:-170px;    /* width of right col */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background color */
}
#colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:480px;					/* Left column width + right column width */
	background:#fff;    	/* left column background color */
}
#col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:170px;   /* width of right col */
}
#col1 {
    margin:0 310px 0 170px;     	/* Centre column side padding:
                            	Left padding = right column width + centre column right padding width
                            	Right padding = left column width + centre column left padding width */
    position:relative;
	  left:200%;
	  overflow:hidden;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
}
#col1 iframe {
	margin: 0 0 0 0;
	padding: 0;
}
#col2 iframe {
	margin: 5px 0;
}
#col3 iframe {
	margin: 10px 0 0 0;
}
#filler {
	height: 520px;
}
#filler-word15 {
	height: 1020px;
}
#filler-word6 {
	height: 80px;
}
#col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:300px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:5px;         	/* Width of the left-hand side padding on the left column */
}
#col2 h2 {
	font-size: 18px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}
#middle h2 {
	font-size: 14px;
	margin-top: 3px;
	padding: 1px;
	line-height: 65%
	color: #000;
	text-align: center;
}
h2#links {
	font-size: 14px;
	margin-top: 3px;
	padding: 1px;
	line-height: 65%
	color: #000;
	text-align: center;
}
#col1 h2 {
	text-align: left;
	margin-left: 5px;
}
#score {
	font-size: 1.2em;
}
#found {
	font-weight: bold;
	color:#0c0;
}
#notfound {
	font-weight: bold;
	color:#f00;
}
#col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:160px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:15px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
}
#col2 h1 {
	font-size: 14px;
	margin-top: 3px;
	padding: 1px;
	line-height: 65%
	color: #000;
	text-align: center;
}
#col3 h1 {
	font-size: 14px;
	margin-top: 3px;
	padding: 1px;
	line-height: 65%
	color: #000;
	text-align: center;
}
#col3 h2 {
	font-size: 14px;
	margin-top: 3px;
	padding: 1px;
	line-height: 65%
	color: #000;
	text-align: center;
}
#links {
	text-align: left;
	font-weight: normal;
}
#container {
	background: #075f0d;
	color: #222;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 10px;
	margin: 5px auto 5px;
	width: 95%;
}
#container img {
	border: 1px solid #fff;
	margin: 0px auto 0px;
}
#container h2 {
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 3px;
}
#container p {
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#morelinks {
	clear: both;
	float: left;
	margin-left: 20px;
	text-align: left;
	margin-top: -5px;
	padding-top: 0px;
	line-height: 18px;
	color: #aaa;
}
#popular {
	float:left;
	width:49%;
	margin-bottom: 5px;
}
#popular a {
	padding-left: 10px;
	color: #444;
	font-weight: bold;
}
#first a {
	color: #444;
	font-size: 16px;
	font-weight: bold;
}
#second a {
	color: #444;
	font-size: 16px;
	font-weight: bold;
}
#second a:hover {
	font-size: 16px;
	color: #fff;
	font-weight: bold;	
}
#first a:hover {
	font-size: 16px;
	color: #fff;
	font-weight: bold;	
}
#popular a:hover {
	padding-left: 10px;
	color: #fff;
	font-weight: bold;	
}
#wrapper {
	width: 100%;
	overflow: hidden;
	padding-left: 2px;
	margin: 0px auto 0px;
}
#wrapper li {
	font-weight:bold;
}
#middle h2 {
	text-align:center;
	margin-left:0px;
}
#notb {
	font-weight:normal;
}
#popfirst {
	width: 100%;
	padding: 2px;
	background: #ddd;
	text-align: left;
	margin: 1px auto 1px;
	vertical-align: middle;
}
#popfirst p {
	font-size: 12px;
	margin-left: 10px;
	vertical-align: middle;
}
#popsecond {
	width: 100%;
	padding: 2px;
	background: #eee;
	text-align: left;
	margin: 1px auto 1px;
	vertical-align: middle;
}
#popsecond p {
	font-size: 12px;
	margin-left: 10px;
}
#footer {
	clear:both;
	float:left;
	overflow: hidden;
	width:933px;
	padding: 10px 15px 0;
	margin:0 auto;
	background: #075f0d;
	border-top:2px solid #00070F;
	font: 10px Tahoma, Arial;
	color: #ddd;
}
#footer a {
	color: #ddd;
	text-decoration: none;
}
#footer-left a:hover {
	text-decoration: underline;
}
#footer-left {
	color: #ddd;
	float:left;
	width:50%;
	background: #075f0d;
}
.lighter {
	color: #fff;
}
.bigred-find    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color: #ff3333;
	height: 48px;
	border:solid 1px black;
	width:382px;
	margin:0pt;
	padding:0px;
}
#a2zfooter {
	clear:both;
	float:left;
	overflow: hidden;
	width:963px;
	margin:0px;
	background: #fff;
}
#a2zfooter hr {
	width: 98%;
	color: #ddd;
	border: 1px solid #ddd;
	background: #fff;
}
#a2z a {
	color: #666;
	text-decoration: none;
	font-size: 20px;
	padding: 0 8px 0px;
}
#a2z {
	color: #666;
	font-size: 20px;
	margin: 0 auto 0;
	padding-bottom:5px;
	width: 100%;
}
#a2z a:hover {
  background: #075f0d;
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
}
#narrow {
	background: #fff;
}
#narrow a img {
	padding: 5px 0px 0px;
	margin-left: 15px;
	margin-right: 15px;
}
#first {
	width: 95%;
	padding: 2px;
	background: #ddd;
	text-align: left;
	margin: 0 auto 0;
}
#first p {
	font-size: 12px;
	margin-left: 10px;
}
#second {
	width: 95%;
	padding: 2px;
	background: #eee;
	text-align: left;
	margin: 0 auto 0;
}
#second p {
	font-size: 12px;
	margin-left: 10px;
}
#wordlist p {
	padding: 1px;
	line-height: 65%;
	font-size: 14px;
}
#wordlist-left {
	float: right;
	width: 90%;
	background: #fff;
}
#wordlist-left p {
	padding: 1px;
	line-height: 65%;
	font-size: 14px;
	text-align: left;
}
#wordleft {
	text-align: left;
	margin-left: 10px;
	float:left;
}
table {
	width:96%;
	margin: 0 auto 0;
}
#table-list {
  width:99%;
}
table #first a {
	font-size: 12px;
}
table #second a {
	font-size: 12px;
}
table #first a:hover {
	font-size: 12px;
}
table #second a:hover {
	font-size: 12px;
}
#form-right {
	padding-top: 10px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#form-left {
	padding-top: 15px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 565px;
	vertical-align: middle;
}
#form-left-one {
	width:115px;
	float:left;
	margin-left:0px;
	margin-top: 8px;
	color:#fff;
	vertical-align: middle;
}
#form-left-two {
	width:250px;
	float:right;
	margin-top:3px;
	margin-right:130px;
	vertical-align: middle;
}
td {
	width:25%;
	padding:4px;
}

#col1 td {
	vertical-align: middle;
	height: 25px;
}
#tiles {
	height: 40px;
	margin: 0 auto;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}
#tiles ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#tiles ul li {
	display: inline;
	float: left;
	/* border: 1px solid black; */
}
#tiles li#a {
	background: url(images/tiles.jpg) no-repeat -1px 0;
	width: 33px; height: 40px;
}
#tiles li#b {
	background: url(images/tiles.jpg) no-repeat -35px 0;
	width: 33px; height: 40px;
}
#tiles li#c {
	background: url(images/tiles.jpg) no-repeat -68px 0;
	width: 33px; height: 40px;
}
#tiles li#d {
	background: url(images/tiles.jpg) no-repeat -101px 0;
	width: 33px; height: 40px;
}
#tiles li#e {
	background: url(images/tiles.jpg) no-repeat -135px 0;
	width: 33px; height: 40px;
}
#tiles li#f {
	background: url(images/tiles.jpg) no-repeat -168px 0;
	width: 33px; height: 40px;
}
#tiles li#g {
	background: url(images/tiles.jpg) no-repeat -202px 0;
	width: 33px; height: 40px;
}
#tiles li#h {
	background: url(images/tiles.jpg) no-repeat -236px 0;
	width: 33px; height: 40px;
}
#tiles li#i {
	background: url(images/tiles.jpg) no-repeat -269px 0;
	width: 33px; height: 40px;
}
#tiles li#j {
	background: url(images/tiles.jpg) no-repeat -302px 0;
	width: 33px; height: 40px;
}
#tiles li#k {
	background: url(images/tiles.jpg) no-repeat -336px 0;
	width: 33px; height: 40px;
}
#tiles li#l {
	background: url(images/tiles.jpg) no-repeat -369px 0;
	width: 33px; height: 40px;
}
#tiles li#m {
	background: url(images/tiles.jpg) no-repeat -403px 0;
	width: 33px; height: 40px;
}
#tiles li#n {
	background: url(images/tiles.jpg) no-repeat -437px 0;
	width: 33px; height: 40px;
}
#tiles li#o {
	background: url(images/tiles.jpg) no-repeat -470px 0;
	width: 33px; height: 40px;
}
#tiles li#p {
	background: url(images/tiles.jpg) no-repeat -504px 0;
	width: 33px; height: 40px;
}
#tiles li#q {
	background: url(images/tiles.jpg) no-repeat -537px 0;
	width: 33px; height: 40px;
}
#tiles li#r {
	background: url(images/tiles.jpg) no-repeat -570px 0;
	width: 33px; height: 40px;
}
#tiles li#s {
	background: url(images/tiles.jpg) no-repeat -604px 0;
	width: 33px; height: 40px;
}
#tiles li#t {
	background: url(images/tiles.jpg) no-repeat -638px 0;
	width: 33px; height: 40px;
}
#tiles li#u {
	background: url(images/tiles.jpg) no-repeat -671px 0;
	width: 33px; height: 40px;
}
#tiles li#v {
	background: url(images/tiles.jpg) no-repeat -704px 0;
	width: 33px; height: 40px;
}
#tiles li#w {
	background: url(images/tiles.jpg) no-repeat -738px 0;
	width: 33px; height: 40px;
}
#tiles li#x {
	background: url(images/tiles.jpg) no-repeat -771px 0;
	width: 33px; height: 40px;
}
#tiles li#y {
	background: url(images/tiles.jpg) no-repeat -805px 0;
	width: 33px; height: 40px;
}
#tiles li#z {
	background: url(images/tiles.jpg) no-repeat -839px 0;
	width: 33px; height: 40px;
}

#tiles li#qs {
	background: url(images/tiles.jpg) no-repeat -872px 0;
	width: 33px; height: 40px;
}

#cat-navigation {
width: 963px;
height: 22px;
margin: 0 auto;
font: normal normal bold 11px/11px Verdana, Geneva, Tahoma, sans-serif;
text-transform: uppercase;
}
#cat-nav {
background:#075f0d;
float: left;
width: 963px;
height: 20px;
}
#cat-navigation ul {
list-style: none;
margin: 0;
}
#cat-navigation li {
float: left;
}
#cat-navigation a {
display: block;
padding: 4px 12px 3px 12px;
text-transform: uppercase;
color: #fafafa;
}

/* Default category menu styles */
#cat-nav ul {
margin: 0;
padding: 0;
list-style: none;
}
#cat-nav ul {
line-height: 1.0;
}
#menu ul {
position: absolute;
top: -999em;
width: 10em;
}
#cat-nav ul ul li {
width: 100%;
}
#cat-nav li:hover {
visibility: inherit;
text-decoration: underline;
}
#cat-nav li {
float: left;
position: relative;
}
#cat-nav a {
display: block;
position: relative;
text-decoration: none;
}
#cat-item h1 {
font-size:12px;
padding: 0px;
margin: 0px;
}
.biggrey    {
border-width: 0px;
border-style: none;
border-color: #fff;
margin: 2px;
padding: 0px;
background-image: url(blockbg.jpg);
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
text-align:center;
color: #808080;
width: 60px;
height: 60px;
}
.bigred    {
border-width: 0px;
border-style: none;
border-color: #fff;
margin: 2px;
padding: 0px;
background-image: url(boxbg.jpg);
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
color: #ff3333;
width: 60px;
height: 60px;
}

















