@charset "utf-8";
/* HEASDER - Manassas Hyundai website CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align:center;
}


/* ~~The header style ~~ */
.headerWrap {
	width: 983px;
	height: 127px;
}

.topWrap { 
	width: 983px;
	height: 25px;
	background-image:url(../images/topBG.jpg);
}

.menuTop { 
	width: px;
	height: 31px;
	background-image:url(../images/menu_top.jpg);
	text-align: right;
}

.menuBot { 
	width: 682px;
	height: 23px;
	background-image:url(../images/menu_bot.jpg);
}


