body {
	background:#CC0000; 	
	background-image:url(../images/wallameriflag1280.png);
	background-repeat:repeat-x;
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */

}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/


	
	
a:link {color:#900; text-decoration:none;}
a:visited {color:#900; text-decoration:none;}
a:hover {color:#C00; text-decoration:none;}
a:active {color:#C00; text-decoration:none;}

#header {
	display: block;
	width:900px;
	height:175px;
	margin:0px;
	padding:0px;
	border-bottom:3px solid gold;
	
	} 

#container { 
	
	width: 900px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#fff;
	border:3px solid gold;
	}
		
		
		#maincontent { margin:0 5px 0 5px;}
	#column1, #column2 {float:left; margin:5px;}
#column1 {width:500px;}

#column2{width:350px; padding-left:8px; border-left:solid 1px gold; }

	
	#footer {
	display: block;
	clear:both;
	width: 100%;
	background-color: gold;
	padding-bottom:5px;
	text-align:center;
	font-size:11px;
	color:#000066;

	
	}
	
	#collectmap { margin-left:45px;}
	
h1 {color: #000066; font-family:Palatino, Georgia, Times New Roman; font-weight:200;}
h2 {color: #000066; font-family:Palatino, Georgia, Times New Roman; font-weight:200;}
h3 {color: #000066; font-family:Palatino, Georgia, Times New Roman; font-weight:200;}

	
	/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}
.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;
}

.stars {margin-left:5px;}
.news {font-family:Courier; color: #000; font-size: 11px;}
i.news  {font-family:Courier; color: #333; line-height:1.2em; font-size:11pt; }
b.news  {font-family:Courier; border-bottom: 0px; }

 
.nonews {font-size:12px; font-style:italic;}

ul {font-family:arial, helvetica, sans-serif; color:#333; line-height:1.2em; font-size:11pt;}

blockquote {border:1px dotted #CCC; padding:3px; color:#333; background-color:#fff; font-style:italic;}

