@charset "UTF-8";

	html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
				margin: 0;
				padding: 0;
				list-style: none;
		}

#wrapper {
	height: auto;
	width: 685px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
#header {
	background-image: url(images/ez_logo.jpg);
	height: 54px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#nav {
	height: 54px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navBar li {
	display: inline;
	height: 54px;
	float: left;
	width: 108px;
}
#navBar li a {
	display:block;
	text-decoration:none;
	color:#000;
	color:#000;
	height: 54px;
	width:108px;
	text-indent: -1000px;
	overflow: hidden;
}


#home {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 36px;
}
#artist {
	background-image: url(images/artists.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 36px;
}
#event {
	background-image: url(images/events.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 36px;
}
#about {
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 37px;
}
#contact {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home a:hover {
	background-image: url(images/home_ovr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 36px;
}
#artist a:hover {
	background-image: url(images/artists_ovr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 36px;
}
#event a:hover {
	background-image: url(images/events_ovr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 36px;
}
#about a:hover {
	background-image: url(images/about_ovr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 37px;
}
#contact a:hover {
	background-image: url(images/contact_ovr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentMain {
	display: block;
	width: 685px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#artLeft {
	float: left;
	width: 49%;
}
#artRight {
	float: right;
	width: 49%;
}
#contLeft {
	float: left;
	height: auto;
	width: 280px;
	display: block;
	padding-left: 5px;	/*  border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;   */
	margin-bottom: 10px;
}

#contRight {
	float: right;
	width: 390px;
	display: block;
	height: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-bottom: 10px;
}
#cat {
	float: right;
	height: 225px;
	width: 175px;
	padding: 5px;
}
#footer {
	width: 685px;
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.event {
	color: #FF0000;
}
.gallery {
	color: #545E8B;
	font-style: italic;
	font-weight: bolder;
}
.box {
	color: #FFFFFF;
	background-color: #373737;
	font-size: 14px;
	float: left;
	width: 230px;
	padding: 10px;
	margin-left: 10px;
	display: block;
}
.aboutImg {
	width: 250px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	clear: both;
}
.hoursList {
	float: left;
	width: 150px;
}.hoursInfo {
	float: left;
	width: 200px;
}
