/*
* {
 	
	margin: 0px;
}
 */
body {
	background-color: #996633;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	background-image: url(http://www.dumbstump.com/images/page_back.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	text-decoration: none;
	margin-top: 0;
}
a:link {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
/*
	z-index: 5;
*/
}
#left_side_bar {
	font-size: 90%;
}
#tree-stump-01,
#tree-stump-02,
#tree-stump-03,
#tree-stump-04,
#tree-stump-05,
#tree-stump-06,
#tree-stump-07,
#tree-stump-08 {
	background-color: #330000;
	padding: 10px;
	height: 80px;
	width: 80px;
	border: medium solid #FFCC33;
	position: fixed;
/*
	z-index: 1;
*/
}
#tree-stump-01 {
	left: 0px;
	top: 0px;
}
#tree-stump-02 {
	left: 0px;
	top: 120px;
}
#tree-stump-03 {
	left: 0px;
	top: 240px;
}
#tree-stump-04 {
	left: 0px;
	top: 360px;
}
#tree-stump-05 {
	right: 0px;
	top: 0px;
}
#tree-stump-06 {
	right: 0px;
	top: 120px;
}
#tree-stump-07 {
	right: 0px;
	top: 240px;
}
#tree-stump-08 {
	right: 0px;
	top: 360px;
}
.ds_h2 {
	font-size: 24px;
	font-weight: bold;
}

