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


body {
	margin:0px;
	padding:0px;
	}
	

	
#canvas {
	position:relative;
	width:1100px;
	margin:0px auto 0px auto;
	box-shadow:#999999 0px 0px 10px;
	}
	
	#header {
		position:relative;
		height:120px;
		/*background:url('http://www.ways2earn.com/writescrap/images/notepaper-background.jpg');*/
	        
		}
		
	#navigation {
		position:relative;
		left:-5px;
		width:1102px; /* +8 padding-left */
		height:40px;
		}
		
	#contentbody {
		position:relative;
		min-height:1000px;
		overflow:hidden;
		}

#footer {
	position:relative;
	}	
