.groupon {
	position:absolute;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(158, 192, 0)), to(rgb(191, 235, 191)));
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:rgb(158, 192, 0);
	color:#003366;
	font-size:16pt;
	top:10px;
	left:200px;
	font-weight:bolder;
	padding:6px 20px 6px 20px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:medium;
}

.holiday {
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(158, 192, 0)), to(rgb(191, 235, 191)));
	background-color:rgb(158, 192, 0);
	color:#003366;
	font-style:italic
}

.body-dark {
    background-color:#333333;
}

.body-beans {
    background-image:url('images/beans.jpg');
}

.fuzzy {
    padding: 20px;
    background-color:#333333;
}

.Big {
	font-size:x-large;
	font-style:italic;
}

.List {
	font-style:italic;
}

.Banner {
	padding-left:8px;
	padding-right:8px;
	font-size:large;
	font-style:italic;
	background-image:url(images/background/blue_background.gif);
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	background-repeat:repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	border-left-style:inherit;
}

.bullet {
	padding-left:7px;
	padding-right:7px;
	color:#ED5A29;
}

.copyright {
	text-indent:20px;
	font-size:xx-small;
	font-style:italic;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	color:#ED5A29;
}

a:active {
	text-decoration:none;
	color:#ED5A29;
}

.black-text {
	color:#000000;
}

#Right_box {
	z-index:1;
	float:right;
	background-color:#000000;
	border:thin dashed #222222;
}


