body {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 30px;
}
.outerwrapper {
	margin: 0 auto;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	text-align: left;
}
.header {
	width: 920px;
	height: 181px;
	float: left;
	text-align: left;
	background-image: url(images/oboe-reeds-header.jpg);
	background-repeat: no-repeat;
}
.innerwrapper {
	background-image:url(images/innerwrapper-bg.jpg);
	background-repeat: no-repeat;
	width: 920px;
	float: left;
}
.left {
	width: 240px;	
	float: left;
	text-align: left;
}
.textindent-left {
	margin: 30px 30px 0 30px; 
}
.content {
	width: 650px;
	float: left;
	text-align: left;
	min-height:500px;
  height:auto !important;
  height:500px;
}
.content ul {
	padding: 0px;
	margin: 0px;
	list-style: circle;
}
.content li {
	margin-left: 15px;	
}
.footer {
	width: 920px;
	float: left;
	height: 8px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
.textindent {
	margin: 30px 15px 0 15px; 	
}
h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	list-style-image: url('images/oboe-bullet.gif');
	font-size: 120%;
	margin-bottom: 6px;
	height: 25px;
	vertical-align: middle;
	margin-left: 0px;

}
.nav a:link {
	text-decoration: none;	
	color: #666;
	padding-left: 4px;
}
.nav a:visited {
	text-decoration: none;	
	color: #666;
	padding-left: 4px;
}
.nav a:hover {
	text-decoration: underline;	
	color: #373737;
	padding-left: 4px;
}
.nav a:active {
	text-decoration: underline;	
	color: #373737;
	padding-left: 4px;
}

.content a:link {
	color: #666;
	text-decoration: underline;
}
.content a:visited {
	color: #666;
	text-decoration: underline;
}
.content a:hover {
	color: #373737;
	text-decoration: none;
}
.content a:active {
	color: #373737;
	text-decoration: none;
}
.pic-border {
	padding: 4px;
	border: 1px solid #e7e8f7;
}
.pic-margin {
	margin-right: 12px;
}