body {
	background: url('images/bg.gif') repeat-x #1d4a1c;
	font-family: Verdana, Arial;
	font-size: 13px;
	line-height: 1.5em;
}

a:hover {
	text-decoration: none;
}

a {
	color: #d34922;
}

h1 {
	font-size: 2em;
	color: #777;
	border-bottom: dotted 1px #777;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

#wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 20px;
	width: 950px;
	border: 3px solid #286928;
	min-height: 600px;
	background: url('images/bg_wrapper.jpg') #fff;
	height: 100%;
	position: relative;
}

#wrapper_inner{
	width: 950px;
	height: 100px;

	background: url('images/header.jpg') repeat-x;

}

#footer {
	text-align: center;
	color: #fff;
	font-size: .8em;
	padding-top: 0px;
	padding-bottom: 6px; 
	clear: both;
	width: 950px;
	height: 15px;
	background: black;
	margin: 0;
	position: absolute;
	bottom: 0;
}



#footer a {
	color: #fff;
}

#left {
	width: 175px;
	background: url('images/bg_left.jpg') top repeat-x;
	float: left;
	margin-top: 100px;
	min-height: 100px;
}

#menu {
	list-style-type: none;
	margin-top: 25px;
	margin-left: 35px;
	padding: 0;
	font-size: 1.3em;
	line-height: 2.5em;
	font-family: Georgia, Verdana, Arial;
}

#menu * {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: yellow;
	text-decoration: underline;

}

#menu li {
	
}	

#content {
	margin-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: url('images/bg_main.jpg') top repeat-x #fff;
	width: 715px;
	float: right;
}

.intro {
	font-weight: normal;
	color: #333;
	font-size: 1.1em;
	line-height: 140%;
}

.intro:first-letter {
	font-weight: bold;
	font-size: 1.3em;
}

.intro2 {
	font-weight: normal;
	color: #333;
	font-size: 1.1em;
	line-height: 140%;
} 

.clr {
	clear: both;
}

#home_image {
	text-align: center;
	position: relative;
}

#price {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

/* Highslide */
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Impressions Gallery Table */
.gallery { table-layout: fixed; text-align: center; background: #F7F7F7; padding: 0; border: 1px solid #ddd; empty-cells: hide; margin-bottom: 30px; padding-bottom: 9px;}
.gallery td { padding: 0px 9px 0px 9px; }
.gallery td.empty { border: 0; background: 0; }

.right {
	float: right;
}

.left {
	float: left;
}