/* Tigh Na Mara Website for Jim Morrison, Revision 1.0 */

html {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #646874;
}

body {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  font-size: 12px;
}

h1 {
  font-size: 19px;
  font-weight: normal;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 0 15px 15px 0;
  padding: 0;
  border: 1px solid black;
}

img.right {
  float: right;
  margin: 0 0 15px 15px;
  padding: 0;
  border: 1px solid black;
}

#navigation {
  background-image: url(/images/navi.gif);
  background-repeat: no-repeat;
  width: 756px;
  height: 42px;
}

#navigation ul {
  padding: 0 0 0 20px;
  list-style: none;
  margin: 0;
}

#navigation ul li {
  float: left;
  font-size: 11px;
  padding: 0 15px 0 0;
  background-image: url(/images/divider.gif);
  background-position: right;
  background-repeat: no-repeat;
  height: 30px;
  list-style: none;
  margin: 0;
}

#navigation ul li a {
  padding-right: 15px;
  position: relative;
  top: 9px;
  text-decoration: none;
  color: black;
}

#banner {
  background-image: url(/images/banner.jpg);
  background-position: 7px 5px;
  width: 756px;
  height: 140px;
  background-repeat: no-repeat;
}

#center {
  background-color: white;
  width: 755px;
  margin: auto;
  margin-bottom: 15px;
}

.active {
  background-image: url(/images/subnavi_active.jpg);
  width: 185px;
  padding: 0;
  margin: 0;
}

.current {
  font-weight: bold;
  color:;
}

.normal {
  background-image: url(/images/border.gif);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

#content {
  background-image: none;
  background-repeat: repeat-y;
  float: left;
  width: 640px;
  margin-left: 34px;
  padding-left: 24px;
  line-height: 16px;
  margin-top: 20px;
  padding-bottom: 50px;
}

#footer {
  font-size: 11px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.float-left {
  float: left;
  width: 302px;
  padding-right: 18px;
  padding-bottom: 18px;
  margin: 0;
}

.float-none {
  clear: left;
  display: block;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}

table.tariff {
  width: 60%;
  margin: 10px;
  padding: 0;
}

table.tariff tr td{
  width: 33%;
  font-size: 14px;
  padding: 2px;
}

table.calendar {
  background-color: #efefef;
  float: right;
}

table.calendar caption {
  text-align: center;
  font-weight: bold;
}

table.calendar th {
  text-align: center;
}

table.calendar td {
  padding: 1px;
  text-align: right;
  border: 1px solid #fff;
  width: 28px;
}
