
	 body { width:100%; height:100%; background-image:url(../images/bkimage.jpeg)}

	.main{ width: 1000px; height:auto; margin: -8px auto;}

/*-------------------------------------------------header-------------------------------------------------------*/

	.header

	{
		width:1000px;
		height:70px;
		background-color:#fffc00;
		float:left;
		color:#D8DCE0;
	}
	
	.header-upper

	{
		width:1000px;
		height:auto;
	}
	
	.header-inner

	{
		width:1000px;
		height:auto;
	}
	

/* -----------------------------------------------------main content starts------------------------------------- */	

	.wrapper
	{
		width:1000px;
		height:auto;
		float:left;
		
		}
		
	.banner
	{
		width:1000px;
		height:275px;
	}
	
/* main content left side bar starts */

	.sidebar
	{
		width:225px;
		height:auto;
		float:left;
		
	}
	
	.sidebar-content
	{
		margin-top:30px;
		width:200px;
		height:auto;
		float:left;
		
	}
	
	
	
/* right side main content starts */

	.content
	{
		width:775px;
		height:auto;
		float:left;
		
		}


/* main content's 1st column starts */
		
	.content-midbar
	{
		width:498px;
		height:auto;
		float:left;
		border-right: thin dotted;
		border-left: thin dotted;
		}
		
	.midbar-container
	{
		width:449px;
		margin:30px 0px 10px 20px;
	}
	
	.midbar_img
	{
		width:400px;
		margin: 0 auto;
	}
		

/* main content's 2nd column starts */


	.content-rightbar
	{
		width:275px;
		height:auto;
		float:left;
		}
		
	.rightbar_img
	{
		width:250px;
		float:right;
		margin-top:50px;
	}
	
	.img_box
	{
		width:auto;
		margin-top:25px;
	}
	
	
/* ---------------------------------------------------footer------------------------------------------------------- */	
		
	.footer
	{
		clear:both;
		width:950px;
		height:75px;
		text-align:center;
		margin: 0 auto;
		}
		
		.footer-upper
	{
		width:950px;
		height:35px;
		background-color:#220404;
		}
		
		.footer-inner
	{
		width:950px;
		height:35px;
		clear:both;
		}