@charset "UTF-8";
/* CSS Document */

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1200px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/disciplines/music/bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
	background-color: #666666;
}

.sidebar {
    background-image: url(/images/generic/sidebar.png);
    background-repeat: repeat;
}