
.body_content {
	float: left;
	width: 868px;
	height: auto;
}

div#menu {
	width: 170px;
	height: 400px;
	float: left;
	left: 30px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}

div#content {
	width: 500px;
	float: right;
	right: 30px;
	position: relative;
	margin-top: 41px;
	border: 1px solid #77a927;
	padding: 0 50px 25px;
}

a:link, a:visited {
	color: #876fb4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #764dba;
}

div.content_wrapper {
	background: url(http://mettaaudio.com/images/body_bkgnd.gif) repeat-y;
	border: 0px;
	padding: 0px;
	width: 980px;
}

#ribbon {
	width: 868px;
}

.shadow {
	width: 868px;
}

.clearer {
	clear: both;
}

.footer {
	clear: both;
}

#menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#menu ul li {
	margin-top: 10px;
}

#menu ul li a:link, #menu ul li a:visited {
	background-color: #c9dda0;
	color: #507317;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	height: 30px;
}

#menu ul li a:hover {
	color: #507317;
	background-color: #99be55;
	text-decoration: underline;
}

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

img.wide {
	
}

embed {
	clear: both;
}

#content h1 {
	margin-top: 17px;
	margin-bottom: 17px;
}

#content h3 {
	font-style: italic;
	clear: both;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


