/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_ausbuy {
	width: 100%;
}

.container_title {
	background-image: url(Container_TopBar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #064A8A;
	height: 23px;
}
.container_right {
	background-image: url(Container_ShadowR.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.container_left {
	background-image: url(Container_RedBorder.gif);
	background-position: left top;
}
.container_bottom {
	background-image: url(Container_ShadowB.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

