@import url(https://fonts.googleapis.com/css?family=Rock+Salt);
@import url(https://fonts.googleapis.com/css?family=Questrial);

*{
	margin: 				0;
}

html, body {
	height:					100%;
}

header h1 {
	font-family:			"Rock Salt", serif;
	font-size:				250%;
	text-align: 			center;
}

header a {
	text-decoration:		none;
	color:					#000;
}

nav {
	height: 				15px;
	text-align: 			center;
	padding: 				0;
}

nav ul {
	list-style-type: 		none;
}

nav ul li {
	display:				inline-block;
}

nav ul li a {
	text-decoration:		none;
	line-height:			15px;
	padding:				0 20px;
	color:					#84be6a;
}

nav ul li a:visited {
	color: 					#84be6a;
}

nav ul li a:hover {
	color:					#696969;
}

body {
	font-family:			"Questrial", Corbel, Arial, Helvetica, sans-serif;
}

#chancethewrapper {
	width: 					911px;
	margin:					0 auto;
	font-size:				111%;
	position:				relative;
	height:					auto !important;
	min-height:				100%;
}

#content {
	clear:					both;
	padding-top:			0;
	padding-bottom:			33px;
	margin:					27px;
	margin-bottom:			0;
}

#content h1 {
	font-family:			"Rock Salt", serif;	
	margin-bottom:			7px;
	font-size:				150%;
}

#content h2 {
	margin-bottom:			7px;
	font-size:				125%;
}

#content p {
	line-height:			1.5em;
	margin-bottom:			11px;
	padding-bottom:			17px;
	margin:					0;
}

#content ul {
	margin-bottom:			22px;
}

#content li {
	margin-bottom:			3px;
	line-height:			1.3em;
}

#content a:link {
	color:					#84be6a;
}

#content a:visited {
	color:					#84be6a;
}

#content a:hover {
	text-decoration:		none;
	color:					#696969;
}

.imgright {
	float:					right;
	margin-left:			17px;
	margin-bottom:			3px;
}

.imgleft {
	float:					left;
	margin-right:			17px;
	margin-bottom:			3px;
}

.imgalign {
	vertical-align:			middle;
}

footer {
	margin-top:				11px;
	margin-bottom:			11px;
	clear:					both;
	font-size:				85%;
	text-align:				center;
	position:				absolute;
	bottom:					0;
	width:					100%;
}