body, form, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

body {
	background-color: #6c7d1f;
}

#containerpage {
	width: 100%;
	height: 100%;
}

#containersite {
	width: 800px;
	margin: 0 auto;
	border: 10px solid #363d11;
	background-color: #fff;
}

#header {
	width: 800px;
	height: 120px;
	background-image: url(../images/bg-header-black.gif);
	background-repeat: repeat-x;
}

#header img {
	float: right;
	border: none;
}

#underheader {
	width: 800px;
	height: 23px;
	background-image: url(../images/bg-header-white.gif);
	background-repeat: no-repeat;
}

#content {
	width: 800px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
}

#contentcol1 {
	width: 166px;
	padding: 56px 10px 0 19px;
	float: left;
}


#contentcol2 {
	width: 444px;
	float: left;
}

#hometxt {
	clear: both;
}

#homedocumentary {
	clear: both;
}

#homedocumentary img {
	margin-right: 16px;
}

#homeblog {
	clear: both;
}

#homeblog img {
	margin-right: 9px;
}


/* START Home form */
#contentcol2 table td {
	padding-top: 2px;
}

#contentcol2 table input.text {
	width: 160px;
}

#contentcol2 table textarea {
	width: 350px;
	height: 80px;
}
/* END Home form */


#contentcol2 .articlepublished {
	padding-bottom: 19px;
	clear: both;
}

#contentcol3container {
	width: 132px;
	padding: 50px 19px 0 10px;
	float: right;
}

#contentcol3 {
	background-image: url(../images/bg-highlights.jpg);
	background-repeat: repeat-y;
}

.highlights {
	padding: 7px 0 4px 7px;
}

.highlightstitle {
	margin-left: 1px;
	padding-left: 6px;
	background-image: url(../images/bg-highlights-title.jpg);
	background-repeat: repeat-y;
}

.highlightstxt {
	padding: 5px 0 9px 7px;
}

#footer {
	width: 800px;
	height: 30px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
}


.spaceh429v2 {
	width: 429px;
	line-height: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bold;
}

.spacev19 {
	font-size: 19px;
	line-height: 19px;
}

.txtgreen {
	color: #b4cd36;
}

.bggreen {
	background-color: #b5d133;
}

.bggray {
	background-color: #e9eaeb;
}