body{
	background-image:url("images/bg.gif");
	background-position: top;
	background-repeat: repeat-x;
    text-align: center;
    margin: 9px 0 9px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#a12b2b;
}

a, img{
	border:none;
}

a{
    color:#333333;
    font-size: 11px;
	text-decoration:none;
}
td{
    color:#333333;
    font-size: 11px;
	text-decoration: none;
}

a:hover{
	color:#a12b2b;
	text-decoration: underline;
}

div#container {
	background-image:url("images/div_bg.gif");
	display: block;
	margin: 0 auto 0 auto;
	width: 780px;
}

div#bottomshadow {
	background-image:url("images/bottom_shadow.gif");
	background-repeat:no-repeat;
	display: block;
	margin: 0 auto 0 auto;
	width: 780px;
	height:20px;
}

div#title {
	text-align:left;
	display: block;
	border-bottom:1px solid #bfbfbf;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

div#content {
	background-color:#fff;
	text-align:left;
	display: block;
	margin: 5px 55px 15px 55px;
	font-size:10px;
	color:#333333;
}
div#content a{
	font-size:10px;
	color:#333333;
}
div#content a:hover{
	text-decoration:underline;
}

div#copyright {
	background-color:#a12b2b;
	text-align:center;
	display: block;
	margin: 0 auto 0 auto;
	width: 780px;
	font-size:10px;
	color:#000;
}

div#copyright a{
	font-size:10px;
	color:#000;
}

a.business{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a.business:hover{
	color:#a12b2b;
}
.textpad{
	padding-left:20px;
	display:block;
}
.promotions-image {
	padding: 3px;
	border: 0;
}
