body { 
	/* Blue & white scrollbar */
	scrollbar-face-color: #0032C6;
	scrollbar-shadow-color: #0032C6;
	scrollbar-highlight-color: #0032C6; 
	scrollbar-3dlight-color: #0032C6; 
	scrollbar-darkshadow-color: #0032C6; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff;

	background-image: url('http://www.specklebellys.com/images/blue_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;
	margin-bottom: 4px;
}

/* 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: relative;
	float: left;
	padding: 5px 5px 0px 10px;
	margin-left: 160px;
	margin-top: 90px;
	width: 210px;
}

#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;
}


