body {
	margin: 0;
	padding: 0;
	background-image: url(../images/main/main_bg.png);
	background-repeat: repeat-x;
}
#container {
	width: 1053px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main/container_bg.png);
	top: 0px;
	margin-top: 0px;
	overflow: hidden;
	background-repeat: repeat;
}
#container #maincontent {
	width: 920px;
	height: auto;
	margin-left: 26px;
	margin-right: 26px;
	margin-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}
#container   #maincontent .contactright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e300b;
	line-height: 16px;
	width: 360px;
	height: 100px;
	text-align: left;
	padding: 6px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E300B;
	margin-right: 100px;
}
#container #maincontent .contactright a {
	color: #E2720B;
	text-decoration: none;
}
#container #maincontent .contactright a:hover {
	text-decoration: underline;
}
#container #maincontent .contactright h3 {
	font-size: 14px;
	text-transform: capitalize;
	font-variant: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}
#container #maincontent .contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e300b;
	line-height: 16px;
	width: 360px;
	height: 100px;
	text-align: left;
	padding: 6px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4e300b;
}
#container #maincontent .contact p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}
#container #maincontent .contact strong {
	font-size: 14px;
	line-height: 18px;
}
#container #maincontent .contact a {
	color: #E2720B;
	text-decoration: none;
}
#container #maincontent .contact a:hover {
	text-decoration: underline;
}
#container #maincontent .contact h3 {
	font-size: 14px;
	text-transform: capitalize;
	font-variant: normal;
	margin-bottom: 4px;
	line-height: 16px;
	margin-top: 4px;
}
