body {
	background-color: #2d6d22;
	background-image: url(images/guacoff_4.gif);
	background-repeat: no-repeat;
	font-family: times new roman;
	font-size: 14px;
	line-height: 18px;
	height: 800px;
	color: #2d6d22;
}

/* COLORS */

h2 {
	background-color: #8BFDFA;
}

p, .linkbox {
	background-color: #FFFFB2;
}

/* LAYOUT */

a {
	text-decoration:none;
	color:inherit;
}

a:visited {
	text-decoration:none;
	color:inherit;
}

a:hover {
	text-decoration:none;
	color:inherit;
}

.content, .header {
	display:block;
	position:absolute;
	left:127px;
}

.header {
	top:65px;
}

h1 {
	display:none;
}

.content {
	top:244px;
	width:295px;

}

h2 {
	display: inline;
	margin: 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
	color: #2d6d22;
	padding-right: 7px;
	padding-left: 1px;
	padding-bottom: 2px;
	letter-spacing: 0px;
}

.linkbox {
	color: #2d6d22;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.linkbox:hover {
	background-color:orange;
	color:white;
}

h4 {
	display:block;
	height:30px;
	margin:0;
}


.content div {
	margin-top:7px; 
}

.marginhalf {
		margin-top:4px; 
}

.margindouble {
		display: block;
		margin-top:32px; 
}

.content img {
	margin-bottom:14px; 
}

p {
	display: block;
	margin: 0;
	color: #2d6d22;
	margin-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

