
body{
	background: url(images/bgd.jpg) repeat-x 0 top;
	margin-top: 20px;
	font: 12px helvetica, arial, tahoma;
	color: #666;
}

.main{
	border: 1px solid #666;
	background-color: white;
	text-align: left;
}

h1{
	color: #f80f0f;
	font-size: 120%;
	font-weight: bold;
}

h2{
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	color: #0d047e;
}

h3{
	font-size: 110%;
	color: #3f98fd;
	font-weight: bold;
	text-decoration: underline;
}

h4{
	padding: 0;
	text-align: center;
	color: #f80f0f;
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0 0;
}

blockquote{
	background: url(images/bonus.jpg) no-repeat left;
	padding-left: 115px;
	color: #666;
	font-size: 95%;
	font-style: italic;
	margin: 15px 0 15px 5px;
}

hr{
	background-color: white;
	height: 1px;
	border-style: none;
	border-top: 1px dotted #999;
}

a {
	color: #0d047e;
}

.form{
	background: #d3b58b repeat-x 0 top;
	padding: 20px 30px;
	width: 500px;
	color: white;
	font-weight: bold;
}

.boxes{
	width: 270px;
}

.submit{
	background-color: #986c2a;
	padding: 6px;
	color: white;
	font-weight: bold;
	border: 1px dotted white;
}

#footer{
	padding: 15px 10px;
	color: #191919;
	font-size: 95%;
}