/* Basic Sales Page Layout */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #d5e3eb;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
p {
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 1.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#wrapper {
	width: 645px;
	margin: 0 auto;
	text-align: left;
}
#wrapper-top {
	width: 645px;
	height: 25px;
	background: url(images/content-top.gif) no-repeat;
	display: block;
	text-indent: -999999px;
	margin: 0 auto;
}
#content {
	background: url(images/content.gif) repeat-y top #fff;
	padding: 20px;
	padding-bottom: 40px;
}
hr {
	border: none;
	border-bottom: 1px dotted #7193a5;
	display: block;
	margin: 30px 0;
	clear: both;
}