body {
  	color: #363636;
        font-family: Verdana, sans-serif;
        font-size:14px; 
        margin: 0 auto;
        text-align: center;
        background-repeat: no-repeat;
      	background: #decc9e url(/images/background_brown.webp) top repeat;
}

#sidebar, #footer {
	display: none;
}	

h4
{
text-align:center;	
}	

a:link, body_alink
{
	color:	#71623c;
	font-weight:	bold; 
	text-decoration: none;
}
a:visited, body_avisited
{
	color: #73643e;
	font-weight:	bold; 
	text-decoration: none;
}
a:hover, a:active, body_ahover
{
	color: #cc0000;
	font-weight:	bold; 
	text-decoration: none;
}

audio {
    background-color: #decc9e;
}

	#quizlayout {
	
	width: 1120px;
	margin: 0 auto;
	background: url(/images/bg_layout_brown.webp) 0px top repeat-y;
        text-align: left;
	
	}	
		
	
	#quizheader {
	
	width: 1120px;
	height: 100px;
	padding: 12px 0;
	position: relative;
	
	}
	
	/* Headings */
	
	#quizheader h1 {
	
	display: block;
  text-indent: -5000px;
	position: absolute;
	width: 300px;
	height: 72px;
	background-image: url(/images/title_brown.webp);
	background-repeat: no-repeat;
	top: 0px;
	left: 15px;
	z-index: 1;
	
	}

	#quizheader h2 {

	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 80px;
	left: 25px;
	width: 290px;
	height: 20px;
  color : #463100 ; 
  font-size: 13px;
	z-index: 10;	

	}	
	
	#quizbannertopright {

	text-indent: 0px;
	position: absolute;
	top: 20px;
	left: 380px;
	z-index: 9;	
	width: 728px;

	}

	#quizdatetime {

	text-indent: 0px;
	position: absolute;
	top: 90px;
	left: 448px;
	z-index: 10;	
	width: 468px;

	}

	#quiznav {
	
	clear: none;
	text-align: center;
	width: 1110px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 9px 0px 0px 0px;
  font-size: 15px;
	height: 24px;
	background-image: url(/images/bg_brown.webp);
	
	}	

	#quiznext {
	
	clear: none;
	width: 1100px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
  text-align:center;
	padding: 5px;
	height: auto;
	background-image: url(/images/bg_white.webp);
	
	}	

	#quizcontent {
	
  display:block;
	clear: none;
	width: 1070px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 20px;
	height: auto;
	background-image: url(/images/bg_white.webp);
	
	}	

  #quizcontent ul,ol {
	
	margin: 0;
	padding: 0;
	margin-left: 10px;
	
}		

  #quizcontent ul {

	list-style-type: square;

  }


  #quizlist {
  
	display: block;
	position: relative;
	top: 10px;
	margin:auto;
	z-index: 4;	
	width: auto;
	height: auto;
  
  }

  #quizlist p {
  
  text-align:center;
    
  }

  #quizlist h6 {

  	 float:left ;
  	 padding:10px; 
  	 margin:5px; 
  	 text-align:center; 
     font-size:14.0px;
     font-weight:normal;
  	 width:190px; 
  	 background:#e6ddc5
  }

  #quizcategory {
  	
    float:right;   	
    font-size:11.0px;
   	margin-left:30.0px;
   	color: #9c8959 ;
   	
  }	

  table
  {
    border-collapse: collapse; 
  }

	td.categories {
	
	width: 240px;
  text-align:left;
	padding: 5px 20px 5px 20px;
	font-size:20.0px;
	color: #5e4e18;  
	
	}	

	td.catlinks {
	
  text-align:center;
	padding: 6px 20px 6px 20px;
	
	}	

	td.quiznumber {
	
	width: 30px;
  text-align:center;
	padding: 8px;
	background-image: url(/images/bg_lightbrown.webp);
	border-top-color: #e6d9b5; 
  border-top-width: 2px;
  border-top-style: solid;
	border-left-color: #e6d9b5; 
  border-left-width: 2px;
  border-left-style: solid;
	
	}	

	td.quizquestion {
	
	width: 1000px;
  text-align:left;
	padding: 8px;
	background-image: url(/images/bg_lightbrown.webp);
	border-top-color: #e6d9b5; 
  border-top-width: 2px;
  border-top-style: solid;
	border-right-color: #e6d9b5; 
  border-right-width: 2px;
  border-right-style: solid;
	
	}	

	td.quizansnum {
	
	width: 30px;
  text-align:center;
	padding: 8px;
	background-image: url(/images/bg_vlightbrown.webp);
	border-bottom-color: #e6d9b5; 
  border-bottom-width: 2px;
  border-bottom-style: solid;
	border-left-color: #e6d9b5; 
  border-left-width: 2px;
  border-left-style: solid;
	
	}	


	td.quizanswer {
	
	width: 1000px;
  text-align:left;
	padding: 8px;
	background-image: url(/images/bg_vlightbrown.webp);
	border-bottom-color: #e6d9b5; 
  border-bottom-width: 2px;
  border-bottom-style: solid;
	border-right-color: #e6d9b5; 
  border-right-width: 2px;
  border-right-style: solid;
		
	}	

	td.quizpicans {
	
	width: 180px;
	height: 30px;
  text-align:center;
	padding: 8px;
	background-image: url(/images/bg_lightbrown.webp);
	
	}	

	td.quizabout {
	
  text-align:left;
	padding: 8px;
	background-image: url(/images/bg_lightbrown.webp);
	border-top-color: #e6d9b5; 
  border-top-width: 2px;
  border-top-style: solid;
	border-right-color: #e6d9b5; 
  border-right-width: 2px;
  border-right-style: solid;

  }

	li.quizabout {
	
  text-align:left;
	padding: 3px;

  }


	#quizfooter {
	
	width: 1110px;
	padding: 5px 5px 5px 5px;
	clear: left;
	font-size: 10px;	
	color: #444;
	
	}

	#quizfooter p {
	
        text-align:center;
	
	}
	
	
	#quizfooter a {
	
	color: #6e5e28;
	
	}
	
	#quizfooter a:hover {
	
	color: #444;
	
	}

  table.hall {
    border: 0px ;
  	background-image: url(/images/bg_white.webp);
    width:95%;
  	margin:auto;
  }

  table.stats {
    border: 0px ;
  	background-image: url(/images/bg_lightbrown.webp);
    height:100px;
    padding : 1px;
    border-spacing : 3px;
    margin-left:25px;
    margin-right:0px;
  }

  td.statstitle {
  	font-size:12.0px;
  	text-align:right;
  	padding-left:10.0px;
  	padding-right:15.0px;
  }	

  td.statsdata {
  	font-size:14.0px;
  	text-align:left;
  	padding-right:10.0px; 	
  }	

  td.hallcenter {
  	font-size:13.0px;
  	text-align:center;
  }

  td.hallleft {
  	font-size:13.0px;
  	text-align:left;
  }

  div#snowball {

	position: relative;
	font-weight:normal;
	font-family:Tahoma,Arial;
	margin:auto;
	z-index: 7;	

  }

  table.snowball {

	width: 600px;
	margin:auto;

  }



	td.sbquestion {
	
	width: 500px;
  text-align:left;
	padding: 8px;
	background-image: url(/images/bg_lightbrown.webp);
	border-top-color: #e6d9b5; 
  border-top-width: 2px;
  border-top-style: solid;
	border-right-color: #e6d9b5; 
  border-right-width: 2px;
  border-right-style: solid;
	border-left-color: #e6d9b5; 
  border-left-width: 2px;
  border-left-style: solid;
	
	}	

	td.sbanswer {
	
	width: 500px;
  text-align:left;
	padding: 8px;
	background-image: url(/images/bg_vlightbrown.webp);
	border-bottom-color: #e6d9b5; 
  border-bottom-width: 2px;
  border-bottom-style: solid;
	border-right-color: #e6d9b5; 
  border-right-width: 2px;
  border-right-style: solid;
	border-left-color: #e6d9b5; 
  border-left-width: 2px;
  border-left-style: solid;
		
	}	


