/* ------ START: Global Reset ------ */
* { padding: 0; margin: 0; }

a { outline: none; }

fieldset { padding: .5em; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 0; }

img { border: 0; }

li, dd, blockquote { margin-left: 5%; }

p, h1, h2, h3, h4, h5, h6, ul, ol { margin-bottom: 1em; }
/* ------ END: Global Reset ------ */




a {
	text-decoration: underline;
	color: #CD246F;
}

a:hover {
	text-decoration: underline;
	color: #623CC6;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #845A57;
	background: #EDC7C5 url("../images/body-bg.gif") repeat-x;
}

#banner {
	clear: both;
}

#banner h2 {
	position: relative;
	margin: 0;
	display: block;
	width: 684px;
	height: 211px;
	text-indent: -99999px;
	background: url("../images/header-banner.jpg") no-repeat;
}

#content {
	position: relative;
	background: url("../images/content-top.gif") no-repeat;
	padding: 30px;
}

#content-wrapper {
	position: relative;
	background: url("../images/content-bg.gif") repeat-y;
	border-bottom: 1px solid #D4A6A3;
}




/* ------ START: Footer ------ */
#footer {
	position: relative;
	margin: 1em auto;
	padding: 0 30px;
}

#footer a {
	text-decoration: none;
	color: #845A57;
}

#footer a:hover {
	text-decoration: underline;
	color: #CD246F;
}
/* ------ END: Footer ------ */




/* ------ START: Header ------ */
#header {
	position: relative;
	background: url("../images/header-bg.gif") no-repeat 100% 59px;
}

#header h1 {
	position: relative;
	margin: 0;
}

#header h1 a {
	position: relative;
	display: block;
	width: 246px;
	height: 151px;
	float: left;
	text-indent: -99999px;
	background: url("../images/logo.gif") no-repeat;
}
/* ------ END: Header ------ */




/* ------ START: Menu ------ */
#menu, #menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	padding-top: 59px;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	width: 103px;
	height: 92px;
	float: left;
	background: url("../images/menu.gif") no-repeat;
	text-indent: -99999px;
}

#menu li.menu_1 a { width: 106px; background-position: 0px 0px; }
#menu li.menu_1 a:hover, #menu li.menu_1 a.menu_current { background-position: 0px -92px; }

#menu li.menu_2 a { background-position: -106px 0px; }
#menu li.menu_2 a:hover, #menu li.menu_2 a.menu_current { background-position: -106px -92px; }

#menu li.menu_3 a { background-position: -209px 0px; }
#menu li.menu_3 a:hover, #menu li.menu_3 a.menu_current { background-position: -209px -92px; }

#menu li.menu_4 a { background-position: -312px 0px; }
#menu li.menu_4 a:hover, #menu li.menu_4 a.menu_current { background-position: -312px -92px; }
/* ------ END: Menu ------ */




#wrapper {
	position: relative;
	width: 684px;
	margin: 0 auto;
}

/* start contact form */

#contact_form txet {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 200px;
}

#contact_form timbus {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}

#contact_form fieldset {
  border: 1px dotted #61B5CF;
  margin-top: 1.4em;
  padding: 0.6em;
}

#contact_form legend {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #00008B;
  background-color: #FFFFFF;
}

#contact_form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#contact_form strong {
  float: left;
  width: 40%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
/* end contact form */


/* GALLERIES */

/* public display - gallery */

/* title heading */
#individual_gallery h1 {
font-size: 1.8em;
margin-bottom: 1em;
font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
color: #000000;
font-weight: normal;
}

/* description heading */
#individual_gallery h2 {
font-size: 1.5em;
margin-bottom: 1em;
font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
color: #000000;
font-weight: normal;
}

#individual_gallery {

}

#individual_gallery li {
list-style-type: none;
float: left;
margin-left: 10px;
}

/*image display */
#individual_gallery img {
margin-top: 10px;
}

#individual_gallery a img {
border: 1px solid #000000;
}

/* gallery summary */
.gallerylist {
background: #F0F0F0;
padding: 10px;
border: 1px solid #333333;
margin-bottom: 20px;
}

.gallerylist img {
float: right;
border: 1px solid #333333;
}

/* title heading */
.gallerylist h1 {
margin-bottom: 0;
}

/* description */
.gallerylist p {
margin-top: 1em;
}

/* GALLERIES */

