/* CSS Document */
A:link {text-decoration: underline; color: #333333; 
  font-family: Verdana;}
A:visited {font: arial; text-decoration: underline; color: #cccccc;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #000000;}

body {
  background: #ccc url(http://www.pea-be.com/blog/wp-content/themes/pixeled/images/stripes3.gif) repeat;
  background-attachment: fixed;}
span.show {font: 11px arial; color: #ffffff;}
span.whitebold {font: 900 12px arial; color: #ffffff;}
span.bold {font: 900 11px arial; color: #663300;}
span.ital {font: italic 14px arial; color: #663300;}
span.head {font: 900 14px arial; color: #333333;}
span {font: 11px arial; color: #ffffff;}

div.tester {
  background: #ccc url(http://www.pea-be.com/blog/wp-content/themes/pixeled/images/topOverlayBG.gif) repeat;
	position: fixed;
	top:0;
	left:0;
	height: 84px;
	width: 1500px;
	z-index: 10;	
}

#mainBG {
  margin: 0 auto;
  clear: both;
  width: 980px;
  background: #222;
  padding-bottom:10px;
  }

h3 {
 text-decoration: none;
  color: #66cccc;
  font-size: 8pt;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  }
  
  #footer {
  background: #222;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  padding: 15px;
  font-size: 8pt;
  color: #ccc;
  padding: 10px 0 10px 0;
  }
#footer p {
  margin: 5px 0;
  padding: 5px 0;
  }
#footer ul {
  list-style-type: none;
  margin-top: 5px;
  }
#footer ul li, #footer p {
  font-size: 9pt;
  margin: 0;
  }
#footer a {
  text-decoration: none;
  color: #66cccc;
  }

#footer a:hover {
  background: #66cccc;
  color: #fff;
  }
#footer .col1 {
  margin: 0 5px;
  float: left;
  width: 255px;
  }
#footer .col2{
  margin: 0 5px;
  float: right;
  width: 500px;
  }
#footer li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 1px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }