/**************************************************************************************************
// Cascading Style Sheet for TerraGreen
// Style Sheet for Communities index.php
// Copyright (C) 2007 TerraGreen
**************************************************************************************************/

/**************************************************************************************************
// GENERAL
**************************************************************************************************/
html, body, ul, ol, li, p, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-color: #565C3A;
	background-position: center top;
}

a:link, a:visited, a:active {color: #5d3311; text-decoration: none;}
a:hover {color: #a6976c; text-decoration: none;}

#wrapper {
	width: 920px;
	margin: auto;
	text-align: left;
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-y;
}

#hdr {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
}

#hdr_container {
	position: relative;
	width: 900px;
	height: 255px;
}

#hdr_img {
	position: absolute;
	top: 0px;
	left: 10px;
}

#hdr_gif {
	position: absolute;
	top: 237px;
	left: 10px;
}

#leaf_banner {
	margin: 0px;
	padding-left: 10px;
	height: 99px;
}

/**************************************************************************************************
// CONTENT AREA
**************************************************************************************************/
#content {
	width: 898px;
	margin: 0px 10px;
}

#content p {
	padding: 4px;
	text-align: justify;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 18px;
}

#content .btm_rt_link {
	float: right;
	padding-right: 18px;
	text-align: right;
}

#col1 {
	float: left;
	width: 275px;
	padding: 5px 5px 5px 16px;
}

#col2 {
	float: left;
	width: 290px;
	padding: 5px 2px 5px 8px;
}

#col3 {
	float: right;
	width: 275px;
	padding: 5px 16px 5px 5px;
}

#inf_name, #inf_email {
	color: #CC0000;
}

/**************************************************************************************************
// FOOTER
**************************************************************************************************/
#ftr {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
}

#ftr p {
	font-size: 12px;
	padding-top: 7px;
}

#bottom_container {
    width: 920px;
    height: 20px;
    margin: auto;
    padding: 0px;
    border: 0px solid #0000ff;
}

#copyright {
    float: left;
    margin-left: 10px;
	padding: 2px 0px;
	font-size: 12px;
	border: 0px solid #ff0000;
}

#birds {
    float: right;
    width: 32px;
    height: 18px;
    margin-right: 10px;
    padding: 0px;
    border: 0px solid #ff0000;
}

.clear {
	line-height: 1px;
	height: 1px;
	clear: both;
}