body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#3E2414;
}

img {
	border:none;
	behavior: url("/js/iepngfix.htc");
}

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

a:hover,  a:active {
	text-decoration:underline;
}

#header {
	margin-top:45px;
}

#logo {
	background-image:url("/images/logo.jpg");
	background-repeat:no-repeat;
	height:56px;
}

#pagetitle h1 {
	margin:0px;
	padding:0px;
	position:relative;
	top:140px;
}

#menubar {
	background-color:#3E2414;
	height:21px;
	margin-top:45px;
	border:none;
}

#menu {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 0px;
	height:21px;
}

#menu li {
	display:inline;
	float:left;
	height:15px;
	padding:0px 15px 0px 0px;
	border-right:1px solid #fff;
	margin:3px 15px 0px 0px;
}

#menu li a:link, #menu li a:visited {
	color:#fff;
	font-size:13px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
	top:-1px;
}

#menu li a:hover, #menu li a:active {
	color:#eee;
	text-decoration:none;
}

.shadow {
	width:100%;
	margin:0px;
	height:8px;
	background-image:url("/images/shadow.png");
	background-repeat:repeat-x;
	background-position:top;
	behavior: url("/js/iepngfix.htc");
	background-color:transparent;
	position:absolute;
	bottom:-8px;
	padding:0px;
}

.activemenu {
	background-image:url("/images/menu_active.png");
	background-position:top;
	background-repeat:repeat-x;
	behavior: url("/js/iepngfix.htc");
}

/* CONTENT STYLES*/

.column {
	margin-top:30px;
}

img.alignright {
	float:right;
	margin:5px 0px 5px 5px;
}

img.alignleft {
	float:left;
	margin:5px 5px 5px 0px;
}

#content {
	border-left:1px solid #3E2414;
	border-right:1px solid #3E2414;
	width:938px;
	overflow:hidden;
}

#gallerythumbs {
	display:block;
	float:left;
	margin-top:-40px;
}

#gallerythumbs ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 5px 0px;
	display:block;
	float:left;
}

#gallerythumbs ul li {
	margin:0px 0px 0px 5px;
	padding:0px;
	float:left;
	display:inline;
}

#gallerythumbs ul li a img {
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70; 
	padding:0px;
	margin:0px;
}

#galleryimage {
	display:block;
	float:left;
}

.gallerylink {
	margin:10px 0px;
	float:left;
}
.gallerylink a:link, .gallerylink a:visited {
	color:#c5b083;
	text-decoration:none;
	font-size:14px;
}

.gallerylink a:hover, .gallerylink a:active {
	text-decoration:underline;
}

#sidebar {
	margin-top:60px;
}

#sidebar_content {
	margin-left:30px;
	width:305px;
	border-right:1px solid #d8d3d0;
}

#sidebar_content p {
	width:280px;
}

.quotation {
	width:240px;
	position:relative;
	display:block;
	float:left;
	height:120px;
	margin-top:10px;
}

.openquote {
	width:23px;
	height:22px;
	background-image: url("/images/openquote.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:-5px;
}

.closequote {
	width:23px;
	height:22px;
	background-image: url("/images/closequote.jpg");
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	right:-5px;
}

.quotetext {
	top:25px;
	width:240px;
	position:absolute;
	color:#231F20;
}

#mainbox {
	margin-top:100px;
}

#footer {
	margin-top:50px;
	border:none;
	background-color:#3E2414;
	height:26px;
}

#bottomcontact {
	text-align:right;
	color:#231F20;
	margin-top:15px;
	margin-bottom:50px;
}

#bottomcontact a:link, #bottomcontact a:visited {
	color:#231F20;
	text-decoration:none;
}

#bottomcontact a:hover, #bottomcontact a:active {
	color:#999;
	text-decoration:underline;
}
