/*
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 #rss {
	height:48px;
	width:48px;
	position:absolute;
	top:20px;
	left:21px;
	
}

#sidebar #youtube {
	height:44px;
	width:52px;
	position:absolute;
	top:70px;
	left:21px;
	padding-top: 10px;
}

#sidebar #twitter {
	height:53px;
	width:53px;
	position:absolute;
	top:110px;
	left:21px;
}

#sidebar #contact {
	height:42px;
	width:43px;
	position:absolute;
	top:160px;
	left:25px;

}
