body {
background-color: #4C4952;
margin:0px;
padding:0px;
font-family: calibri, arial, helvetica;
}

.logo {
	/*border: 1px solid #e9e9e9;*/
	width: 900px;
	/*line-height: 600px;*/
/*	background:#e2e2e2 url('images/lifetree_logo_color_lrg2.png') no-repeat center top;*/
	background:#e2e2e2 url('images/lifetree_logo_clouds.png') no-repeat center top;
}

.buttons_cont {
	text-align: center;
	padding-top: 410px;
	padding-bottom: 20px;
}

.buttons {
	padding-right: 10px;
	padding-left: 10px;
	border: 0px;
}

a.buttons {
	background-color: red;
}

a:active, a:link, a:visited, a:hover {
	color: #9bb943;
	text-decoration: none;
}

.headerstrip {
	text-align: center;
	padding: 30px;
/*	background-color: #b4e921;*/
	/*background-color: #000000;*/
	color: #9E98AC;
	font-size:18px;
}

b {
	color: #ffffff;
}

.footer_cont {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	color: #ffffff;
	background-color: #231f20;
	font-size: 14px;
}

.msg_cont {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
}

h1 {
	background:url('images/bullet_leaf.png') no-repeat left top;
	padding-left: 14px;
	font-size: 18px;
	font-weight: 400;
}

h2 {
	/*background:url('images/bullet_leaf.png') no-repeat left top;*/
	font-size: 16px;
	font-weight: 400;
}

.foot-left {
	/*width: 400px;*/
	float: left;
	/*margin-right; 30px;*/
	width: 45%;
}
.foot-right {
	/*width: 400px;*/
	float: right;
	/*padding-right; 30px;*/
	width: 45%;
}

.copyright {
	clear: both;
	padding-top: 10px;
	color: #57535D;
	font-size: 11px;
	text-align: center;
	display: block;
}

p#textbox {
	width: 100%;
	height: 50px;
	line-height: 100%;
        /* font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;*/
        font-size: 0.75em;
		text-align: center;
		padding: 0;
		margin: 0;
}
#textbox a:link {
    color:#9E98AC;
   	text-decoration:none;
    }
#textbox a:visited {
	color:#9E98AC;
	text-decoration:none;
    }