body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left:7px solid #FFFFFF;
	border-right:7px solid #FFFFFF;
	text-align: left;
	background: #FFFFFF;
} 
.headerPic {
	width:950px; 
	background:#333333 url(../img/headerPic.html); 
	height:150px; 
	position:absolute;
}
.hedtextcol {
	font-family: Geneva;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
}
.headerbg1 {
	background-image: url(../../localhost/D_/Recent%20Web/VBGDC%203/img/bg1.gif);
	background-repeat: repeat-x;
}
.imgebg {
	background-image: url(../../localhost/D_/VBGDC%203/img/blue_hd.gif);
	background-repeat: repeat;
}
.stylisfont {
	font-family: "Script MT Bold";
	font-size: 18px;
}
.hometxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.mbgcol {
	background-color: #996666;
	color: #FFFFFF;
}
.bgpicr {
	background-image: url(../../localhost/D_/Recent%20Web/New%20VBSMM/images/menu_MD.jpg);
	background-repeat: repeat-y;
}
.footerbg {
	background-image: url(../../localhost/D_/Recent%20Web/New%20VBSMM/img/bg1.gif);
	background-repeat: repeat-x;
}

