
body{
	background-image: none;
}
/*AVIVA LOGO*/
img.logo{
	position:absolute;
	top:33px;
	left:548px;
	z-index:10;
}
/*OUTSIDE CONTAINER*/
#mainContainer{
	width:758px;
	height:100%;
}
/*MAIN BAR - where the left and inside content are contained*/
#mainBar{
	float:none;
	width:758px;
}
	
	/*LEFT CONTENT*/
	#leftContent{
		display:none;
	}
	
#bottomBar{
	float:left;
	font-size:75%;
	width:758px;
	height:45px;
	
}	
	
	
/* TEXT STYLES */
H1,H2,H3,H4,H5,H6{
	width:100%;
}
p{
	width:80%;
}



.small{
	width:80%;
}

.squaresTitle{
	font-weight:bold;
	color:#000000;
	font-size:69%;
}

form.feedbackForm input{
	font-size:85%;
	font-family:verdana, arial, serif;
}




