#menu {
	bottom: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 185px;
	height: auto;
	clear: none;
	float: none;
	background-color: black;
}

#page_body_env {
	text-align: left;
	line-height: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	bottom: 0px;
	font-size: 12px;
	color: #dddddd;
	position: absolute;
	height: 100%;
	float: none;
	clear: none;
	width: 407px;
	background-color: #222;
	left: 185px;
	top: 0px;
}

#page_body_text {
	padding-left: 25px;
	padding-right: 25px;
	height:76.5%;
	overflow-y: auto;
	overflow-x: hidden;
}

.img {
	float: left;
	padding-right: 10px;
}

#page_right {
	background-image: url(images/trumpetshot.jpg);
	width: auto;
	right: 0px;
	height: 100%;
	clear: none;
	background-color: #bababa;
	top: 0px;
	position: absolute;
	left: 592px;
	float: none;
}

body {
	background-color: black;
}

img {
	border-style: none;
}

h1 {
	text-align: left;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #d44d4f;
}

a:hover {
	color: #9e1827;
}

ul {
	padding-bottom: 10px;
}

li {
    padding-bottom:10px;
}

strong {
	color: #d44d4f;
}

.thumbnail {
	width: 340px;
	margin-bottom: 8px;
	float: left;
	clear: left;
	background-color: #111;
	border: 1px solid #FFF;
	margin-right: 3px;
	padding: 5px;

}

.thumbnail-small {
	margin-bottom: 6px;
	float: left;
	background-color: #111;
	border: 1px solid #FFF;
	margin-right: 3px;
	padding: 4px;

}

#spacer {
	height: 15px;
}


