body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #003300;
	/* CUT DOWN ON BANDWIDTH: 
	*/
	background: #003300;
	background: url(images/background.jpg); 
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	color: #003300;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 1.5em 0; 
	line-height: 1.5em;
	text-align: justify;
}

ul {
}

ol {
}

a {
	color: #58BA05;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

table {
	border-spacing: 0px;
	border: 0px none;
}

th {
	border: none;
	vertical-align: baseline;
	color: #FFFFFF;
	background: #003300;
}

.rounded {

}

/* Sudoku */

table.sudoku {
	height: 360px;
	table-layout: fixed;
}

td.cell {
	/*
	width: 40px;
	height: 40px;
	text-align: center;
	background: #FFF;
	font-size: 1px;
	*/
	position: relative;
	border: 1px solid #A0A0A0; 
}

input.cell {
	width: 40px;
	height: 38px;
	font-size: 30px;
	text-align: center;
	border: 0px none;
}

div#sudoku {
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	padding-left: 20px;
	width: 380px; 
	height: 420px;
	background: #FFF;

	/* DEBUG 
	border: 1px solid #00FF00;
	*/
}


/* Header */

#header {
	width: 954px;
	height: 83px;
	padding-bottom: 20px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	text-transform: lowercase;
	color: #FFFFFF;
	padding: 15px 0 0 50px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 20px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 28px 0 0;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */
#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 450px; 
	width: 850px;
	background: #FFF;

	/* DEBUG 
	*/
	border: 1px solid #000;
}

/*
#translucent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 450px; 
	width: 850px;
	background: #FFF;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
*/

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	height: 425px;
	width: 800px;
	overflow: auto;
}

/* FAQ */
#faq {
	margin-left: auto;
	margin-right: auto;
	height: 450px;
	width: 850px;
	background: #FFF;
	border: 1px solid #000;
}

#how {
	/* border: 1px solid #000; 
	float: left; */
	height: 162px;
	width: 180px;
	line-height: 1.5em;
}

#total {
	/* border: 1px solid #000; 
	float: left; */
	width: 180px;
}

#again {
	/* border: 1px solid #000; 
	float: left; */
	height: 150px;
	width: 180px;
}

.box h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

.box p {
	font-size: 13px;
	text-align: center;
}

/* Ads */
#ads {
	/*
	position: absolute;
	top: 400px;
	left: 500px;
	border: 1px solid #FF0000;
	*/
	float: left;
	text-align: center;
	height: 400px;
	width: 180px;
	margin-left: 12px; 
	margin-top: 10px;

	/* DEBUG 
	border: 1px solid #0000FF;
	*/

}

#separator {
	height: 25px;
}

#submit {
	text-align: center;
}

/* Sidebar */

#sidebar {
	text-align: center;
	float: left; 
	margin-top: 10px;
	margin-left: 25px;
	height: 400px;
	width: 200px;

	/* DEBUG 
	border: 1px solid #FF0000;
	*/

}

/* Footer */

#footer {
	padding-top: 30px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

