h1 {
	position:relative;
	width:329px;
	height:88px;
	overflow:hidden;
	margin:20px 0 10px 0;
	text-align:left;
	}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(./images/h1_garden.jpg) 0 0 no-repeat;
	}
		
#content {
	width:77%;
	margin-left:19%;
	}
	
#content img#top {
	width:100%;
	padding:10px;
	border:1px solid #c0c0c0;
	}

#main {
	float:left;
	width:75%;
	}

#sidebar {
	float:right;
	width:20%;
	}

#sidebar img {
	width:100%;
	margin:10px 0 0;
	padding:10px;
	border:1px solid #c0c0c0;
	}
