body {
	background: #2498BD url(images/bg.jpg) repeat-x;
	text-align: center;
	font: 12px "palatino linotype", arial, sans-serif;
	color: black;
	padding-bottom: 10px;
	padding-top: 30px;
}

p {
  font: 12px "palatino linotype", arial, sans-serif;
}
	
hr {
	width: 700px;
}

h2 {
	font: 14px "Arial Black", Gadget, sans-serif;
}

h3 {
	font: bold 20px arial, sans-serif;
	color: #2B1403;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
  	position: relative;
  	background: url(images/body_bg.jpg) repeat-y;
}

#logo {
  text-align: center;
}

/** Left Side Navigation Bar **/
#nav ul {
  width: 199px;
  margin-left: 38px;
  padding-left: 1px;
  padding-bottom: 200px;
  background: url(images/desk2.jpg) no-repeat;
  }
#nav li {
  list-style: none;
  font: 13px "palatino linotype", arial, sans-serif;
  border-bottom: 1px solid #959595;
  padding: 5px 0 0 10px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: none;
  color: #E66A20;
}
#nav .important a {
  color: #66FFFF;
}

/** Top Navigation Bar **/
#navtop {
  font: 11px arial, sans-serif;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(images/wood.jpg) no-repeat;
  }
#navtop a {
  font: 11px arial, sans-serif;
  color: #2B1403;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
#navtop a:hover {
  color: #990000;
}

/** logos **/
#guild_logos {
  margin-left: 38px;
  padding: 10px 0px 20px 20px;
}
#guild_logos img {
  border-style: none;
}

/** main text **/
#main_text {
  width: 450px;
  vertical-align: top;
  font: 12px "palatino linotype", arial, sans-serif;
}
#main_text a {
  color: black;
  text-decoration: underline;
}
#main_text a:hover {
  color: red;
}
#main_text li {
  font: 12px "palatino linotype", arial, sans-serif;
}
#main_text td {
  font: 12px "palatino linotype", arial, sans-serif;
}

/** Footer **/
#footer {
  text-align: center;
  font: 11px arial, sans-serif;
}
#footer a {
  font: 11px arial, sans-serif;
  color: blue;
  text-decoration: none;
}
#footer a:hover {
  color: red;
}
#footer table{
  margin-left: auto;
  margin-right: auto;
}
#footer td {
  font: 11px arial, sans-serif;
}
#footer img {
  border-style: none;
}

/** Other specific styles **/
.bottom {
  vertical-align: bottom;
}

.top {
  vertical-align: top;
}


.stand_out {
  font-weight: bold;
  color: blue;
}

#artists td {
  padding: 10px;
}

#pricing td {
  padding: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100px;
} 

a#no_underline {
  text-decoration: none;
}

a#blue {
  text-decoration: none;
  color: blue;
}

#booking {
  padding-right: 20px;
}

.warning {
  font-weight: bold;
  color: #ff0000;
}

#centre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hidden {
  position: absolute;
  visibility: hidden;
}

/** Galleries **/
#gallery img {
  border-style: none;
}
