body {
	background-color: #F0D9C1;
	background-image: url(pattern.gif);
}

#wrapper {
	position: absolute;
	left: 20px;
	top: 50px;
	background-color: #BFFF80; 
	width: 600px; 
	color: #004D00;
	font-size: 10px;
	font-family: Verdana;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	z-index: 1;
	margin-left: 100px;
  	border: 2px dotted #FFCC33;
	line-height: 120%;
}

#wrapper a {
	text-decoration: none;
	color: #D85F5F;
	margin: 2px;
}

#wrapper a:hover {
	cursor: crosshair;
}

#floating_header {
	height: 389px;
	width: 600px;
	background-image: url(floating_sammy.jpg);
	z-index: 3;
}

#menu {
	text-align: center; 
	margin: auto; 
	font-weight: bold;
	margin-bottom: 50px;
  color:  #39AC39;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #004D00;
	background-color: #FFCC33;
	padding: 5px;
}

input {
	margin: 5px;
	border: 1px solid #D85F5F;
	/* background-color: #F0D9C1; */
}

input[type="radio"] {
	margin: 5px;
	/* for Opera */
	border: none;
}

input[type="submit"] {
	background-color: #F0D9C1;
}

input[type="reset"] {
	background-color: #F0D9C1;
}

select {
	margin: 5px;
	border: 1px solid #D85F5F;
	/* background-color: #F0D9C1; */
}

textarea {
	margin: 5px;
	border: 1px solid #D85F5F;
	/* background-color: #F0D9C1; */
}

#footer {
	text-align: center;
	margin-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
}

#footer a {
	text-transform: uppercase;
}

.rules ul {
	list-style: none;
	list-style-position: outside;
}

.rules li {	
	margin-left: 0; 
	padding-left: 2.5em;
}

.rules li:before {
		content: "[+] \0020";
		color: #D85F5F;
		vertical-align: 0.8;
		padding-right: 2px;
	}
	

