
* {
 padding: 0;
 margin: 0;
 }

body {
 color: #333;
 background: #fff;
 text-align: center;
 }

a, a:link, a:visited {
 color: #69c;
 background: #fff;
 text-decoration: none;
 border-bottom: 1px dotted #333;
 }

a:hover, a:active {
 color: #369;
 background: #fff;
 border-bottom: 1px dotted #333;
 }
 
#wrap {
 margin: 0 auto;
 width: 780px;
 text-align: left;
 }
 
#minimast {
 height:102px;
 background:url(/images/salesmast.jpg) no-repeat top center;
 }

img.left { /* replaces align="left" */
 float: left;
 margin: 6px 15px 0 0;
 }
 
img.right { /* replaces align="right" */
	float: right;
	margin: 6px 0 0 15px;
	}
	
img {
	border: 0; /* disables blue border on image links */
	}

#copy {
 padding: 40px 40px 150px 40px;
 font: 13px/1.7em Georgia, Arial, Helvetica, sans-serif;
 }

h1, h2, h3 {
 text-align: center;
 }

h1 {
	font: bold 40px/1.2em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	color: #369;
	background: #fff;
	}
	
h2 {
	font: bold 20px/26px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 30px 0 15px 0;
	background: #fff;
	}

h3 {
 font: bold 18px/22px Arial, Helvetica, sans-serif;
 color: #900;
 background: #fff;
 margin: 40px 0 20px 0;
 }

h4 {
 font: 24px/1.2em Tahoma, Arial, Helvetica, sans-serif;
 margin-bottom: 20px;
 color: #369;
 background: #fff;
 }

ul {
 text-align: left;
 padding: 10px 40px 0 60px;
 }

li {
 font: 16px/1.2em Tahoma, Arial, Helvetica, sans-serif;
 color: #444;
 background: #fff;
 list-style-type: square;
 margin: 0 0 8px 30px;
 }

p {
 text-align: left;
 padding: 8px 40px;
 }
 
p.small {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 margin-top: -4px;
 } 
 
p.small span {
 font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
 color: #999;
 background: #fff;
 }
 
.red {
 color: #c30;
 background: #fff;
 }

.hilite {
 color: #900;
 background: #ff6;
 }

.center {
 text-align: center;
 } 

#word-o-matic, #bonuses {
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	}
	
#word-o-matic blockquote {
 padding: 5px;
 color: #333;
 background: #f6f6df;
 }

#word-o-matic blockquote p {
 font-size: 12px;
 line-height: 1.8em;
 margin: 8px 0; 
 }

