* {
	margin: 0;
	padding: 0;
	font: 15px/19px Georgia,Verdana,Arial,sans-serif;
	}
	
	
body {
	background: #CCC url(gradbg.jpg) repeat-x;
	}
	
#page {
	width: 700px;
	margin: 20px auto;
	background: white;
	}
	
img {
	border: 0;
	}
	
.buynow {
	margin: 10px auto;
	width: 200px;
	text-align: center;
	}


h1, h2, h3, p {
	margin: 15px 25px 0 25px;
	}
	
h1 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	margin: 15px 50px 20px 50px;
	color: #c00;
	}
	
h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 25px;
	}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	width: 550px;
	margin: 25px auto 10px auto;
	}

a:link, a:visited {
	font-weight: bold;
	color: #009;
	}

a:active, a:hover {
	color: white;
	background-color: #009;
	}
		
.highlight {
	background-color: #ff3;
	}


ul {
	margin: 15px 25px 0 60px;
	list-style-type: disc;
	}

li {
	margin-top: 10px;
	}




.signupform {
	margin: 20px auto;
	background-color: #f0f0f0;
	width: 550px;
	text-align: center;
	border: 2px solid #c00;
	padding-bottom: 20px;
	}	

.signupform h2 {
	color: #c00;
	}

label {
	width: 150px;
	}




ul.links {
	margin: 15px 25px 0 40px;
	list-style-type: disc;
	}
	
ul.links li.description {
	margin-top:2px;
	list-style-type:none;
	}	

ul.links a:link, ul.links a:visited {
	font-weight: normal;
	color: #009;
	}
	
ul.links a:active, ul.links a:hover {
	color: #c00;
	background: white;
	}




.buynow {
	width: 650px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	}

.buynow .submit {
	padding: 5px;
	font-weight: bold;
	}






.testimonial {
	width: 450px;
	margin: 20px auto;
	background-color: #ff9;
	border: 2px dashed black;
	}

.testimonial p {
	margin: 15px;
	}

.testimonial p.byline {
	font-style: italic;
	text-align: right;
	}
	
	
	
	
	
#footer {
	margin: 50px 0 0 0;
	text-align: center;
	padding-bottom: 15px
	}

#footer p {
	font-size: 12px;
	color: #666;
	margin: 0px;
	}
	
#footer a:link, #footer a:visited {
	color: #666;
	font-weight: normal;
	font-size: 12px;
	background-color: white;
	}
	
#footer a:active, #footer a:hover  {
	color: #009;
	}
	

#smallprint p {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1.1;
	}
