body {
	
	background-image:url("photos 307.jpg");
	background-repeat: repeat;
}

#content {
	background-image:url("repeater.png");
	background-repeat: repeat;
	color: white; 
		text-align:left;
		 margin:100px auto; 
		 padding:20px;
		  width:950px;
		  height: 7000px;
		   border:1px solid #000;
	position: absolute;
	top: 20px;
	right: 200px;
}

#header {
	background-color:#CC9999;
	background-image: url("jh.jpg");
	background-repeat:repeat;
	margin: 20px;
	font-size: 24px;
	color:#CCF2F2;
	padding: 20px;
	height: 100px;
	width: 400px;
	position: absolute;
	top: 20px;
	right: 400px;
	border: 1px outset #666666;
}
#sidebar {
	background-image:url("repeater.png");
	background-repeat: repeat; 
		text-align:left;
		 margin:100px auto; 
		 padding:20px;
	height: 100px;
	width: 100px;
	 border:1px solid #000;
	position: absolute;
	right: 20px;
	top: 224px;
	line-height: 20px;
	font-weight: bolder;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;

}

h1, p, a { color:#717A85; font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif
 }


