@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg2.jpg);
	background-position:top left;
	background-repeat:repeat;
	/* background: #825D08; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #821808;
}
.gpllc #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 12px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #398208;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.gpllc #header {
	background: #000; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/blueglow_map.jpg);
	background-repeat:no-repeat;
	height:129px;
	color: #FFF;
}
.gpllc #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.gpllc #topnav {
	margin: 0;
	text-align:right;
	background-color: #821808;
	height:26px;
}
.gpllc #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.gpllc #mainContent h2 {
	color: #398208;
}
.gpllc #mainContent p, ul {
	font-size:11px;
}
.gpllc #mainContent a {
	color: #08827C;
}
.gpllc #mainContent sup {
	color: #08827C;
}
.gpllc #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px #823B08 dotted;
	position: relative;
	/* background-image: url(images/2ft_Contours.gif); */
}
.gpllc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
}
.picborder {
	padding:3px;
	margin: 6px;
	border:1px solid #823B08;
}
#blockdiv {
	position:absolute;
	right:0;
	top: 10px;
}
ul.blocks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
}
ul.blocks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	float: right;
}
.gpllc #spicy {
	background-color: #821808;
	height: 10px;
	width: 10px;
	margin-right: 20px;
	display: block;
}
.gpllc #birdnest {
	background-color: #823B08;
	height: 10px;
	width: 10px;
	margin-right: 20px;
	display: block;
}
.gpllc #stomachbile {
	background-color: #825D08;
	height: 10px;
	width: 10px;
	margin-right: 20px;
	display: block;
}
.gpllc #radar {
	background-color: #398208;
	height: 10px;
	width: 10px;
	margin-right: 20px;
	display: block;
}
.gpllc #shockwave {
	background-color: #08827C;
	height: 10px;
	width: 10px;
	margin-right: 20px;
	display: block;
}

 /*
http://www.colourlovers.com/palette/334089/electrify
 
spicy
HEX: #821808  RGB: 130,24,8

bird nest
HEX: #823B08  RGB: 130,59,8

stomach bile
HEX: #825D08  RGB: 130,93,8

radar
HEX: #398208  RGB: 57,130,8

shock wave
HEX: #08827C  RGB: 8,130,124
 */
