body,html{
	margin: 0px 0px 0px 0px;
	background-color: #dddad0;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 1em;
}

td{
	vertical-align: top;
}

p {
	margin-top: 0px;
	line-height: 1.4em;
}

h1 {
	font-weight: bold;
	font-size: 1.3em;
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin-left: 15px;
	margin-top: 2px;
	color: #000;
}

blockquote {
	font-style: italic;
}

a:link{
	color: #eb9b1d;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #eb9b1d;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #eb9b1d;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #eb9b1d;
	text-decoration: underline;
	font-weight: bold;
}

#header {
	width: 958px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bg_header.jpg");
	background-repeat: no-repeat;
}

#middle {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bg_content.gif");
	background-repeat: repeat-y;
}

#content-left {
	width: 383px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	text-align: center;
	display: inline;
	margin-bottom: 20px;
}

#content-right {
	width: 500px;
	margin-top: 20px;
	margin-right: 25px;
	float: right;
	display: inline;
	margin-bottom: 20px;
}

#footer {
	width: 958px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bg_footer.jpg");
	background-repeat: no-repeat;
	text-align: right;
}

#navigation {
	text-align: left;
}

img{
	border: 0px;
}

#logo {
	margin-top: 10px;
	margin-left: 10px;
}

#paypal-logo{
	margin-top: 58px;
	margin-right: 6px;
}

.title{
	margin-bottom: 10px;
}

#buy-button{
	margin-top: 15px;
}

#testimonials{
	margin: 40px 30px 30px 30px;
	text-align: left;
}

.testimonial-box{
	border: 1px dashed #666;
	margin-bottom: 15px;
	padding: 4px 4px 4px 4px;
	background-color: #f6f3ea;
}

.testimonial{
	font-style: italic;
}

.testimonial-credit{
	font-weight: bold;
	line-height: 1.5em;
}

#more-testimonials{
	text-align: right;
}

ul { 
padding:0; 
margin:0; 
} 

li { 
list-style-type:none; 
}

.required{
	color: #ff0000;
}

.input-field{
	width: 300px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 1em;
}

#paypal-button{
	text-align: center;
}

code{
	color: #ff0000;
}