html {
	height: 100%;
}
body {
	color: #666666;
	background-color: #41977d;
	background-image: url(/assets/images/bg_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #41977d;
}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}
p {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 927px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: auto;
	margin-top: 33px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
}


#footer {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(/assets/images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 857px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	font-size: 0.8em;
	line-height:1em;
	height: auto;
}


#footer ul {
	float:left;
	width:20%;
	padding: 0px;
	margin: 0;
}




#footer ul, #footer li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer  ul a {
	color:#666666;
	text-decoration:none;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#footer  ul li h1 {
	color:#333333;
	font-size:1.1em;
	margin:10px 0 0;
	padding:0;
	text-transform: uppercase;
	line-height: 1.4em;
} 
#footer h1 {
	font-weight:bold;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footer a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#footer a:hover {
	text-decoration:underline;
}

#copyright {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background-image: url(/assets/images/bg_copyright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: .8em;
}
#copyright a {
	text-decoration: none;
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
	color: #fff;
}

