#nav .pembs, #nav .pembs a {
	color: #7B68EE;
	font-family: "times new roman";
	font-size: 30px;
	font-style: italic;
	font-weight: lighter;
}
#nav .online, #nav .online a {
	color: #B22222;
	font-family: "times new roman";
	font-size: 25px;
	font-weight: lighter;
	font-style: italic;
	position: relative;
	top: 10px;
	left: -38px;
}

#nav h1 {
	margin-bottom: 10px;
	text-align: center;
}
#nav {
	height: 137px;
	width: 520px;
	padding-top: 23px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image: url(../backnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#holidays {
	text-align: center;
	margin-bottom: 7px;
	margin-top: 3px;

}
#arts {
	text-align: center;
	margin-bottom: 7px;
}
#search {text-align:center;}
#nav #holidays a{
	display: inline-block;
	font-size: 1.1em;
	padding: 0px 20px;
	font-weight: bold;
}
#nav #arts a{
	display: inline-block;
	font-size: 1.1em;
	padding: 0px 10px;
	font-weight: bold;
}
#nav #search a{
	display: inline-block;
	font-size: 1em;
	padding: 0px 30px;
	font-weight: bold;
}
#nav #holidays a:visited, #nav #arts a:visited, #nav #search a:visited {
	color: #7B68EE;
	font-weight: bold;
}
#nav #holidays a:hover, #nav #arts a:hover, #nav #search a:hover {
	color: #b22222;
}

