@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* CSS Document */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
    }
#banner {
	height: 46px;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	width: 900px;
}
#menu_bar {
	background-image: url(../images/menubgx.png);
	background-repeat: repeat;
	width: 900px;
	height: 26px;
}
#Contact {
	background-color: #FFF;
	float: left;
	position: relative;
	width: 450px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	height: 450px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat;
}
#Contact h1 {
	color: #000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 40px;
	}
#Contact p {
	color: #000;
	margin-left: 10px;
	text-align:left;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
#HQ {
	width: 450px;
	float: left;
	position: relative;
	background-color: #FFF;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	height: 450px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat;

}
#HQ h1 {
	color: #000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 40px;
	}
#HQ h2 {
	color: #000;
	margin-left: 10px;
	margin-bottom: 5px;
	}
#HQ p {
	color: #000;
	margin-left: 10px;
	text-align:left;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

#footer {
	position: relative;
	float: left;
	width: 900px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #FFF;
}
