#leftNavContainerAu{
	clear: left;
	float: left;
	width: 60px;
}

#mainContentContainerAu{
	float: left;
	width: 676px;
}
#rightNavContainerAu{
	float: left;
	width: 60px;
}
#catalogImage{
    background: url('../image/catalogImage.png') no-repeat center center;
	height:176px;
	width: 400px;
	border:none;
	margin-top: 30px;
	text-align: center;
}

.catalogItem{
	padding-bottom: 10px;
	list-style-position: inside;
}

.catalogTitle{
	color: #B7777E;
	font-size: 110%;
	padding-top: 10px;
}
