@charset "utf-8";
/* CSS Document */
body{
	background-color:#ffffff;
	color:#6c6e70;
	font:12px/1.5 Arial, Helvetica, sans-serif;
	text-align:center; /* FOR IE */
}

h1{
	color:#c4151c;
	font-size:20px;
	font-weight:bold;
}

#container{
	margin: 0 auto;  /* align for non IE */
	text-align:left; /*counter for IE fix */
	width:472px;
}

#header{
	float:left;
	height:89px;
	width:472px;
}

#copy{
	float:left;
	width:260px;
	height:220px;
	margin-left:20px;
}

#image{
	float:left;
	width:190px;
	height:325px
}

#swaps{
	float:right;
	margin-left:19px;
	width:452px;
}