body {
background-image: url(/img/bgTile.gif);
background-color: #093767;
 margin:  0;
 padding: 0;
 text-align: center; /* IE hack Part 1 */ 
}

#container {
	background: #000; /* #093768 url(/img/bg.jpg) repeat-x top; */
	width: 760px;
	margin: 0px auto;
    text-align: left;
    padding: 0;
}
#content {
	background: #000; /* #093768 url(/img/bg.jpg) repeat-x top; */
	width: 758px;
	margin: 0px auto;
    text-align: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0;
}
#footer {
	background: #000  url(/img/merchFooter.jpg); 
	height: 33px;
	width: 760px;
	margin: 0px auto;
    text-align: left;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 125%;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	font-weight: normal;
	color: #A9C6E2;
	text-decoration: none;
	margin-right: 20px;
}
hr {	
	margin-right: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #33CCFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
