@charset "UTF-8";
.sidebarLeftpub {
	float: left; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_lhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 550px;
}
.sidebarRightpub {
	float: right; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_rhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 550px;
}

.navigationpub {
	float: left; /* since this element is floated, a width must be given */
	width: 656px;
	font-size: 80%;
	height: 550px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.MainContentpub {
	height: 550px;
	width: 724px;
}
.MiddleContentpub {
	height: 110px;
	text-align: center;
}
.SubHeading {
	font-size: 130%;
	font-weight: bold;
	color: #8351A1;
}
.PubLeft {
	float: left;
	width: 650px;
	color: #8351A1;
	height: 200px;
	text-align: center;
}
.PubRight {
	float: right;
	width: 290px;
	font-size: 100%;
	color: #8351A1;
	height: 200px;
}
.ImagePadding {
	padding: 5px;
}
