@charset "UTF-8";
img{
border:none;}

h1, h2, h3{
	color: #53691E;
}

a:link{
	color: #53691E;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;	
}
a:visited{
	color: #53691E;
	text-decoration:none;
}
a:active{
	color: #53691E;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/background_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#c8ce64;
	font-family: Helvetica, Arial;
	font-size: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;

}
p{
padding:0px;
}
div{
color:#333333;}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/background_no_repeat.jpg);
	background-repeat:no-repeat;
	background-position:top right;
/*	height:1200px;*/
}
.oneColLiqCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*border:1px dashed #ccc;*/
	margin: 0 auto;
	width:1045px;
	height:305px;
	text-align:center;
}

.oneColLiqCtrHdr #mainContent {
/*	border:1px dashed #666;*/
	margin: 0 auto;
	width:1045px;
	/*height:540px;
	overflow:hidden;
	*/
	
}
#mainContent_header{

width:1050px;
background-image:url(../images/display_box.png);
background-repeat:no-repeat;
background-position:top left;
height:60px;
}
#mainContent_main{
	padding-top:0px;
	background-image:url(../images/display_box_repeat.png);
	background-repeat:repeat-y;
	width:990px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;	
}
.clearer{ clear:both;}
#mainContent_footer{
width:1050px;
background-image:url(../images/display_box.png);
background-repeat:no-repeat;
background-position:bottom left;
height:72px;

}
.oneColLiqCtrHdr #footer { 
	margin: 0 auto;
	width:1045px;
	font-size:70%;
	text-align:center;

} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.column_wide{

width:90%;
padding-left:60px;
float:left;
}
.left_column {
	width: 420px;
	float:left;
	margin-right:25px;
	padding-left:60px;
}
.right_column{
	width:420px;
	float:left;
	overflow:hidden;
	margin-left:10px;
}
.quote{
	font-style:italic;
	color: #53691E;
}
.small_quote{
	font-style:italic;
	color: #53691E;
	width:50%;}

#h1_fruitz{
text-indent:-5000px;
background-image:url(../images/h1_fruitz.png);
background-repeat:no-repeat;
height:55px;
overflow:hidden;
/*border:1px dashed #ccc;*/
}

#h1_registration{
text-indent:-5000px;
background-image:url(../images/h1_registration.png);
background-repeat:no-repeat;
height:55px;
overflow:hidden;
/*border:1px dashed #ccc;*/
}
#h1_highscores{
text-indent:-5000px;
background-image:url(../images/h1_highscores.png);
background-repeat:no-repeat;
height:55px;
overflow:hidden;
/*border:1px dashed #ccc;*/
}
#h1_faq{
text-indent:-5000px;
background-image:url(../images/h1_faq.png);
background-repeat:no-repeat;
height:55px;
overflow:hidden;
/*border:1px dashed #ccc;*/
}
#h1_rules{
text-indent:-5000px;
background-image:url(../images/h1_rules.png);
background-repeat:no-repeat;
height:55px;
overflow:hidden;
/*border:1px dashed #ccc;*/
}
.mini_info{
font-size:70%;
}
blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;

}
blockquote div {
 padding: 15px 40px;
 background: transparent url(../images/quoright.png) right bottom no-repeat;
}
input {
	display: block;
}
.disclaimer {
	color: #333333;
	font-style: oblique;
	font-weight: normal;
	line-height: 0.5em;
	border: thin none #CCCCCC;
	width: auto;
}

.disabled_link{
color:#666666;
}
#highscore_menu{
list-style:none;
padding:0px;
/*padding-top:82px;*/
}



.main_score_display{
margin-bottom:15px;

}

.high_score_display{
background-image:url(../images/gold.png);
background-repeat:no-repeat;
background-position:0px -5px;
padding-left:32px;
/*height:32px;*/
font-weight:bold;
font-size:110%;
}
.high_version_display{
font-size:80%;
color:#333333;
}
.high_user_display{
padding-left:34px;
padding-top:5px;
height:35px;
margin-bottom:-0px;
background-image:url(../images/user_small.png);
background-repeat:no-repeat;
font-size:80%;
}

