/* 	Sky Pilot Website
	External CSS stylesheet for Webcam page
	Author:  Jennifer Roberts
	Created: 6/7/08
	Last modified:
*/

		
#page_content p {
	margin-top: 20px;
	}
	
#main_webcam_div {
	margin: 0px 0px 20px 0px;
	position: relative;
	left: 200px;
	z-index: 1;
	}
		
#webcam_image {
	width: 640px;
	height: 480px;
	margin: 10px 0px 0px 0px;  /* adjust this to move webcam image */
	border: #333366 inset 5px; 
	}

#left_side_bar {
	
	margin: -450px 0px 0px 0px;  /* adjust this to move left sidebar (photo of webcam) */
	width: 202px;
	position: absolute;
	left: 50px;
	z-index: 2;
	}
	
#photo_of_webcam_image {
	width: 200px;
	height: 150px;
	border: black solid 1px;
	}

#main_webcam_div .temporary_note {
	font-style: italic;
	color: #009933;
	width: 620px;
	}