/* CSS Document */

<style>
div
{
	border: lpx solid #333233;
}
#container
{
		width: 870px;
		margin: auto;
		border: 0px;
}
#head
{
	height: 100px;
}
#header
{
	text-align: center;
	margin-top: 0px;
	border: 0px;
}
#menubar_horizontal
{
	margin-top: 0px;
	padding: 1px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Boishakhi;
	font-size: 12px;
	background-image: url(../image-100/menubar.jpg);
	background-repeat: no-repeat;
}
#content
{
	margin-top: 5px;
	padding: 5px;
}
#leftpanel
{
	height: 1360px;
	width: 170px;
	padding: 5px;
	float: left;
}
#menubar_vertical, #news
{
	width: 168px;
	margin: auto;
	margin-top: 5px;
	padding: 5px;
}
#menubar_vertical{
	height: 167px;
	font-family: Boishakhi;
	font-style: normal;
	background-image: url(../image-100/sidebar.jpg);
	background-repeat: no-repeat;
}
#news
{
	height: 1170px;
	background-image: url(../image-100/sidebar2.jpg);
	background-repeat: no-repeat;
}
#body
{
	left: 210px;
	height: 1370px;
	padding: 5px;
}
#footer
{
	margin-top: 5px;
	padding: 5px;
	background-image: url(../image-100/footer.jpg);
	background-repeat: no-repeat;
}
</style>
