﻿body
{
	font-family: Helvetica, Arial, Tahoma;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 1.0em;
}

#wrap
{
	border:0px solid green;
	margin:0px auto 10px auto;
	width: 790px;
	text-align: left;
	margin-top:30px;
}

h3
{
	font-size: 1.0em;
	margin: 10px 0px 0px 0px;
}

.satfatfacts_content h3
{
	margin-bottom: 20px;	
}

p
{
	margin: 0px 0px 8px 0px;
	padding: 0px;	
}

.margin_top_none
{
	margin-top: 0px;
}

.margin_bottom_none
{
	margin-bottom: 0px;
}

.margin_bottom_add
{
	margin-bottom: 20px;
}

.margin_bottom_sm
{
	margin-bottom: 2px;
}

.top_space
{
	margin-top: 207px;	
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(../iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
 
.clear
{
	clear:both;
}
 
