/* CSS Document */


#leftbox {
	position: absolute;
	height: 100%;
	width: 239px;
	left: 20px;
	top: 0px;
	
}#dleftbox {
	position: relative;
	height: auto;
	width: 239px;
	left: 0px;
	top: 0px;
}	
#topleftbox {
	position: relative;
	height: 35px;
	width: 239px;
	left: 0px;
	top: 0px;
	background-image: url(images/contentbox/speacocktop.png);
}
#bloging{
	position: relative;
	left:0px;
	top:0px;
	width:239px;
	background-image:url(images/contentbox/speacockmiddle.png);
	background-repeat: repeat;
	}
#bloging2{
	position: relative;
	left:30px;
	top:0px;
	width:179px;
	}


#bottomleftbox {
	position: relative;
	height: 35px;
	width: 239px;
	background-image: url(images/contentbox/speacockbottom.png);
	left: 0px;
	top: 0px;
}
/*right bar*/
#rightbox {
	position: relative;
	height: 100%;
	width: 200px;
	left: 818px;
	top: 15px;
}#drightbox {
	position: absolute;
	height: auto;
	width: 200px;
	left: 818px;
	top: 15px;
}
#toprightbox {
	position: relative;
	height: 50px;
	width: 180px;
	left: 0px;
	top: 0px;
	background-image: url(images/sidebox/bluetopsm.jpg);
}
#massageform{
	position: relative;
	left:0px;
	top:0px;
	width:180px;
	background-image:url(images/sidebox/bluesm.jpg);
	background-repeat: repeat;

	}
#bottomrightbox {
	position: relative;
	height: 50px;
	width: 180px;
	background-image: url(images/sidebox/bluebottomsm.jpg);
}
