.Row {
	height:100%;
	clear:both;
}
.Row div {
	float:left;
}

.CloverTop {
	background-image:url('../Images/CloverTop2.png');
	width:46px;
	height:37px;
	margin-left:100px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.CornerImage {
	width:50px;
	height:50px;
	background-image:url('../Images/CloverCenter.png');
	background-repeat:no-repeat;
	background-position:center center;	
}
.CloverLeft {
	width:50px;
	height:50px;

	background-image:url('../Images/CloverLeft2.png');
	background-repeat:no-repeat;
	background-position:right center;
}

div.Header 
{
	background-image:url('../Images/ArmTop.png');
	background-repeat:repeat-y;
	margin-left:117px;
	padding-left:1.5em;
}


.BarLeft {
	height:50px;
	width:48px;
	background-image:url('../Images/ArmLeft.png');
	background-repeat:repeat-x;
	background-position:center;	
}
.BarRight {
	height:50px;
	width:400px;
	background-image:url('../Images/ArmRight.png');
	background-repeat:repeat-x;
	background-position:center;	
}
.CloverRight {
	width:52px;
	height:50px;
	background-image:url('../Images/CloverRight2.png');
	background-repeat:no-repeat;
	background-position:left center;
}
.Content {
	background-image:url('../Images/ArmBottom.png');
	background-repeat:repeat-y;
	background-position:left;	
	padding-left:18px;
	margin-left:1px;
	
}
.CloverDown {
	background-image:url('../Images/CloverBottom2.png');
	height:40px;
	width:46px;
	background-repeat:no-repeat;
	background-position:center top;
}			
.BarCenter {
	background-image:url('../Images/Center.png');
	background:red;
}

/* Style.css overrides */
div.imageContainer {
	border-left:none;
}
