/*
Web Design by James Brand @ http://www.dreamweavertutorial.co.uk 
*/

#floatdiv {
	position:absolute;
	width:94px;
	height:229px;
	top:0;
	left:0;


}


#content {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}




/**************************************************************************************************************/

#sidebar {
	background-image:url(../images/blue-background.png);
	background-repeat:no-repeat;
	position:relative;
	height:229px;
	width:94px;
	margin-left:-10px;


}

#sidebar #facebook {
	height:48px;
	width:48px;
	position:absolute;
	top:13px;
	left:21px;
	
}

#sidebar #youtube {
	height:44px;
	width:52px;
	position:absolute;
	top:63px;
	left:21px;
}

#sidebar #twitter {
	height:48px;
	width:48px;
	position:absolute;
	top:63px;
	left:21px;
}

#sidebar #contact {
	height:48px;
	width:48px;
	position:absolute;
	top:118px;
	left:21px;

}
