/*

Style Sheet for Banglar Islam Site
Located at http://www.BanglarIslam.com
Author: Potheek Aami
potheekaami@gmail.com

All Rights Reserved by Banglar Islam(c) 2005 - 2009

*/



body {
	margin: 0; /* eliminates all browser default margins */
	padding: 0;
	font-family: Georgia, "Times New Roman", Arial, sans-sarif;
	font-size: 10pt;
	color: white;
	background-color: rgb(73, 113, 60);
	/*border: 1px solid red;*/

  }



#outline {
	width: 750px;
	height: 200px;
	margin: auto;	/*puts the whole thing in the center*/
	padding: 0;
	background-color: rgb(159, 167, 158);
	border: 1px solid white;
	}

#header {
	width: 750px;
	height: 125px;
	padding: 0;
	margin: 0;
	background: url(Images/headerTitle.jpg) no-repeat;  /*img is 750 x 125 px */
	/*border: 1px dotted green;*/

	}



#content {
		width: 750px;
		/*height: 545px;*/
		margin: 0;
		margin-top: 5px;
		padding: 0;
		/*float: left;*/
		background:  url(Images/bg.jpg);
		/*border: 1px solid blue; */

	}
	
	

