body	{
	text-align:center;
	background-image:url(images/sms-gradient-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-family:arial, verdana, sans-serif;
	color:#576b70;
	font-size:72.5%;
	line-height:1.5;
	}
a img {
        border:0;
}
img a {
        border:0;
}
#container	{
	margin:0 auto;
	text-align:center;
	width:700px;
	}
#content	{
	background:#ffffff;
	border:1px solid #000;
	padding:20px;
	}
#clear	{
	clear:both;
	}	
#left-column	{
	width:290px;
	float:left;
	text-align:right;
	}
#right-column	{
	width:290px;
	float:right;
	text-align:left;
	}
#footer	{
	clear:both;
	text-align:right;
	padding:10px;
	}
h1	{
	color:#e80000;
	font-size:3em;
	}
p.subtitle	{
	font-size:2em;
	}
p.byline	{
	font-size:1em;
	}
a, a:visited	{
	text-decoration:none;
	color:#576b70;
	}
a:hover, a:active	{
	text-decoration:underline;
	color:#e80000;
	}
.red	{
	color:red;
	font-weight:bold;
	}