body {
	background:url(../images/background.jpg);
	margin: 0px;
	padding: 0px;
	}
#holder {
	width: 806px;
	height:100%;
	background:#333333;
	margin: 0px auto;
	padding-bottom:2px;
	}
#wrapper {
	width: 800px;
	height: auto;
	background:url(../images/content.jpg);
	margin: 0px 3px 0px 3px;
	}
#header {
	width:800px;
	height: 273px;
	background:#FFFFFF;
	}
#topNav {
	width:800px;
	height:50px;
	}
#content {
	width:100%;
	height:auto;
	background:url(../images/content.jpg);
	margin: 0px;
	padding:0px;
	}
 p {
	padding: 0px 20px 0px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	}
.form {
	padding: 0px 20px 0px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	font-weight:bold;
	}
.main {
	padding: 0px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#009900;
}
.phrase {
	padding: 0px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	color:#009900;
}
.guarantee {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#666666;
	padding: 0px 10px 0px 10px;
	}
.guarantee b{
	color:#009900;
	}
#left {
	width: 204px;
	height:auto;
	float:left;	
	}
#right {
	width: 590px;
	height: auto;
	float:right;
	}
textarea{ 	
	width: 250px;
	height: 20px;
	background:none;
	color:#666666;
	margin: 0px 0px 0px 40px;

} 
#comment textarea{ 	
	width: 250px;
	height: 100px;
	background:none;
	color:#666666;
	margin: 0px 0px 0px 40px;

} 
#footer {
	width: 800px;
	height: 50px;
	bottom: 0px;
	background:url(../images/footer.gif);
	clear: both;
	}
input {
	margin: 0px 0px 0px 40px;
	}
img {
	border: none;
	clear:both;
	}
