@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#main {
	width: 932px;
	height: 600px;
}

#bg{
	background-image: url(images/contactBG.jpg);
	height: 600px;
	width: 931px;
	background-repeat: no-repeat;
}


#address{
	height: 290px;
	width: 440px;
	padding-left: 70px;
	padding-top: 147px;
	float: left;
}

.hd{
	font-size: 18px;
	color: #03378B;
}
.bd{
	color: #3F7D9E;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

#intro{
	width: 400px;
	float: left;
	padding-top: 50px;
}
#btn{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #2C5E8F;
	text-decoration: none;
	padding-right: 5px;
}

#bg #intro a {
	color: #2C5E8F;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#bg #intro a:hover {
	color: #2EB0FC;
	text-decoration: none;
}
#txt {
	color: #2C5E8F;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 25px;
	font-size: 14px;
	text-align: justify;
}


#widget{
	padding-left: 30px;
	float: left;
	width: 300px;
}
#copyright{
	width: 700px;
	float: left;
	padding-left: 5px;
	padding-top: 100px;
	color: #2C5E8F;
}
