/* Third Media website              */
/* www.thirdmedia.com - Modesto, CA */
/* Placed: 2023-02--5,  M. Bowers   */

body { background-color: #cc9966; margin:0; }


* {
    margin: 0;
    padding: 0;
}
img {
    border: medium none;
}


body {
	background: url("http://www.thirdmedia.com/_common/gfx/blue-wooden-planks-2000.jpg") no-repeat fixed center top #ffdd99;  */
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	font-family: verdana,geneva,sans-serif;
	padding-bottom: 20px;
}
#page_wrapper {
	border-top: 2px solid black;
	opacity: 1.0;
	margin: 150px auto 100px 142px;
	overflow: hidden;
	width: 882px;
	height: 1200px;
}
p, div, td {
	font-size: 11px;
	line-height: 15px;
}
h1, h2, h3 {
	line-height: 130%;
	margin-bottom: 10px;
}
h1 {
	color: #E87F00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #000000;
	text-transform: uppercase;
}
h3 {
	border: 5px none #FFFFFF;
	color: #C10C03;
	font-size: 16px;
	padding: 5px;
	text-transform: none;
}
p {
	margin-bottom: 15px;
}
 .fl {
	float:left !important;
}
 .fr {
	float:right !important;
}
 .fn {
	float:none !important;
}
.red-shadow {
	text-shadow: 2px 2px 8px red;
}
.box-bkg-brown {
  background: #fff9b6;
  margin-bottom: 20px !important;
  padding: 8px 8px 8px 8px !important;
  border: 1px solid black;
  opacity: 0.6;
}
.black {color: #000000;}
