@charset "utf-8";
/* CSS Document */
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

h1, h2, h3, h4, h5 {
	color:#AA3FAA;
}

h2 {
	text-align:center;
}

a {
	text-decoration:none;
	color:#909;
}

a:hover {
	text-decoration:underline;
}

.quotes {
	font-style:italic;
}
.quoteAuthor {
	color:#AA3FAA;
}

.box_right { width: 120px; float: right; margin-left: 20px; margin-right: 40px; border: thin solid #AA3FAA; padding: 0px 10px 10px 10px}

/* set millions of background images */
.rbroundbox { background: url("rounded corners/nt.gif") repeat; }
.rbtop div { background: url("rounded corners/tl.gif") no-repeat top left; }
.rbtop { background: url("rounded corners/tr.gif") no-repeat top right; }
.rbbot div { background: url("rounded corners/bl.gif") no-repeat bottom left; }
.rbbot { background: url("rounded corners/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;
	font-style: italic;
	font-size:12px;
}
.rbcontent2 {
	margin: 0 7px;
	font-style: none;
	font-size:12px;
}
.rbroundbox { color:#FFFFFF; width: 90%; margin: 1em auto; }

/* set millions of background images */
.rbroundbox_g { background: url("rounded corners/nt_g.gif") repeat; }
.rbtop_g div { background: url("rounded corners/tl_g.gif") no-repeat top left; }
.rbtop_g { background: url("rounded corners/tr_g.gif") no-repeat top right; }
.rbbot_g div { background: url("rounded corners/bl_g.gif") no-repeat bottom left; }
.rbbot_g { background: url("rounded corners/br_g.gif") no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_g div, .rbtop_g, .rbbot_g div, .rbbot_g {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_g { margin: 0 7px; color:#FFFFFF; }
.rbroundbox_g { width: 50%; float: right; margin-left: 8px; }
