<!--

img{ 
    margin: 0px;
	border: 0px;
}

p{ 
    margin: 0px;
	border: 0px;
}

body {
	background-color: #DAD0C4;
	background-image: url(../../images/background.gif);
	border: none
	text-align: center;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #333333;
	background-repeat: repeat-x;
}

#container {
  margin: 0 auto;
  width: 790px;
  text-align: left;
}

#header-spacer {
	height: 60px;
	width: 100%;
	text-align: left;
	float:left;
}



#header-left {
	background-image: url(../../images/header-left.gif);
	height: 103px;
	width: 20px;
	float:left;
}

#header-right {
	background-image: url(../../images/header-right.gif);
	height: 103px;
	width: 20px;
	float:left;
}

#content-container {
	background-image: url(../../images/white-background.gif);
	width:790px;
	float:left;
	padding: 0px 10px;
	background-repeat: repeat-y;
	position:relative;
}

#content {
	width:750px;
}

#footer {
	float:left;
	margin: 5px;
	color: #9C8E7E;
	text-align: center;
	width:790px;
}

form { 
	margin: 0px; 
	padding: 0px; 
}

a:link {
	text-decoration: underline;
	color: #974155;
}

a:visited {
	text-decoration: underline;
	color: #997C5A;
}

a:active {
	text-decoration: none;
}

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

#headermain {
	background-image: url(../../images/header-background.gif);
	border: none;
	height: 103px;
	width: 750px;
	float:left;
}

ul#navlist
{
	margin-left: 0;
	margin-top: 30;
	padding-left: 0;
	padding-top: 30;
	white-space: nowrap;
	font-size: 1.1em;
	font-weight: bold;
}


#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	padding-top: 30;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F684C;
	padding-left: 2px;
}

#active
{
	color:#DED469;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #CFBEAB;
text-decoration: none;
}

#navlist a:active
{
color: #DED469;
text-decoration: none;
}

#navlist a:hover
{
color: #5D4C38;
text-decoration: none;
}

#icon-nav li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#main-list li
{
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(../../images/main-bullet.gif);
}

#icons {
	text-align: right;
	float:right;
	padding: 10px;
}

#logo {
	float:left;
}

#column-left {
	float:left;
	width:48%;
	padding-right: 2px;
}

#column-main {
	float:left;
	width:100%;
	padding-right: 2px;
}

#column-right {
	float:left;
	width:48%;
	padding-left: 2px;
}

h1 {
	font-size: 1.5em;
	color: #674A2D;
	margin: 0px;
	padding: 0px 0px 2px;
}

h2 {
	font-size: 1.2em;
	color: #674A2D;
	margin: 0px;
	padding: 2px 0px;
}

h3 {
	font-size: 1.0em;
	color: #674A2D;
	padding: 0px;
}

label
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-top: 3px;
}


.inputfield
{
	background: #E9E3DC;
	border: 1px solid #A18E79;
	margin: 3px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 1em;
}

.main-button
{
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #974155;
	float: right;
	padding: 1px;
	margin-right: 30px;
} 
.img-frame {
	margin: 2px;
	padding: 2px;
	float:right;
	border: 1px solid #A18E79;
}

.img-right {
	margin: 2px;
	padding: 2px;
	float:right;
	}
	
.right-panel {
	margin: 2px;
	padding: 5px;
	float:right;
	border: 1px dashed #674A2D;
	height: auto;
	width: 160px;
	}

#img-gallery li {
	display: inline;
	list-style-type: none;
	margin: 2px;
	padding: 2px;
	float:left;
	border: 1px solid #A18E79;
}

.gallery-container {
	width:274px;
	float:left;
	margin: 2px;
}

#myGallery
{
width: 370px !important;
height: 300px !important;
}

h3.imageElement {
color:#FFFFFF
}

/* hack to make PNG work OK in IE */
img.ie6fix { behavior: url(http://www.theswan-windsor.co.uk/global/css/iepngfix.htc) }
div#googlemap img { behavior: none; }  /* For Google Maps */

-->