body {
	background: url(../images/background.gif) repeat;
}

#wrapper {
  position: relative;
  width: 761px;
  margin: 20px auto 0 auto;
}

body.home #header {
  background: url(../images/banner.gif) no-repeat top left;
  height: 219px;
}

body.internal #header {
  background: url(../images/banner2.gif) no-repeat top left;
  height: 231px;
}

#logo-link a {
  position: absolute;
  width: 270px;
  height: 110px;
  top: 5px;
  left: 180px;
}

#menu-main ul {
  position: absolute;
  top: 5px;
  left: 470px;
  font-size: 12px;
}

#menu-main li {
  list-style: none;
}

#menu-main li a:link, #menu-main li a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#menu-main li a:hover, #menu-main li a:active {
  color: #99CC00;
}

#body {
  float: left;
  width: 100%;
}

body.home #body {
  background: transparent url(../images/context_spacer.gif) repeat-y top left;
}

body.internal #body {
  background: #A6CC36;
}

#content-main {
  float: left;
  position: relative;
}

body.home #content-main {
  background: transparent url(../images/right_edge.gif) no-repeat top right;
  padding-right: 18px;
  min-height:450px;
}

body.internal #content-main {
  margin-top: 20px;
  padding: 0 30px;
  padding-bottom: 10px;
}

body.home #homeintro {
  float: right;
  width: 354px;
  background: transparent url(../images/text_bkg.gif) repeat-x top left;
  text-align: left;
  padding: 0 20px;
}

body.home #homefeature {
  float:left;
}

body.home div#quotes {
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 300px;
}

body.home img#award {
	position: absolute;
	bottom: 120px;
	left: 200px;
}

body.home #quotes span {
	font-style: italic;
	display: block;
	margin-top: 5px;
}

#footer {
  color: #6633cc;
  clear: both;
  padding: 30px 20px;
}

body.home #footer {
  background: url(../images/bottom_edge.gif) no-repeat top left;
}

body.internal #footer {
  background: url(../images/bottom_edge2.gif) no-repeat top left;
}

#footer a:link, #footer a:visited {
  color: #6633cc;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  text-decoration: underline;
}

#footer #copyright {
  float: left;
}

#footer #author {
  float: right;
}

/* -------------------- Tables ----------------------- */

table.prices {
  border-collapse: collapse;
  width: 100%;
}

table.prices th {
  white-space: nowrap;
  text-align: left;
  background-color: #92B32D;
  color: white;
}

table.prices td {
  background-color: #ADD632;
  border: 1px solid #92B32D;
}

/* -------------------- Gallery ----------------------- */

#photogallery {
	float: left;
	width: 100%;
	margin-top: 10px;

}

#photogallery div {
	float: left;
	width: 220px;
	margin-top: 10px;
}

#photogallery div.centrepic {
	margin-left: 20px;
	margin-right: 20px;
}

#photogallery div.widerpic {
	width: 320px;
}

#photogallery div.wider-right {
	margin-left: 60px;
}

#photogallery div h2 {
	text-align: center;
	text-transform: uppercase;
	color: white;
	margin-top: 5px;
}

/* -------------------- Contact ----------------------- */

div#form {
	float: left;
}

/* -------------------- Links ----------------------- */

div#links h2 {
	margin-top: 20px;
}

div#links p {
	margin-top: 0;
}

div#links img {
	margin-top: 5px;
}