#wrapper {
	display: block;
	position: relative;
	width: 1120px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	background-color:rgb(248,152,35);
}
#header {
	height:auto;
	top:15px;/*border:medium solid black;*/
}
#navbarH {
	padding-left:140px;
	height: 40px;
	line-height: 32px; /* This value + 8px should equal height of button background  */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#ModelsMenu1 {
	position:absolute;
	visibility: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	height: 40px;
	line-height: 32px;
	z-index: 100;
	width: 180px;
}
#main {
	height:2400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	padding: 40px;
}
#ContactUsL {
	display:inline;
	position:absolute;
	left:3%;
	width: 47%;
}
#ContactUsR {
	display:inline;
	position:absolute;
	left:50%;
	width: 50%;
}
