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

#floatdiv {
	position:relative;
	width:90px;
	height:0px;
	top:0;
	left:0;

}


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

#sidebar {
	/**background-image:url(../images/blue-background.png);**/
	background-color: #033d6d;
	background-repeat:no-repeat;
	position:relative;
	height:420px;
	width:90px;
	margin-left:-95px;


}

#sidebar #facebook {
	height:65px;
	width:55px;
	position:absolute;
	top:35px;
	left:21px;
	
}

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

#sidebar #google {
	height:65px;
	width:55px;
	position:absolute;
	top:185px;
	left:21px;
}

#sidebar #linkedin {
	height:65px;
	width:70px;
	position:absolute;
	top:258px;
	left:21px;
}


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

}

#sidebar #onepager {
	height:50px;
	width:60px;
	position:absolute;
	text-align:center;
	top:380px;
	left:15px;

}

#sidebar #ohm {
	position:absolute;
	top:375px;
	left:25px;

}

