body {
	overflow-x: hidden !important;
	font: 0.75em/18px Arial, Helvetica, sans-serif;
	background-image: url(../img/bg.jpg), url(../img/bodyline.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: center 160px, 0 160px;
}
.shadowtext {
	text-shadow: 1 px 1px 1px 1px #FFF;
	-moz-text-shadow: 1px 1px 1px 1px #FFF;
	}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.nomargin {margin:0;}
.clear {width:0; height:0; clear:both;}
.onleft {float:left;}
.onright {float:right;}
.box { padding:10px; }
.withborder {border: 1px solid #DCCCEE;}
.fullarticle p, .allcupons p {padding-bottom:15px;}
.rightspace {margin-right: 12px;}
td {vertical-align:top}
a {
	color: #00B200;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
