/*
body {
	margin : 0;
	font-size : 0.8em;
	color : #fff;
	background-color : #787878;
	text-align : justify;
}
*/

#widthfix {	position: relative;

	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 
#main {
	position : absolute;
	width : 960px;
	left : 50%;
	margin-left : -480px;
	top:200px;
	background-color : #000;
background: url(side_bar_menu.gif) repeat-y left;
} 

#main-content {
background-color: #fff; 
width:700px; 
float:right; 
height:auto;
padding-right: 30px;
} 

div.duo-holder {border-top:1px dotted #99CC00; width: 660px; margin: 5px 0 0 0;}
div.duo-left {float: left; width: 320px; margin: 15px 0 0 0;}
div.duo-right {float: right; width: 320px; margin: 15px 0 0 0; padding: 0;}

#side-left {
width:200px; 
float:left; 
height: inherit;
vertical-align: top;
color:#FFFFFF;
background-color: #424984;
background-image: url(http://www.wastemanagementconsultant.co.uk/include/ims/title_services.jpg);
background-repeat: no-repeat;
} 

#side-left p {
padding: 4px;
margin-top: 0;
margin-bottom: 0;
}


#header {
	position : absolute;
	width : 960px;
	left : 50%;
	margin-left : -480px;
	height:200px;
border-bottom: 1px solid #03B963; 
background-image: url(/ims/background.jpg);
background-color:#fff;


} 
#footer {
	width:inherit;
padding: 5px 0 5px 0;
background-color: #E3E4ED;
text-align: center;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
font-size: 0.9em;
}


#footer a:link{
color:#666;
font-weight:normal;
}

#footer a:visited{
color:#666;
font-weight:normal;
}

#footer a:hover{
color:#666;
text-decoration:none;
font-weight:normal;
}

#footer p {
margin-top: 5px;
margin-bottom: 5px;
}

.clearing {
	height: 0;
	clear: both;
}
