#marketing {
  position: absolute;
  top: 200px;
  right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  width: 175px;
  height: 140px;
  text-align: center;
  background-color: #A8B9C6;
  border-top: solid 1px #5A6369;
  border-bottom: solid 1px #5A6369;
}

#marketing_bgl {
  position: absolute;
  top: 200px;
  right: 164px;
  width: 22px;
  height: 164px;
  background-image: url('images/l-mrkt.png');
  background-repeat: no-repeat;
}

#marketing_bgr {
  position: absolute;
  top: 200px;
  left: 174px;
  width: 22px;
  height: 164px;
  background-image: url('images/r-mrkt.png');
  background-repeat: no-repeat;
}  

.marketing_links a:link, a:visited {
    font-family: helvetica, tahoma, arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 900;
	font-variant: normal;
	text-decoration: underline;
	color: #990000;
}
.marketing_links a:hover, a:active {
    font-family: helvetica, tahoma, arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 900;
	text-decoration: none;
	font-variant: normal;
	background-color: #FFF;
	color: #990000;
}
