/* Body */
body
	{
		/*background-color: #000A93;*/
		background-color: #454D59;
	}
/* Containers */
#main
	{
		display: block;
		position: relative;
		width: 800px;
		height: 640px;
		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: 260px;
		height: 485px;
		z-index: 3;
		background-image: url('../images/LeftBack.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		font-family: Verdana;
		font-size: 14pt;
		color: #008DDB;
		font-weight: normal;
		text-align: center;
		line-height: 150%;
	}
#leftsect .sidemenu
	{
		display: block;
		position: absolute;
		width: 160px;
		height: 300px;
		top: 165px;
		left: 10px;
		z-index: 4;
	}
#pagecontent
	{
		display: block;
		position: relative;
		top: 0px;
		left: 180px;
		width: 620px;
		height: 485px;
		background-image: url('../images/PageBack.jpg');
		background-position: top right;
		background-repeat: no-repeat;
		z-index: 5;
	}
#pagecontent .pagetitle
	{
		display: block;
		position: relative;
		width: 510px;
		left: 100px;
		height: 25px;
		text-align: center;
		font-family: Verdana;
		font-size: 12pt;
		line-height: 25px;
		font-weight: bold;
		color: #000992;
		text-align: center;
	}
#pagecontent .pagetxt
	{
		display: block;
		position: relative;
		width: 600px;
		height: 370px;
		top: 10px;
		left: 10px;
		overflow: auto;
	}
#copyright
	{
		display: block;
		position: absolute;
		top: 415px;
		left: 0px;
		width: 600px;
		height: 70px;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #000992;
		text-align: center;
		margin-top: 5px;
		margin-right: 5px;
		margin-left: 5px;
		z-index: 5;
	}
#siteterms, #privacy
	{
		display: block;
		position: absolute;
		width: 180px;
		height: 25px;
		left: 0px;
		top: 45px;
	}
#privacy
	{
		left: 450px;
	}
#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;
	}
