﻿#nav_bar {
	padding: 4px;
	margin: 0 auto;
	width: 540px;
	text-align: center;
}
.nav_barA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #800000;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-style: groove;
	border-width: 4px;
	border-color: #996633 #663300 #663300 #996633;
	padding: 2px;
	display: inline;
	background-color: #FFFFCC;
	margin-right: 2px;
	line-height: 30px;
}
.nav_barA:Hover {	
	border-style: groove;
	border-width: 4px;
	border-color: #663300 #996633 #996633 #663300;
	color: #6666FF;
	text-decoration: none;
	background-color: #CCFFCC;
	position: relative;
}
.imgcenter {
	display: block;
	margin: auto;
	text-align: center;
}

