body {
	padding: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
	max-width: 1020px;
	width:expression(document.body.clientWidth > 1021? "1020px": "auto");
	margin: 0 auto;
	background-color: #CCC;
}

td.body3 {
	padding-left: 40px;
	background-image: url(/sites/ecocentre/images/shadow_left.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #FFF;
}
td.body2 {
	padding-right: 40px;
	background-image: url(/sites/ecocentre/images/shadow_right.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
div.body {
	margin: 0 13px;
	background-image: url(/sites/envirocentre/header.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div.header2 {
	padding: 10px;
}
div.site_name {
	padding-left: 50px;
}
a.main_menu, td.side_menu a {
	font-weight: normal;
	text-transform: none;
	text-decoration: none !important;
}
a.main_menu_selected, a.main_menu_selected:visited, a.main_menu:hover {
	color: #F6DA24;
	background-color: transparent;
}
div.second_row {
	padding-top: 25px;
}
div.page_with_breadcrumbs {
	background-image: url(/sites/envirocentre/footer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.page  {
	padding: 10px;
}
div.third_row {
	padding: 0 10px;
}
div.footer {
	padding: 50px 0 100px 0;
	
	margin-bottom: 0;	
}
h1, h2, h3, h4 {
	color: #96BA97;
}
a {
	color: #1E8AC6;
}
a:hover {
	color: #FFF;
	background-color: #1E8AC6;
}
div.page a {
	text-decoration: underline;	
}
td.side_menu {
	border-right: 1px dotted #AAA;
}