BODY {
	color: #000;
	background-color: #CCBE99;
	font-family: Verdana,
Arial,
Helvetica,
sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 100%;
	}

A {
	font-weight: bold;
	text-decoration: none;
	}
A:link {
	color: #c00;
	}
A:visited {
	color: #900;
	}
A:hover {
	background-color: #ffc;
	}
A:active {
	color: #f00;
	text-decoration: underline;
	}

DIV.chunk {
	width: 20%;
	float: left;
	margin: 5px;
	background-color: #E6DFB3;
	border-right: 4px solid #665F4C;
	border-bottom: 4px solid #665F4C;
	/*overflow: auto;*/
	}
DIV#content {
	border-top: 4px solid #665F4C;
	padding: 0 10px;
	/*border: 1px #fff solid;
	background-color: #cc9;
	padding: 30px;	*/
	}
DIV#content2 {
	border-top: 4px solid #665F4C;
	padding: 30px 25% 0 30px;
	background-color: #E6DFB3;
	}

H1 {
	font-family: Arial,
Helvetica,
sans-serif;
	font-size: 48px;
	line-height: 48px;
	color: #1C465A;
	background-color: #77897B;
	border-bottom: 1px solid #000;
	padding: 48px 0 0 36px;
	margin: 0;
	}
H1 SPAN {
	position: relative;
	top: 7px;
	}
P.strapline {
	position: absolute;
	top: 40px;
	left: 332px;
	color: #E6DFB3;
	}

.chunk H2,
.chunk P,
.chunk LI,
.pin-item P {
	border-top: 1px solid #F3EFD9;
	border-left: 1px solid #F3EFD9;
	}
.chunk H2 {
	font-size: .75em;
	line-height: 100%;
	color: #1C465A;
	background-color: #DAD094;
	padding: 5px 10px;
	margin: 0;
	}
P,
LI,
LI P {
	font-size: .7em;
	line-height: 135%;
	}
A.pin-tag {
	font-weight: normal;
	color: #000;
	}
.chunk UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.chunk LI,
.chunk P {
	padding: 5px 10px;
	}
.chunk P {
	margin: 0;
	}
P {
	margin-top: 1em;
	margin-bottom: 1em;
	}

HR {
	text-align: center;
	width: 75%;		/* NN4 value */
	/*/*/ width: 100%; 	/* Actual value */
	height: 1px;
	color: #fff;
	border: none;
	} /* For Internet Explorer */
HTML>BODY HR {
	margin-right: 0;
	width: 100%;
	background-color: #fff;
	border: 0px solid #fff;
	} /* For Opera and Gecko-based browsers */

