
body
{
	font-family: Times New Roman, Arial;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

#pagewrapper
{
	width: 885px;
	position: relative;
	margin: 0px auto 0px auto;
	min-height: 1px;
}

#headerwrapper
{
	height: 133px;
	background-color: #bcbdc0;
}

#logo
{
	padding: 23px 0px 0px 43px;
	float: left;
}

#bodywrapper
{
	border-left: 1px solid #d8d8da;
	min-height: 1px;
}

#leftcolumn
{
	float: left;
	width: 143px;
	min-height: 1px;
}

#middlecolumn
{
	margin: 0px 0px 0px 143px;
	border-left: 1px solid #d8d8da;
	min-height: 1px;
}

#mainmenu
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 29px 13px 0px 20px;
}

#mainmenu li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
	font-size: 8pt;
	line-height: 13pt;
	text-align: right;
	color: #7b7d81;
	font-weight: bold;
}

#mainmenu li a
{
	color: #7b7d81;
	text-decoration: none;
}

#mainmenu li.hover a
{
	color: #cbb078;
}

#mainmenu li ul
{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
	display: none;
}

#mainmenu li ul li
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #a2a3a6;
}

#mainmenu li ul li a
{
	color: #a2a3a6;
	text-decoration: none;
}

#mainmenu li.hover ul li a
{
	color: #a2a3a6;
}

#imagewrapper
{
	height: 348px;
	width: 571px;
	overflow: hidden;
}

#rightcolumn
{
	width: 169px;
	height: 348px;
	float: right;
	background-color: #f0f0f1;
	background-image: url('/images/rightcolumn.gif');
}

#contentwrapper
{
	padding: 24px 170px 20px 32px;
	color: #8d8f91;
	font-size: 9pt;
	position: relative;
	line-height: 17pt;
	min-height: 330px;
}

h1
{
	font-size: 19pt;
	line-height: 21pt;
	color: #caaf76;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}

#contentwrapper p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #8d8f91;
	font-size: 9pt;
	line-height: 17pt;
}

#footerwrapper a
{
	color: #8d8f91;
	text-decoration: none;
}

#toprightcorner1
{
	width: 7px;
	height: 18px;
	background-image: url('/images/toprightcorner.png');
	position: absolute;
	top: 0px;
	right: -7px;
	overflow: hidden;
}

* html #toprightcorner1
{
	right: expression(-this.parentNode.offsetWidth%2-6+"px");
}

#bottomrightcorner1
{
	width: 16px;
	height: 16px;
	background-image: url('/images/bottomrightcorner.png');
	position: absolute;
	bottom: 0px;
	right: -7px;
	overflow: hidden;
}

* html #bottomrightcorner1
{
	right: expression(-this.parentNode.offsetWidth%2-6+"px");
	bottom: expression(-this.parentNode.offsetHeight%2+"px");
}

#bottomleftcorner1
{
	width: 18px;
	height: 8px;
	background-image: url('/images/bottomleftcorner.png');
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

* html #bottomleftcorner1
{
	bottom: expression(-this.parentNode.offsetHeight%2+"px");
}

#rightside
{
	width: 7px;
	position: absolute;
	right: -7px;
	top: 18px;
	background-image: url('/images/rightside.png');
}

#bottom
{
	height: 8px;
	background-image: url('/images/bottom.png');
	margin: 0px 9px 0px 17px;
	overflow: hidden;	
}

#header_right
{
	float: right;
	padding: 15px 13px 0px 0px;
	width: 200px;
	text-align: right;
}

#quick_links
{
	font-size: 7pt;
	line-height: 9pt;
	color: #fff;
	padding: 0px 3px 6px 0px;
	text-align: right;
}

#quick_links a
{
	color: #fff;
	text-decoration: none;
}

#quick_links span
{
	padding: 0px 5px 0px 5px;
}

.button
{
	width: 143px;
	height: 26px;
	background-image: url('/images/button.gif');
	margin: 0px auto 5px auto;
	text-align: center;
	padding: 7px 0px 0px 0px;
	font-size: 9pt;
	line-height: 11pt;
}

.button a
{
	color: #7c7c7d;
	text-decoration: none;
}

.gallery_image
{
	border: 1px solid #bcbdc0;
	float: left;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
}

#log_res
{
        position: absolute;
        left: 50%;
        width: 700px;
        background-color: #fff;
        border: 1px solid #2f2409;
        margin-left: -350px;
        display: none;
        z-index: 9002;
        border: 1px solid #000;
}

#log_res.show
{
        display: block;
}

#log_res.ajax-loading {
        background-color: #fff;
        padding: 20px 0;
        background: url('/images/spinner.gif') no-repeat center;
        display: block;
}

.black_overlay{
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 3000px;
    background-color: black;
    z-index:9001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
        display: none;
}

#pictureback
{
	width: 571px;
	height: 348px;
}

#quote
{
	color: #312d2e;
	font-size: 13pt;
	line-height: 18pt;
	text-align: center;
	padding: 0px 15px 0px 15px;
	font-style: italic;
}

#quoteby
{
	color: #312d2e;
	font-size: 9pt;
	line-height: 11pt;
	text-align: right;
	padding: 8px 20px 0px 0px;
	font-style: italic;
}

#rightcolumn2
{
	position: absolute;
	width: 126px;
	right: 23px;
	top: 50px;
}

.box
{
	position: relative;
	border: 1px solid #b5b7b9;
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 0px 0px 20px 0px;
	cursor: pointer;
	margin: 0px 0px 15px 0px;
	min-height: 1px;
}

.topleftcorner
{
	width: 11px;
	height: 11px;
	background-image: url('/images/top_left_corner.gif');
	position: absolute;
	top: -1px;
	left: -1px;
	overflow: hidden;
}

.toprightcorner
{
	width: 11px;
	height: 11px;
	background-image: url('/images/top_right_corner.gif');
	position: absolute;
	top: -1px;
	right: -1px;
	overflow: hidden;
}

* html .toprightcorner
{
	right: expression(-this.parentNode.offsetWidth%2-1+"px");
}

.bottomleftcorner
{
	width: 11px;
	height: 11px;
	background-image: url('/images/bottom_left_corner.gif');
	position: absolute;
	bottom: -1px;
	left: -1px;
	overflow: hidden;
}

* html .bottomleftcorner
{
	bottom: expression(-this.parentNode.offsetHeight%2-1+"px");
}

.bottomrightcorner
{
	width: 11px;
	height: 11px;
	background-image: url('/images/bottom_right_corner.gif');
	position: absolute;
	bottom: -1px;
	right: -1px;
	overflow: hidden;
}

* html .bottomrightcorner
{
	bottom: expression(-this.parentNode.offsetHeight%2-1+"px");
	right: expression(-this.parentNode.offsetWidth%2-1+"px");
}

.box h2
{
	margin: 0px;
	padding: 10px 10px 7px 10px;
	color: #d0b987;
	font-size: 12pt;
	line-height: 17pt;
}

#rightcolumn2 .box p
{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 9pt;
	line-height: 12pt;
}

