@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	<!--line-height: 1.5em;-->
}
a:link {
	color: #164b73;
}
a:hover {
	color: #C00;
}
a:active {
	color: #164b73;
}
a:visited {
	color: #164b73;
} 
.suboffer {
	background-color: #FFF;
	background-image: url(/promotions/images/subfeature_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 373px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 10px;
}
.tblpad {
	margin-bottom: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #164b73;
	margin-top: 0px;
	line-height: 1.6em;
}
.intro {
	font-size: 18px;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 25px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
<!--
.featuredText {
	color: #FFF;
}
-->
.featuretext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFF;
}
.featurebold {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFF;
}

div.hr {
	height: 12px;
	background: #fff url(/promotions/images/dash.gif) repeat-x scroll center;
	margin-top: 10px;
}
div.hr hr {
  display: none;
}

.smalloffer {
	color:#000;
	font-size: 12px;
	padding-left: 35px;
	padding-right: 25px;
	line-height: 1.4em;
	margin-bottom: 2px;
}


h5 {
	color: #164b73;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
}


.oneColFixCtr #container {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.feature {
	background-image: url('http://cache.gamevillage.com/promotions/images/puppyLove_promo.jpg');
	background-repeat: no-repeat;
	height: 230px;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}
h1 {
	color: #164b73;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	padding-left: 5px;
	font-weight: normal;
	padding-top: 20px;
}

h6 {
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #FF0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	margin-top: 0px;
}
p {
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 0px;
}

.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}


.left
{
        float: left; /*left in our text*/
        margin-right: 15px; /*space around the image*/
}
.left2
{
	float: left; /*left in our text*/
	margin-right: 5px;
	padding-left: 15px;
}

