body {
	margin:0px;
}
h1 h2 h3 {
	margin:0px;
}
p {
	margin:0px;
}
#container {
	width:800px;
	height:594px;
	background:url(../images/bg.jpg) right no-repeat;
	position: absolute;
	left: 0px;
}
#container #logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 562px;
	left: 0px;
	top: 0px;
}
#container #address_info {
	position: absolute;
	bottom: 27px;
	left: 20px;
}
#container #bar {
	background-image: url(../images/blue_bar.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 767px;
	left: 20px;
	bottom: 91px;
	position: absolute;
}
#container #text {
	position: absolute;
	left: 19px;
	top: 148px;
	width: 500px;
}
.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #002442;
	text-decoration: none;
	margin-bottom: 5px;
}
#container #contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 328px;
	width: 241px;
	right: 12px;
	top: 143px;
	padding-top: 45px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002442;
	margin-bottom: 5px;
	line-height: 12px;
	right: 30px;
}
.address_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	color: #002442;
}
#container #details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #01203C;
	position: absolute;
	bottom: 5px;
	left: 20px;
	text-decoration: none;
	width: 400px;
}
#container #number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-style: italic;
	font-weight: bold;
	color: #002442;
	position: absolute;
	right: 20px;
	bottom: 27px;
}
.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
}
.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 5px;
	position: absolute;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	clear: left;
	font-style: italic;
	font-weight: bold;
}
.input {
	height: 14px;
	width: 140px;
	margin-bottom: 4px;
	margin-top: 1px;
}
textarea {
	height: 40px;
	width: 140px;
	margin-bottom: 5px;
	margin-top: 1px;
}

