﻿
/* set millions of background images */
.rbroundbox { background: url(../Images/nt.gif) repeat; }
.rbtop div { background: url(../Images/tl.gif) no-repeat top left; }
.rbtop { background: url(../Images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../Images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../Images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 96%; margin: 1em auto; }

.ezpage_smallcontainer
{
	clear: both;
	width: 100%;
	font: 12px Arial;
	color: #37332D;
	text-align: justify;
	line-height: 200%;
	margin-bottom: 20px;
}

.ezpage_leftpic
{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.smallfont
{
    font-size: 11px;
    color: #FF702B;
}

.ezpage_leftpicHidden {
	display: none;
}