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

		.shadowbox1 {position: absolute;
			background: url(images/shadowdark.gif) repeat;
			top: 40px;
			left: 5%;
			width: 45%}
			
		.shadowbox2 {position: absolute;
			background: url(images/shadow.png) repeat;
			top: 40px;
			right: 4%;
			width: 41%}
			
		.shadowboxfloat {margin: 4px 0px 0px 5px;
			background: url(images/shadowlight.gif) repeat;
			width: 50%; 
			position: relative; /*IE needs this to show float properly*/
			float: left}
			
		.shadowcontent, .shadowcontent2 {position: relative;
			padding: 10px; 
			top: -5px; /* these two define the shadow 'offset'*/
			left: -5px; /*...*/
			background: #9F0;
			color: black;
			border: 1px solid #060}	
		
		.shadowcontent2 {background: #090}
