body {
	padding: 0;
	margin: 18px;
	color: black;
	background-color: white;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #e31a31;
}
a:focus, a:hover, a:active {
	color: #888;
	text-decoration: underline;
}
a img {
	border: none;
}

/* main wrapper div */
#wrapper {
	margin: 0 auto;
	width: 966px;
}

/* menu table */
#menu {
	border-top: 1px solid white;
}
#menu img {
	border-right: 1px solid white;
}

/* content table */
#content {
	margin-top: 25px;
}
#content td {
	vertical-align: top;
}

/* left column */
#col-left {
	width: 210px;
}
#newsletter {
	padding: 10px 12px;
	background-color: #e31a31;
	color: white;
	text-align: center;
}
#newsletter h1 {
	margin: 0;
	font-size: 1.2em;
}
#newsletter p {
	margin: 0.75em 0 0 0;
	font-size: 0.8em;
	line-height: 1.35;
}
#newsletter a {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
#newsletter a:link, #newsletter a:visited {
	color: white;
}
#newsletter a:focus, #newsletter a:hover, #newsletter a:active {
	color: white;
	text-decoration: underline;
}
#col-left h2 {
	margin: 0.75em 0 0.25em 0;
	color: #e31a31;
	font-size: 1em;
	font-weight: normal;
}
.newsitem {
	border-top: 1px solid black;
	padding: 0.25em 0 0.75em 0;
	font-size: 0.8em;
}

/* main column */
#col-main {
	padding: 0 35px 0 20px;
}
#heading {
	padding-right: 15px;
	height: 20px;
}
#heading h1 {
	border-bottom: 1px solid black;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
}
.offers {
	margin-top: 1.5em;
}
.offers h2 {
	padding-bottom: 0.25em;
	border-bottom: 1px solid black;
}
.offers h3 {
	margin: 0;
	font-weight: bold;
	font-size: 0.9em;
}
.offers a {
	margin: 0 0 1em 0;
	margin: 0 0 0.75em 0;
	display: block;
	font-size: 0.75em;
	line-height: 1.5;
}

/* listing columns */
.listing {
	width: 20%;
	padding-right: 15px;
	font-size: 70%;
	line-height: 1.5;
}
.listing h2 {
	margin: 0;
	color: black;
	font-weight: bold;
}
.listing a {
	display: block;
}
.list {
	margin-bottom: 1em;
}

/* right column */
#col-right {
	width: 120px;
}
#col-right img {
	margin-bottom: 12px;
	display: block;
}

/* tags */
h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	margin-top: 0;
	color: #e31a31;
	font-size: 1.15em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
h4 {
	font-size: 0.8em;
}
p, ul, ol, dl {
	margin: 0.75em 0;
	font-size: 0.8em;
	line-height: 1.5;
}
ul ul, ul ol, ol ul, ol ol {
	font-size: 100%;
}
blockquote {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.5;
}
