/* Page infrastructure */

body {
	background-color:#666666;
	background-image:url('http://img.geocaching.com/cache/525b9b23-ec58-4c3f-9c1a-8d7861b408eb.jpg');
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	padding:0;
}

#wrapper {
	width:759px; 
	margin:0 auto;
	background-color:#FFF;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
 	border-right-width: 2px; 
	border-left-width: 2px; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-right-color: #999; 
	border-left-color: #999; 
}

#wrapper p {
	margin:3px auto;
	display:block;
	text-align: center;
	
}

/* Add a footer to clear floats and ensure all child divs are wrapped in wrapper div */

.t1 {
	font-size: 3px;
	
}


#footer {
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
        padding-right: 5px;
}



/* Headings */

h1 {
    margin-top:0;
	font-weight:bold;
	font-size:26px;
	padding:3px;
}



/* Remove borders from all images used as hyperlinks */

a img {
	border: 0 none;
}

/* Image alignment */
.floatleft {
  float:left;
  margin:3px 8px 3px 0;
}
.floatright {
  float:right;
  margin:3px 0 3px 8px;
}
.imgcentered {
  margin:3px auto;
  display:block;
}
.floatleft, .floatright, .imgcentered {
  font-weight:bold;
  text-align:center;
  padding: 2px;
}

.floatleft img, .floatright img {
  display: block;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
    font-size: 1px;
    line-height: 0px; 
}
