/*
Web Design by James Brand @ http://www.dreamweavertutorial.co.uk 
*/

#floatdiv {
	position:absolute;
	width:94.1%;
	height:7px;
	top:0;
	left:0;
}



/**************************************************************************************************************/

#sidebar {
	background-repeat:no-repeat;
	position:relative;
	height:60px;
	width:94px;
	float: right;
	margin-right: 30px;


}

#sidebar #contact {
	height:42px;
	width:43px;
	position:absolute;
	left:20px;

}
	
