#wrap {
	width:800px;
	margin:0 auto;
	border:1px solid #e06020;
	font-family:arial, sans;
	font-size:16px;
}

h1 {
	text-indent:-3000em;
	background:url('../img/ecopro-logo.jpg') left top no-repeat;
	width:749px;
	height:77px;
	margin: 25px auto;
}

img {
	border:1px solid #000;
}

#content {
	float:left;
	width:470px;
}

#content ul {
	padding-left:50px;
	margin-bottom:20px;
}

#content ul li {
	line-height:1.7;
}

#imagepod {
	float:right;
	width:250px;
}

#imagepod img {
	margin-right:30px;
	margin-top:20px;
}

#imagepod p {
	margin:0;
}

#content img {
	margin-left:30px;
}

#imagepod .caption {
	width:218px;
	text-align:center;
}

#content .caption {
	width:360px;
	text-align:center;
	margin: 0 0 0 30px;
}

#downloads {
	clear:both;
	padding-top:14px;
	padding-bottom:12px;
	width:730px;
	margin:0 auto;
	line-height:1.6;
	border-bottom:1px solid #696969;
}

#downloads h2 {
	margin-bottom:0;
	text-decoration:underline;
}

#downloads a {
	
	color:#60a0e0;
	text-decoration:none;
	font-size:18px;
}

#downloads a:hover {
	text-decoration:underline;
}

#footer {
	clear:both;
	width:710px;
	margin:0 auto;
	text-align:center;
	height:30px;
	padding-top:30px;
	color:#696969;
	font-size:14px;
}

#footer ul {
	margin:0;
	padding:0;
}



#footer ul li {
	display:block;
	float:left;
	padding: 0 14px;
	border-right:1px solid #696969;
}

#footer ul li.last {
	border-right:none;
}

#footer ul li a {
	display:block;
	float:left;
	color:#60A0E0;
	text-decoration:none;

}

#footer ul li a:hover {
	text-decoration:underline;
}