#left h1,
#right h1 {
	font-size: 153.9%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#left img,
#right img {
	margin-top: 5px;
}

#left div.boxtop,
#left div.boxbottom {
	color: white;
}

#left div.boxtop {
	background-image: url(../images/boxtopleft.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-weight: bold;
	background-color: #0E1852;
}

body.cms_editpage #left div.boxtop {
	background-color: #009EE0;
}

#left div.boxbottom {
	background-image: url(../images/boxbottomleft.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 20px;
	background-color: #009EE0;
}

#right div.boxtop,
#right div.boxbottom {
	color: white;
}

#right div.boxtop {
	background-image: url(../images/boxtopright.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	background-color: #0E1852;		
}

body.cms_editpage #right div.boxtop {
	background-color: #009EE0;
}

#right div.boxbottom {
	background-image: url(../images/boxbottomright.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 20px;
	background-color: #009EE0;			
}