body {
	text-align: center;
	background-image:url(background.png);
	background-repeat:repeat-x;
	background-position:top center;
}
.wrapper {
	position: relative;
	width: 484px;
	font-size: 0.9em;
	margin: 0 auto -142px;
	text-align: left;
}
.header {
	position: relative;
	width: 484px;
	margin: 0 auto;
	height: 190px;
	background: url(header.png) no-repeat;
}
h1 {
	text-indent: -500em;
}
h2 {
	padding: 0 0 0.6em;
	color: #d00;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}
p {
	padding: 0 0 1em;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #0bf;
}
a:link
	{text-decoration: none
}
a:visited
	{text-decoration: none
}
a:active
	{text-decoration: none
}
strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}
//.footer {
//	position: relative;
//	width: 484px;
//	margin: 0 auto;
//	background: url(footer.png) no-repeat;
//	background-position:bottom
//}
.footer a {
	color: #fff;
	text-decoration: none;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}
#styleContactForm {
/*	border-top: solid 10px #FF9900;
	border-bottom: solid 10px #FF9900;
	padding: 10px;*/
	width: 484px;
}
.styleContactFormRow01, .styleContactFormRow02 {
	float: left;
	width: 242px;
}