	/* Developed By Md. Mahmdudul Anam
		anam212001@yahoo.com
	*/

	/* Main Layout */

	div#wrapper{

	    width: 1000px;

	}

	/* Header Start */
	div#header{
		width: 100%;
		padding-top: 15px;
	
		
	}
	div#header-left{
	    float: left;
	    width: 232px;
		padding-top: 3px;
	
	}
	div#header-right{
	    float: right;
	    height:100%;
	    padding-top: 3px;
	    padding-right:24px;

	}
	/* Header End */


	/* Container Start */
	div#container{
		float:left;
		clear: both;
		border:solid 0px red;;
		margin-top:10px;
		width:1000px;

	}
	div#container-middle {
	    float: left;
	    width: 800px;
	    text-align: center;
	    padding-left: 19px;
	    padding-right: 10px;
	}
	div#container-left {
	    float: left;
	    width: 150px;
	    padding-left: 0px;
	    background-color: #efedea;
	    border: 0px solid green;
	}
	div#container-right {
     float: right;
	    width: 100px;
	    background-color: #aab400;
	    border: 1px solid green;
	    OVERFLOW: auto;
		POSITION: relative;
		 HEIGHT: 100%
	}
	
	/* home style start */
	#banner{
	    clear: both;
	}
	#welcome-box{
	    float: left;
	    width: 607px;
	    clear: both;
	    border: 0px solid red;
	}
	#welcome-box-left{
		width: 350px;
	    float: left;
	    text-align: left;
	    border: 0px solid green;
	}
	#welcome-box-right{
	    float: right;
	    width: 200px;
	    border: 0px solid blue;

	}
	
	.home-box-gray{
		float: right;
		width: 150px;
		height: 106px;
		background-color: #f1f1f1;
	}
	
	.LargeImage{border: 3px solid #ffffff; margin-left: 15px;}
	.home-box-blue{
		float: right;
		width: 193px;
		height: 84px;
		background-color: #4d4df9;
		color: #ffffff;
		margin-left: 20px;
	}

	/* home style end */

	/* Inner page style */
	div#inner-container{
		float:left;
		clear: both;
		border:solid 0px red;;
		margin-top:10px;
		width:820px;
		text-align: left;

	}
	/* Inner page style */



	.readmore{
		text-align: right;
	}
	.hspacer{
	    clear: both;
		height: 40px;
	}
	.bottom-spacer{
	    clear: both;
		height: 10px;
	}
.DivThumbView{width: 680px; height:80px;overflow:auto; text-align: left; background-color: #D2E27F;}
.ThumbStyle{border: 2px solid #1188CD; height: 75px;}



	/* Container End */

/* Footer Start */

	div#footer{
	    clear: both;
		width: 1000px;
		height: 25px;
		text-align: center;
	 	padding: 7px 0 0 0px;
		background-color: #d9d5d2;
		color: #5f7800;
	}
	.footer-text{
		font-family: arial;
		padding-left: 20px;
	}

/* Footer End */
