*{
margin:0px;
padding:0px
}
html{
width:100%;
height:100%;
}
body{
width:auto;
margin:auto;
background-color:#735f3e;
}

#wrapper
{
	width: 900px;
	height:auto;
	
	
	
}
/**************************** Header Section Starts ***************************/
#top
{
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	width: 900px;
	height: 45px;

}



/**************************** Menu Section Starts *****************************/
#header
{
	background-image:url(images/body.png);
	background-repeat:repeat-y;
	
	width: 900px;
	height: 185px;
}

/**************************** Menu Section Ends *******************************/

/**************************** First Section Starts ****************************/
#first-section
{
	background-image:url(images/body.png);
	background-repeat:repeat-y;
	width: 900px;
	height: 16px;
}

/**************************** First Section Ends ******************************/

/**************************** Second Section Starts ***************************/

#second-section
{
	background-image:url(images/body.png);
	background-repeat:repeat-y;
  width: 900px;
  height: auto;

}

	

/**************************** Second Section Ends *****************************/

/**************************** Third Section Starts ****************************/

#third-section
{
	background-image:url(images/body.png);
	background-repeat:repeat-y;
  	width: 900px;
	height: 16px;
}




/**************************** Third Section Ends ******************************/

/**************************** Footer Section Starts ***************************/
#footer
{
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
  width: 900px;
  height: 60px;
}




/**************************** Footer Section Ends *****************************/

/**************************** General Section Starts **************************/
.title1{
	font-family:"Baskerville Old Face";
	font-size:36px;
	padding-left:25px;
	color:#312309;
	line-height:20px;
	text-align:justify;
	
	
	}
	
.title2{
	font-family:"Baskerville Old Face";
	font-size:18px;
	color:#312309;
	line-height:20px;
	text-decoration:none;
	text-align:justify;
	
	
	
	
	}
	
	.title3{
	font-family:"Baskerville Old Face";
	font-size:24px;
	color:#312309;
	line-height:25px;
	text-align:justify;
	
	
	
	
	}
	
	.title4{
	font-family:"Baskerville Old Face";
	font-size:18px;
	color:#312309;
	line-height:25px;
	text-align:justify;
	
	
	
	
	}
	
	.maintext{
	font-family:Tahoma;
	font-size:12px;
	line-height:18px;
	color:#312309;
	text-align:justify;
	
	
	
	
	}
	
	.maintext2{
		font-family:Tahoma;
	font-size:12px;
	line-height:18px;
	text-indent:15px;
	text-align:justify;
	
	
	
	
	}
	
		.footertext{
		font-family:Tahoma;
	font-size:12px;
	line-height:14px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	
	
	
	
	}
	
		.servicestext{
	font-family:"Baskerville Old Face";
	font-size:18px;
	line-height:14px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	font-style:italic;
	
	
	
	
	
	}
	
	.mainlevel{
	font-family:"Baskerville Old Face";
	font-size:16px;
	line-height:25px;
	color:#312309;
	text-decoration:none;
	text-transform:capitalize;
	font-style:italic;
	text-indent:15px;
	text-align:justify;
	
	}
a.mainlevel:hover {
	color: #1E6298;
}

a.mainlevel {
	color: #312309;
}



/**************************** General Section Ends ****************************/
