#publishing {
	margin: 5px 5px 5px 5px;
	border: 1px solid #aba255;
	border-top: none;
	width: 965px;
	background-image: url("http://www.russcochran.com/images/menugradientout.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
}

#publishingleft {
	margin: 5px 5px 5px 5px;
	border: 1px solid #aba255;
	border-top: none;
	padding-top: 2px;
	width: 490px;
	height: 800px;
	color: #000;
	background-image: url("http://www.russcochran.com/images/menugradientout.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
}

#publishingright {
	margin: 5px 5px 5px 5px;
	color: #000;
	border: 1px solid #aba255;
	border-top: none;
	padding-top: 2px;
	width: 465px;
	background-image: url("http://www.russcochran.com/images/menugradientout.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
	font-size: 12px;
}

#publishingleft p.heading {
	margin-top: 0px;
	margin-left: 5px;
	color: #fff;
}

#publishingright p.heading {
	margin-top: 0px;
	margin-left: 5px;
	color: #fff;
}

#publishingright p {
	text-indent: 10px;
	color: #0e0e0e;
}

#publishingleft p {
	text-indent: 10px;
	color: #0e0e0e;
}

#publishedworks {
	padding: 5px;
	width: 480px;
}

.pw_heading {
	padding: 5px;
	background: #938e4b;
	color: #FFFFFF;
	border: 1px solid #FFF;
	font-weight: bold;
}
.pw_heading:hover {
	background: #eae395;
	color: #938e4b;
}
.pw_content {
	padding: 15px;
	background: #EEE;
}