/* CSS Document 
Orange: #ff5200;
Light Orange: #ff9400;
Charcoal: #4D4C4D;
Grey: #857561;
Light Grey: #cabfb1;
Lightest Grey: #F0EDEB;
Hover Grey: #F5F5F5;
Alert Green: #CCFF66;
Light Edit Green: #EBFFC2;
*/

@-moz-document domain("instructables.com") {


body {
	background:#FFF url(http://i41.tinypic.com/2uxwmxv.jpg) repeat-x top left !important;
	margin: 0px !important;
	
}

#header {
 background: transparent url(http://i33.tinypic.com/2ijmfzq.gif) top left no-repeat !important;
 margin-bottom: 10px !important;	
 font-size: 85% !important;
 height: 184px !important;
 position: relative !important;
}

/* links */
a {
	color: #000 !important; 
	text-decoration: none !important;
	cursor: pointer !important;
}


}