body, html {
	margin: 0;
	padding: 0;
	background-color: #333;
	background-image: url('images/bg_text_new.gif');
	background-position: top left;
	background-repeat: repeat-x repeat-y;
}

#topblocks {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 106px;
	background-image: url('images/bg_top_new.jpg');
	background-position: top left;
	background-repeat: repeat-x; 
}

#questionmarks {
	height: 100%;
	width: 10px;
	background-image: url('images/bg_qs.gif');
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 0;
}

#content-thinborder {
	position: absolute;
	top: 150px;
	left: 175px;
	width: 700px;
	height: auto;
	background-color: #fff;
	color: #111;
	padding: 5px;
	border: 1px solid #111;
	z-index: 1;
}

#content-thickborder {
	font-size: 13px;
	color: #111;
	font-family: georgia, trebuchet, verdana, sans-serif;
	border: 3px solid #111;
	padding: 10px;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 55px;
	left: 55px;
	z-index: 5;
}

#nav {
	margin-left: 75px;
	width: 600px;
	height: 30px;
	vertical-align: top;
}
	#nav-about {
		text-align: center;
		width: 115px;
	}
	#nav-rules {
		text-align: center;
		margin-left: 50px;
		width: 150px;
	}
	#nav-recommend {
		text-align: center;
		margin-left: 50px;
		width: 225px;
	}
	#nav-buy {
		text-align: center;
		margin-left: 50px;
		width: 100px;
	}
	
	#line-title {
		font-size: 25px;
		margin-left: 50px;
		line-height: 1.3em;
	}
	#line-subtitle {
		font-size: 25px;
		margin-left: 25px;
		line-height: 1.3em;
	}
	
	#content {
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.6em;
		font-size: 14px;
	}

#content-form {
	padding-left: 35px;
	padding-right: 35px;
}
	#form-field {
		padding: 15px;
		background-color: #f1f1f1;
		border: 1px dotted #888;
	}
	
#content-footerL {
	font-size: 9px;
	color: #666;
	width: 350px;
	padding-left: 20px;
	text-align: left;
}
#content-footerR {
	width: 250px;
	font-size: 9px;
	color: #666;
	text-align: right;
	padding: 5px;
}

#clue-question {
	width: 325px;
	font-size: 13px;
	text-align: left;
	padding: 15px;
	border: 3px solid #ccc;
	background-color: #9cb67a;
	color: #fff;
	text-align: left;
}

input, select, textarea {
	border: 1px solid #888;
	padding: 2px;
	font-size: 11px;
}

#h3 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#thinfield {
	font-size: 11px;
}

.thinfield {
	font-size: 11px;
}

th { font-weight: bold; font-size: 11px; border-bottom: 1px solid #999; }
.orderform { padding-left: 15px; padding-right: 15px; }
.orderform td {  font-size: 11px; border-bottom: 1px solid #ddd; }
.bottom { border-top: 1px solid #999; border-bottom: 0px; }

a:visited { color: #000; }
a:link { color: #000; }
a:hover { color: #444; }

.error {
	font-weight: bold;
	color: #bb0000;
}