/* CSS Document */

/*
rust:  #9F3900;
dark brown:  #1F160A;
light brown:  #5A3D1C;
cream:  #F2E2A2;
light cream:  #F7F0BE;
*/


body,
html { 
	height:100%; 
	}
body {
	margin: 0;
	padding: 0;
	background-color: #9F3900;
	text-align: center;
	}
body,
p {
	font: 12px/17px Georgia, "Times New Roman", Times, serif;
	color: #5A3D1C;
	text-align: left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em auto;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .15em;
	color: #9F3900;
	text-align: center;
	}
a:link,
a:visited {
	color: #9F3900;
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #9F3900;
	text-decoration: none;
	}


/* Flash Replacement Container */
#flashMain {
	text-align: center;
	}


/* Alt Content */
#noFlash {
	width: 400px;
	margin: auto;
	padding: 15px 50px;
	background: #F7F0BE;
	border: 10px solid #1F160A;
	}
#playerLink {
	margin: 1.5em auto;
	}
#playerLink p {
	text-align: center;
	}
#embeddedLink p {
	font-size: 10px;
	text-align: center;
	}
#embeddedLink a {
	color: #5A3D1C;
	}


/* Site Credit */
#shell {
	position: relative;
	width: 100%;
	min-width: 840px;
	height: 100%;
	min-height: 680px;
	}
#futureFarmLink {
	position: absolute;
	bottom: 5px;
	right: 25px;
	}
#futureFarmLink p {
	margin: 0;
	padding: 0;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CB7040;
	text-align: right;
	}
#futureFarmLink a:link,
#futureFarmLink a:visited {
	color: #CB7040;
	}
#futureFarmLink a:hover,
#futureFarmLink a:active {
	color: #F2E2A2;
	}
