/*
 *  Wade J. Love
 *  19 Mar 2010
 *  Style sheet for ScouterDuck goes Geocaching
 *  
*/


/* Global properties */
body 	{
	background: #4B5320;
	color: #FCD116;
	font-size: 16px;
}

#head {
	margin: 5px;
	padding: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #FCD116;
	position: fixed;
	float: none;
	clear: both;
}

#left {
	width: 46%;
	margin: 2%;
	float: left;
	clear: left;
	position: relative;
	top: 190px;
}

#right {
	width: 46%;
	margin: 2%;
	float: right;
	clear: right;
	position: relative;
	top: 175px;
}

.title {
	font-family: "Rockwell Extra Bold";
	font-size: 28px;
	/*line-height: 8px;*/
}

.caption {
	font-size: 10px;
	font-family: Cursive;
	line-height: 0px;
}

.statlt{
	position: fixed;
	bottom: 2px;
	right: 53%;
}

.statrt {
	position: fixed;
	bottom: 2px;
}



a:link {
	color: #E5E500;
}
a:visited {
	color: #BD9C0F;
}
a:focus {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}

