h1 {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	display: inline;
	}

p {
	font-size: 10pt;
	overflow: hidden;
	padding: 0px 30px;
	}

img {
	border: none;
	}

/* content */

#content {
	width: 770px;
	height: 1595px;
	top: 172px;
	background-color: #e4dbbf;
	z-index: 0;
	position: absolute;
	}
	
/* -----------------------------------------------
			.line used many times
------------------------------------------------ */

.line {
	height: 3px;
	width: 100%;
	background-repeat: repeat-x;
	}
