@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
}
#wrapperShadow {
	width:975px;
	margin: 40px auto 0;
	position:relative;
	left:20px;
	top:20px;
	background: url(../images/dropShadow.png) no-repeat right bottom;
}
#shadowRightSide {
	position:absolute;
	right:0;
	top:-20px;
	width:20px;
	height:20px;
	background: #666 url(../images/dropShadowRight.png) no-repeat right top;
}
#wrapper {
	width:955px;
	position:relative;
	left:0px;
	top:-20px;
	background: #FFF url(../images/bigOback.png) no-repeat right top;
}
#navigation {
	float: left;
	width: 160px;
	padding: 20px;
	position: relative;
}
#content {
	margin: 0 0 0 200px;
	padding: 20px;
	min-height: 480px;
}
#footer {
	margin: 0px;
	padding: 0;
	clear: both;
}
#toggleSound {
	margin: 20px 0;
	display: none;
}
