@charset "utf-8";
#box-contactus {
	height: 650px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-image: url(../images/contactus-pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-contactus {
	color:#333333;
	height:200px;
	width:900px;
	margin-top: 430px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftcol-contactus {
	FLOAT: left;
	WIDTH: 400px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rightcol-contactus {
	FLOAT: right;
	WIDTH: 400px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

a.contactus:link, a.contactus:visited, a.contactus:active {
	text-decoration: none;
	color: #11a9bd;
}
a.contactus:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
