/* Body */
body
	{
		/*background-color: #000A93;*/
		background-color: #454D59;
	}
/* Containers */
#main
	{
		display: block;
		position: relative;
		width: 800px;
		height: 640px;
		/*top: 20%;*/
		left: 50%;
		margin: 0 0 0 -400px;
		z-index: 1;
	}
#heading
	{
		display: block;
		position: relative;
		width: 800px;
		height: 75px;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
.leftban, .midban, .rightban
	{
		display: block;
		position: absolute;
		width:260px;
		height: 75px;
		top: 0px;
		left: 0px;
		z-index: 5;
	}
.midban
	{
		left: 260px;
	}
.rightban
	{
		width: 280px;
		left: 520px;
	}
#menu
	{
		display: block;
		position: relative;
		width: 800px;
		height: 40px;
		top: 0px;
		background-image: url('../images/MenuBack.jpg');
		background-position: center;
		background-repeat: no-repeat;
	}
#menu .home, #menu .about, #menu .services, #menu .insurance, #menu .testimonials, #menu .imagegall,  #menu .contact
	{
		display: block;
		position: absolute;
		width: 70px;
		height: 28px;
		top: 6px;
		left: 25px;
		line-height: 28px;
		text-align: center;
	}
#menu .about
	{
		width: 80px;
		left: 95px;
	}
#menu .services
	{
		width: 120px;
		left: 175px;
	}
#menu .insurance
	{
		width: 130px;
		left: 295px;
	}
#menu .testimonials
	{
		width: 120px;
		left: 425px;
	}
#menu .imagegall
	{
		width: 130px;
		left: 545px;
	}
#menu .contact
	{
		width: 100px;
		left: 675px;
	}
#workarea
	{
		display: block;
		position: relative;
		width: 800px;
		height: 485px;
		top: 0px;
		left: 0px;
		background-color: #FFFFFF;
		z-index: 2;
	}
.leftsect
	{
		display: block;
		position: absolute;
		width: 465px;
		height: 485px;
		z-index: 3;
	}
.leftsecttop, .leftsectmid, .leftsectbottom
	{
		display: block;
		position: absolute;
		width: 465px;
		height: 160px;
		top: 0px;
		left: 0px;
		z-index: 4;
	}
.leftsectmid
	{
		top: 160px;
	}
.leftsectbottom
	{
		top: 320px;
		height: 165px;
	}
#pagecontent
	{
		display: block;
		position: relative;
		top: 0px;
		left: 200px;
		width: 600px;
		height: 485px;
		background-image: url('../images/PageContentBack.jpg');
		background-position: top right;
		background-repeat: no-repeat;
		z-index: 5;
	}
#txtone, #txttwo, #txtthree, #txtfour, #txtfive, #txtsix, #txtseven
	{
		display: block;
		position: absolute;
		width: 630px;
		height: 70px;
		top: 5px;
		left: -45px;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #1D2532;
		text-align: left;
	}
#txttwo
	{
		width: 370px;
		height: 45px;
		top: 80px;
		left: -5px;
	}
#txtthree
	{
		width: 355px;
		height: 45px;
		top: 135px;		
		left: 20px;
	}
#txtfour
	{
		width: 305px;
		height: 55px;
		top: 175px;
		left: 60px;
	}
#txtfive
	{
		width: 410px;
		height: 40px;
		top: 215px;
		left: 175px;
	}
#txtsix
	{
		width: 370px;
		height: 45px;
		top: 260px;
		left: 215px;
	}
#txtseven
	{
		width: 335px;
		height: 90px;
		top: 310px;
		left: 250px;
	}
#copyright
	{
		display: block;
		position: absolute;
		top: 395px;
		left: 265px;
		width: 325px;
		height: 85px;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #000992;
		text-align: center;
		margin-top: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}
#youandme
	{
		display: block;
		position: relative;
		width: 400px;
		height: 40px;
		left: 250px;
		text-align: left;
		line-height: 40px;
		text-indent: 40px;
		color: #180EE6;
		font-family: Verdana;
		font-size: 10pt;
		font-style: oblique;
		font-variant: small-caps;
		font-weight: bold;
		background-image: url('../images/Globe.jpg');
		background-position: left center;
		background-repeat: no-repeat;
	}