/*three column*/

body {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: url(Graphics/packrat_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	line-height: 150%;
	margin: 0; }

a {
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px; 
	color: #003300; }

a:link { 
	border: thin #ffffff outset; } 

a:visited {
	color: #002200;
	border: thin #ffffff inset; }

a:hover,
a:active {
	background-image: url(Graphics/fade.png);}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #002200;
	padding: 3px;
	border-top: thin #336633 solid;
	border-bottom: thick #336633 solid;
	background-image: url(Graphics/fade.png);}

p.masthead {
	border-top: thick #003300 double;
	text-align: center;
	padding-top: 10px; }

p.byline {
	color: #000000; 
	text-align: center;
	text-transform: capitalize; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	font-size: .8em;
	line-height: 110%;
	border-top: thin #003300 solid;
	border-bottom: thin #003300 solid;
	padding-top: 0px; 
	padding-bottom: 0px; 
	background-color: #669966; }

#leftcol {
	position: absolute;
	left:10px;
	top:120px;
	width:200px; }

#centercol {
	text-align: center;
   	margin-left: 250px;
   	margin-right:250px; }

#rightcol {
	position: absolute;
	right:10px;
	top:120px;
	width:200px;
	text-align: right;}

#footer {
	width: 100%;
	text-align: center; }