/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO SUBPAGE */
#sitewrapper			{ background: url(../_images/bg-sub.jpg) repeat-y; }
#maincontent			{ width: 700px !important; }
#rightcolumn .ad		{ width: auto; display: block; margin: 13px 0 0; }
.formerrors				{ color: red; }
#footer					{ width: 98%; text-align: right; }

