@charset "utf-8";
/* SUNBEAM MK3 CSS */


/* ================================================================================== RESTORATION STYLES ================================================================================ */


#restoration_container {
	width: 551px;
	height: 675px;
	}
	
#restoration_headerbox {
	width: 551px;
	height: 31px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#restoration_date {
	width: 117px;
	height: 13px;
	float:left;
	margin-right: 5px;
	}
	
#restoration_image {
	width: 551px;
	height: 463px;
	}
	
#restoration_notes_bg {
	width: 531px;
	height: 131px;
	background: url(../images/image_notes-bg.png) no-repeat;
	padding: 10px;
	margin: 0px 2px;	
	}
#restoration_notes {
	width: 527px;
	height: 131px;
	}




/* ================================================================================== GALLERY STYLES ================================================================================ */

#images_container {
	width: 572px;
	}


/* ================================================================================== VIDEO THUMB ================================================================================ */

#video_bg {
	height:464px;
	width:551px;
	background-image: url(../images/video_bg.png);
	background-repeat:no-repeat;
}

#video_container {
	height:381px;
	width:511px;
	margin: 30px 20px 0px 20px;
}


/* ================================================================================== CONTACT FORM ================================================================================ */



#contact_form {
	height:1000px;
	width:500px;
	float:left;
	background-color:#00FF00;
}