@charset "UTF-8";
/* CSS Document */


#shadowwrapper{
	background-image: url(../images/styles/background.jpg); 
	background-repeat: repeat-y; 
	background-position: center; 
	margin: 0 auto;
	width: 982px;	
	}
	
#shadowtop {
	height: 10px;
	width: 982px;
	background-image:url(../images/styles/top_shadow.jpg);
	background-repeat: no-repeat;
	}

#shadowbottom {
	height: 10px;
	width: 982px;
	background-image:url(../images/styles/bottom_shadow.jpg);
	background-repeat: no-repeat;
	}