/***** Body & Header Templates  *****/
body {
		background-image: display: none;
}

#header-template {
  font: .75em/1.5em arial,verdana, sans-serif;
	margin: .5em auto;
	width: 950px;
	font-family:arial,verdana,sans-serif;
}

#header-template  img {
		float: left;
	}

#header-template  p {
		text-align: right;
	}
/***** Body & Header Templates  *****/


.clear{
	clear:both;
}

#aviva_template{
	width:600px;
	border:1px solid #000000;
	margin:0 auto;
	background-color:#ffe400;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
}

#aviva_template img{
	margin:0px;
	padding:0px;
}

#aviva_template #blue{
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:15px 0 0 30px;
	color:#0066b1;	
	width:400px;
}

#aviva_template #square{
	background-color:#0066b1;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px 10px 25px;
	width:260px;
}

#aviva_template #big_title{
	padding:25px;
	font-size:32px;
	margin:-10px 0 0 0;
	text-align:left;
	line-height:36px;
}


#aviva_template #text{
	text-align:justify;
	padding:25px;
}

#aviva_template #text li{
	margin:0 0 0 15px;
}


#aviva_template h1{
	color:#005ca1;
	font-size:18px;
	font-weight:bold;
}



/*left*/
#aviva_template #left{
	float:left;
	width:60%;
	padding:20px 0 20px 0;
}

/*right*/

#aviva_template #right{
	float:right;
	width:30%;
	padding: 20px 0 20px 50px;
	text-align:center;
}



