html, body {
	margin: 0;
	border: 0;
	height: 100%;
	text-shadow: #000000 0 0 0px;
	background-color:#000000;
/*	background-image: url(../images/bg.jpg); */
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#FFFFFF;
	padding: 5px;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#000000;
	padding-left:10px;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color:#008066;
	background-image: url(../images/title_curve.jpg);
	background-repeat:no-repeat;
	padding-left: 30px;
}
#splashbannerbar {
	width: 100%; height:220px;
	background-image:url(../images/splash_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bannerbar {
	width: 100%; height:190px;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper {
	
	font-family: Arial, Helvetica, sans-serif;
	width:900px; height:100%;	
	border: solid 1px #000000;
	background-color:#008066;
	border-left: 1px #008066 solid;
	border-right: 1px #008066 solid;
}
#img {
	border: solid 1px #000000;
}

#ecobg {
	padding: 2px;
	width: 196px;
	margin-right:6px;
/*	text-align:center;*/
	background: #aabaca url(../images/new/eco_corner.jpg) top center no-repeat;
}
#ecotext {
	color: #008066;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
/*	font-style:italic;*/
	line-height: 18px;
	padding: 5px;
}

/*#mainbg {
	background-image: url(../images/new/bed_sheets.jpg); 
	background-repeat: no-repeat;
	background-position: bottom left;
}*/
#mainbox {
	color: #003300;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: 0 20px 10px 20px;
	margin:0;
	top:0;
	line-height: 14px;	/*background: url(../images/menu_over_bg.jpg) bottom repeat-x;*/	
}
#mainbox ul {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
}
#mainbox li {
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
}
#mainbox .topline{
	border-top: #999999 solid 1px;
}
#mainbox .leftline{
	border-left: #999999 solid 1px;
}
#mainbox .rightline{
	border-right: #999999 solid 1px;
}
#mainbox .bottomline{
	border-bottom: #999999 solid 1px;
}

#mainbox a:link {
	color: #333333;
	text-decoration: none;
}
#mainbox a:visited {
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
#mainbox a:hover {
	color: #000000;
	text-decoration: none;
}
#mainbox a:active {
	color: #333333;
	text-decoration: none;
}


#booterbar {
	margin: 0;
	padding:10px;
	width: 900px;
	height: 35px;
	background-image: url(../images/booter.jpg);
}
#booter {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}
#booter a:link {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
#booter a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
#booter a:hover {
	color: #008066;
	background-color:#fff;
	text-decoration: none;
	padding: 5px;
}
#booter a:active {
	text-decoration: none;
	padding: 5px;
}