/* Tags */

body {
	background-image: url(images/dirt.jpg);
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
hr {
	margin-bottom: 20px;
	margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: uppercase;
}
a:link {
	color: #e0922f;
	text-decoration: none;
}
a:visited {
	color: #e0922f;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: none;
}
abbr:hover {
	cursor: help;
}

/* IDs */

#stars {
	background-image: url(images/stars.gif);
	height: 325px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}
#sakura {
	height: 375px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 800px;
	z-index: 3;
}
#topsoilrepeat {
	background-image: url(images/topsoilrepeat.gif);
	height: 126px;
	left: 0px;
	position: absolute;
	top: 231px;
	width: 100%;
	z-index: 2;
}
#content {
	left: 20px;
	padding-bottom: 13px;
	position: absolute;
	text-align: justify;
	top: 407px;
	width: 500px;
	z-index: 2;
}
#rightnav {
	left: 520px;
	padding-left: 20px;
	position: absolute;
	top: 400px;
	width: 250px;
	z-index: 2;
}
#rightnavtop {
	background-image: url(images/websites.gif);
	border: 3px solid #36280c;
	height: 25px;
	position: relative;
	width: 250px;
	z-index: 2;
}
#rightnavcontent {
	background-image: url(images/rightnavcontent.gif);
	border-bottom: 3px solid #36280c;
	border-left: 3px solid #36280c;
	border-right: 3px solid #36280c;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 250px;
	z-index: 2;
}
#rightnavcontent img {
	border: 2px solid #e0922f;
	margin-bottom: 15px;
}
#rightnavcontent img:hover {
	border: 2px solid #ffcc00;
}
#rock1 {
	background-image: url(images/rock1.jpg);
	height: 284px;
	left: 380px;
	position:absolute;
	top: 1192px;
	width: 259px;
	z-index: 1;
}
#rock2 {
	background-image: url(images/rock2.jpg);
	height: 120px;
	left: 145px;
	position: absolute;
	top: 742px;
	width: 110px;
	z-index: 1;
}

/* Classes */

.website {
	text-align: center;
}
.buttons {
	margin-top: 10px;
}
.thumbnail {
	border: 2px solid #e0922f;
	margin-bottom: 15px;
}
.thumbnail:hover {
	border: 2px solid #ffcc00;
}
