body {
	background-image: url(images/Ross-Rumbell_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-color: #fff;
	color: #3B3E3A;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 1.5;
}
#page {
	width: 720px;
	margin: 0 auto 0px auto;
	position: relative;
	top: 0;
}
#menubar {
	float: left;
	top: 0;
	width: 160px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#main {
	width: 720px;
	position: absolute;
	top: 195px;
	left: 0;	
}
#main h2 {
	padding: 0px;
	font-size: 15px;
	color: #124E8D;
	background-color: inherit;
	text-align: left;
	border-bottom: 1px solid silver;
}
.socialmedia { float: right; }
#main h3 {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	background-color: inherit;
}
#main div.left {
	float: left;
	margin-top: 10px;
	padding-left: 25px;
	margin-bottom: 30px;
	width: 510px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid  #ccc;
}
img.glenn {
	float: left;
	padding: 5px 8px 0 0;
}
img.band {
	float: right;
	padding: 5px 0 0 8px;
}
div.firstcan {
	float: left;
	width: 230px;
	padding: 0 0px 0 0;
}
div.right {
	margin-left: 250px;
}
div.biocontact {
	margin-left: 150px;
}
div.right a {
	color: #124E8D;
	background-color: inherit;
	text-decoration: none;
}
div.right a:hover {
	color: #ccc;
	background-color: inherit;
	text-decoration: underline;
}
div.left ul {
	margin-top: 3px;
}
div.left a {
	color: #124E8D;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none;
}
div.left a:hover {
	color: #ccc;
	background-color: inherit;
	text-decoration: underline;
}
#navfooter {	
	clear: left;
	width: 720px;
	background-image: url(images/footerimage.gif);
	background-position: 25px left;
	background-repeat: no-repeat;
	margin: 0 0 -14px 0;
	padding: 20px 0 0 0;
	text-align: center;
	
}
#navfooter ul li {
			margin: 0;
			padding-left: 30px;
			padding-right: 40px;
			display: inline;
			list-style: none;
			border-top: 0px solid #CCC;
}
#navfooter ul li a {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#navfooter ul li a:hover {
	color: #124E8D;
	background-color: inherit;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#footer {
	width: 720px;
	padding-top: 5px;
	text-align: center;
	background-color: transparent;
	border-top: 0px solid #CCC;
}
#footer p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #124E8D;
	background-color: inherit;
}
#footer p a {
	color: #124E8D;
	background-color: inherit;
	text-decoration: none;
}
#footer p a:hover {
	color: #ccc;
	background-color: inherit;
	text-decoration: underline;
}
div.note {
	font-size: 9px;
}

.clr { clear: both; }