@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;

}

img {
	border: none;
}

#header {
	position:absolute; 
	top: 3%; 
	left: 0px; 
	width: 100%;
}

#content_logo {
	margin-left: 40px;

}

.front_content {
	background-color: #ffffff;
}

#watermark {
	margin-top: 20px;
	/*margin-bottom: 30px;*/
	margin-right: 20px;
}

.content {
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}

h2 {
	color: #66CC33;
	font-weight: normal;
	font-size: 20px;
}



a:link {color: #666666; text-decoration: none;}     
a:visited {color: #666666; text-decoration: none;}  
a:hover {color: #b0b0b0; text-decoration: none;}
a:active {color: #666666; text-decoration: none;}

a {font-size: 12px;}

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -8em;
}
.footer {
	background-image: url(images/Eden-Life_Curve.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer, .push {
     height: 8em;
}

.footer_links {
	margin-right: 40px;
	width: 100%;
	color: #666666;
}

.footer_links a{
	font-size: 14px;
}
ul {
	list-style-type: none;
}
