body { 
	/* Green & white scrollbar */
	scrollbar-face-color: #407934;
	scrollbar-shadow-color: #407934;
	scrollbar-highlight-color: #407934; 
	scrollbar-3dlight-color: #407934; 
	scrollbar-darkshadow-color: #407934; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff;

	background-image: url('http://www.specklebellys.com/images/green_canvas.jpg');
	color: white;
	font-family: arial, verdana, times, sans-serif;
	font-size: 10pt;		
	
} 

h1, h2, h3, p, strong, ul{font-family: arial, verdana, times, sans-serif;}

h1, h2, h3, p, ul{color: white;}

/* Large white heading */
h1{font-size: 20pt;}

/* White subheading */
h2{font-size: 16pt;}


h3{
	font-size: 12pt;
	font-style: bold;
}

/* Paragraph text */
p, ul{font-size: 10pt;}

ul{
	line-height: 12pt;
}

/* Gold note */
strong{
	color: #FFCC00;
	font-style: bold;
	text-transform: uppercase
}

/* Gold note */
p strong{
	color: #FFCC00;
	font-style: bold;
	text-transform: uppercase;
}

/* Gold horizontal rules */
hr{color: #FFCC00;}

/* Gold links */
a:link{color: #FFCC00;}
a:visited{color: #FFCC00;}
a:hover{color: #FFDD55;}

/* Page divs */
#titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: 135px;
}
	
#sidebar{
	position: absolute;
	top: 135px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 176px;
}

#content {
	position: absolute;
	padding: 5px 5px 0px 10px;
	left: 176px;
	top: 135px;
}

#promo{
/*	position: relative;*/
	float: right;
	width: 210px;
	margin-top: 60px;
	border-style: groove;
	border-width: 4px;
	border-color: #f0b400;
	background-color: #f4ba00;
}
#promo-title{
	position: relative;
	background-color: #e9a000;
	text-align: center;
	border: none;
}

#promo-head{
	position: relative;
	background-color: #fad500;
	text-align: left;
	border: none;
}

