#overBanner {
	height: 25px;
	background-color: #000000;
	background-image: url(../images/design/top/jimhart/jimhart_bio.png);
	background-repeat: no-repeat;
	text-align: right;
}

#mainBanner {
	height: 156px;
	background-image: url(../images/design/banners/banner_bio.gif);
	background-repeat: no-repeat;
}

#main {
	background-color: #600f18;
}

#content {
	color: #fff;
}

#leftPanel {
	float: left;
	width: 200px;
}

#links {
	padding-left: 10px;
	padding-top: 10px;
}

#jimBio {
	padding-left: 10px;
	padding-bottom: 20px;
	width: 620px;
	text-align: justify;
}

#geminiBio {
	padding-left: 10px;
	padding-bottom: 20px;
	width: 620px;
	text-align: justify;
}

#quartet {
	padding-left: 10px;
	padding-bottom: 20px;
	width: 620px;
	text-align: justify;
}

#cloudmaker {
	padding-left: 10px;
	padding-bottom: 20px;
	width: 620px;
	text-align: justify;
}

#rightPanel {
	margin-left: 200px;
	width: 650px;
	border-left: 1px solid #ccc;	
}

#footer {
	background-color: #000;
}

.title1 {
	color: #ccc;
	font-size: 18px;
}

.title2 {
	color: #ccc;
	font-size: 12px;
	font-weight: 800;
	text-decoration: underline;
}

.title3 {
	color: #ccc;
	font-size: 12px;
	text-decoration: underline;
}

a {
	color: #ccc;
}

a:hover {
	color: #000;
}


	
