/* CSS Document */


#box-01 h1 {
	text-align:left;
	font-weight:bold;
	background-image: url(../_images/v2.0/boxtop-box-01.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	padding-top: 18px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252575;
	letter-spacing: 0.03em;
}

 #box-02 h1 {
	text-align:left;
	font-weight:normal;
	background-image: url(../_images/v2.0/boxtop-04.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 14px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #252575;
}

 #box-03 h1 {
	text-align:left;
	font-weight:normal;
	background-image: url(../_images/v2.0/boxtop-box-01.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	padding-top: 14px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #252575;
	}

 #box-04 h1 {
	text-align:left;
	font-weight:normal;
	background-image: url(../_images/v2.0/boxtop-04.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 14px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #252575;
	}

.box {
	float: left;
}

#box-01 {
	width: 200px;  /* RC width */
	height: 260px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	background-image:url(../_images/v2.0/bottom-box-01.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	/*I.E HACK - Everything that is floated and has any margin larger than zero, should have additional rule display: inline;. Simple as that. */
	display: inline;
}

#box-02 {
	width: 340px;  /* RC width */
	height: 260px;
	margin-bottom: 6px;
	background-image:url(../_images/v2.0/bottom-04.gif);
	background-position:left bottom;
	background-repeat:no-repeat
}



#box-03 {
	width: 200px;  /* RC width */
	height: 225px;
	margin-right: 6px;
	margin-left: 6px;
	background-image:url(../_images/v2.0/bottom-box-02.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	/*I.E HACK - Everything that is floated and has any margin larger than zero, should have additional rule display: inline;. Simple as that. */
	display: inline;
	
}

#box-04 {
	width: 340px;  /* RC width */
	height: 225px;
	background-image:url(../_images/v2.0/bottom-04.gif);
	background-position:left bottom;
	background-repeat:no-repeat
}
