body {
	text-align: center;
}

a {
	text-decoration: underline;
	color: #4d4d4d;
}

li {
	list-style: none;
}

<!-- ********************************** Contact Us page start ************************************* -->

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#contactus {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 372px;
	margin:0 auto;
}

div#pagetitle {
	float: left;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px; 
	width: 240px;
}

div#rightcontent {
	float: right;
	width: 570px;
	_width: 520px;
	height: 340px;
	padding-top: 10px; 
	overflow: auto;
	text-align: left;
	margin-right: 50px;
	margin-top: 10px;
}

div#containercontactus {
	text-align: center;
}

div#footerbuttons ul {
	margin-top: 0;
}

div#footerbuttons li {
	display: inline;
	padding: 0;
}

.fieldtitle {
	font-weight: bold;
	text-align: right;
}

.required {
	font-size: 9px;
}

<!-- ********************************** Contact Us end************************************* -->