div#scoreboard {

	position: relative;
	color:#503e34;
	font-size:24.0px;
	font-weight:normal;
	font-family:Tahoma,Arial;
	text-align:center;
	margin:auto;
	z-index: 8;	
	width: 960px;

}

div#scoreboard table {
	border:2px solid #8f7e53;
	border-collapse:collapse;
  margin:auto;      
}

div#scoreboard td {
	border:2px solid #8f7e53;
	border-collapse:collapse;
}

div#scoreboard th {
	border:2px solid #8f7e53;
	border-collapse:collapse;
}

div#scoreboard thead th{
  background:url(/images/scoreboard/brownchrome.webp) top left repeat-x #f8f5ec ;
	padding:5px 10px;
	font-size:30.0px;
	text-transform:none;
	color:#333;
}
div#scoreboard thead th.score {
  background:url(/images/scoreboard/midbrownchrome.webp) top left repeat-x #f2ebd8 ;
  text-align:center;
}
div#scoreboard thead th.total {
  background:url(/images/scoreboard/darkbrownchrome.webp) top left repeat-x #e4d6b2 ;
  text-align:center;
}
div#scoreboard tbody td {
	font-size:30.0px;
	padding:5px 10px;
	background: #f8f5ec;
}
div#scoreboard tbody th {
	font-size:30.0px;
	padding:5px 10px;
	background: #f8f5ec;
}
div#scoreboard tbody th{
	color:#333;
}
div#scoreboard tbody td.score {
	background:#f2ebd8;
	font-size:30.0px;
  text-align:center;
}
div#scoreboard tbody td.total {
	background:#e4d6b2;
	font-size:32.0px;
  text-align:center;
}
div#scoreboard tfoot td {
	border:none;
	padding-top:10px;
}
div#scoreboard tfoot th {
	border:none;
	padding-top:10px;
}


// Contact Form Specific below

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

#sudokuframe205 {
      	background:url(../images/sudoku_frame_205.webp);
        top: 0px;
        left:0px;
        position:relative;
        width:205px;
        height:205px;
      	z-index: 3;
}
.wrapper205 {
  padding: 3px;
  display: grid;
  grid-template-columns: 21px 21px 21px 0px 21px 21px 21px 0px 21px 21px 21px ;
  grid-template-rows: 21px 21px 21px 0px 21px 21px 21px 0px 21px 21px 21px ;
  grid-gap: 1px;
}

.box205 {
  color:#000000;
  text-align:center ;
  padding: 0px;
  font-family:Tahoma;
  font-size: 16px;
}
