* {
	margin: 0;
	padding: 0;
}
body {
	background: url(body_bg.jpg);
	text-align: center;
	margin-top: 45px;
}
a {
	color: #08749b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
}

#wrapper {
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	width: 450px;
}
img {
	margin-bottom: 33px;
}
#wrapper p {
	line-height: 30px;
	padding-top: 3px;
	padding-bottom: 25px;
}
#contact_box {
	background: #fff;
	padding: 20px;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 100px;
	color: #000000;
	font-size: 12px;
}
table {
	width: 230px;
	float: right;
	margin-bottom: 6px;
}
input#edtEmail,
textarea {
	width: 219px;
	height: 14px;
	border: solid 1px #c8bfbf;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
textarea {
	height: 60px;
	margin-bottom: 10px;
}
input#btnSubmit {
	background: url(send_button.jpg) no-repeat;
	width: 29px;
	height: 13px;
	cursor: pointer;
	border: none;
}
#contact_box p {
	padding-left: 27px;
	margin-bottom: 12px;
	padding-top: 0;
	padding-bottom:0;
	line-height: 21px;
}
#cont1 {
	background: url(cont1.jpg) no-repeat 2px;
}
#cont2 {
	background: url(cont2.jpg) no-repeat 2px;
}
#cont3 {
	background: url(cont3.jpg) no-repeat 1px;
}
#cont4 {
	background: url(cont4.jpg) no-repeat left;
	padding-top: 10px;
}