﻿.header {

	vertical-align: middle;
	max-width:730px;
	min-width: 730px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
}
.noborder {
	border-width: 0px;
	
}
a.vclogo { 
     display: block; /* a tag must be a block */
     width: 452px; /* width of reactive image */
     height: 85px; /* height of reactive image */
	 background: url("Files/images/VClogo.png");
	 background-repeat:no-repeat;
     } 
a.vclogo:hover { 
     background-image: url("Files/images/VClogo.png"); 
     } 
a.home { 
     display: block; /* a tag must be a block */
     width: 50px; /* width of reactive image */
     height: 85px; /* height of reactive image */
	 background: url("Files/images/home.gif");
	 background-repeat:no-repeat;
     } 
a.home:hover { 
     background-image: url("Files/images/homeroll.gif"); 
     } 
   
a.contact { 
     display: block; /* a tag must be a block */
     width: 62px; /* width of reactive image */
     height: 85px; /* height of reactive image */
	 background: url("Files/images/contact.gif");
	 background-repeat:no-repeat;
     }	 
a.contact:hover { 
     background-image: url("Files/images/contactroll.gif"); 
     }
     
a.menu { 
     display: block; /* a tag must be a block */
     width: 48px; /* width of reactive image */
     height: 85px; /* height of reactive image */
	 background: url("Files/images/menu.gif");
	 background-repeat:no-repeat;
     }
a.menu:hover { 
     background-image: url("Files/images/menuroll.gif"); 
     }
     
a.brochure { 
     display: block; /* a tag must be a block */
     width: 62px; /* width of reactive image */
     height: 85px; /* height of reactive image */
	 background: url("Files/images/brochure.gif");
	 background-repeat:no-repeat;
     }	 
a.brochure:hover { 
     background-image: url("Files/images/brochureroll.gif"); 
     }
a.spacerright { 
     display: block; /* a tag must be a block */
     width: 56px; /* width of reactive image */
     height: 85px; /* height of reactive image */
	 background: url("Files/images/bannerspacerright.gif");
	 background-repeat:no-repeat;
     }	
  
