h1 {
	position:relative;
	width:439px;
	height:36px;
	overflow:hidden;
	margin:10px 10px 10px;
	}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(./images/h1_home.jpg) 0 0 no-repeat;
	}
		
#content {
	width:62%;
	margin-left:37%;
	padding:0 0 120px 0;
	}

#content img {
	width:92%;
	margin:0 0 20px 10px;
	padding:10px;
	border:1px solid #c0c0c0;
	}

#content p {
	padding:0 10px;
	}

