html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	background:#fff url(../images/bg3.gif) repeat-x;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin-top:0;
	font-size:0.8em;
}
#container {
	width:930px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
#header {
	width:930px;
	height:170px;
	float:left;
	background-image:url(../images/bg-header.gif);
	text-align:right;
}
h1 {
	margin-top:55px;
	font-size:49px;
	letter-spacing:-2px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#5C7200;
	font-weight:normal;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#E39500;
	font-weight:normal;
}
.latest-news {
	margin-top:236px;
	padding-left:30px;
}
#four-rooms {
	background-color:#d5e4f3;
	padding:20px;
	color:#252a2e;
	margin-top:20px;
}
#four-rooms h2 {
	color:#252a2e;
	line-height:28px;
	margin-top:0;
	margin-bottom:0;
}
#four-rooms p:last-child {
	margin-bottom:0;
}
#four-rooms a, #four-rooms a:link, #four-rooms a:visited {
	color:#193e63 !important;
	text-decoration:none;
}
#four-rooms a:hover, #four-rooms a:visited:hover  {
	color:#004c97 !important;
	text-decoration:underline;
}

#auction {
	background-color:#deff56;
	padding:20px;
	color:#474747;
	margin-top:20px;
}
#auction h2 {
	color:#474747;
	line-height:28px;
	margin-top:0;
	margin-bottom:0;
}
#auction p:last-child {
	margin-bottom:0;
}
#auction a, #auction a:link, #four-rooms a:visited {
	color:#3a4800 !important;
	text-decoration:none;
}
#auction a:hover, #four-rooms a:visited:hover  {
	color:#3a4800 !important;
	text-decoration:underline;
}

#auction p:first-child, #four-rooms p:first-child {
	margin-top:0;
}

.credits {
	font-size:0.8em;
}
.quote {
	background-color:#D8D8D8;
	font-weight:bold;
	font-style:italic;
}
.linkPanel {
	background-color:#E7E7E7;
	padding:10px;
	display:block;
}
.h1Green {
	font-weight:normal;
	color:#728D00;
}
.subTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#939393;
	font-size:24px;
	font-weight:normal !important;
	font-style:italic;
	letter-spacing:0 !important;
}
#sideBar {
	width:230px;
	float:left;
	display:block;
	margin-right:30px;
}
#menu {
	width:230px;
	height:216px;
	float:left;
	display:block;
	
}
#menu a {
	width:190px;
	height:24px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	margin-bottom:1px;
	padding-left:40px;
	padding-top:6px;
}
#menu a:link, #menu a:visited {
	color:#fff;
	background-image:url(../images/btn-menu-up.gif);
}
#menu a:hover, #menu a:visited:hover  {
	color:#fff;
	background-image:url(../images/btn-menu-roll.gif);
}
.active:link, .active:hover, .active:visited, .active:visited:hover {
	color:#474747 !important;
	background-image:url(../images/btn-menu-dn.gif) !important;
}
#copyright {
	width:230px;
	float:left;
	color:#666666;
	float:left;
	padding-top:18px;
	padding-left:31px;
	font-size:12px !important;
	margin-bottom:30px;
}
#copyright a:link, #copyright a:visited {
	color:#999;
	background-image:none !important;
}
#copyright a:hover, #copyright a:visited:hover  {
	color:#999;
	background-image:none !important;
}
#content {
	width:670px;
	float:left;
	line-height:1.6em;
	color:#252525;
	margin-bottom:20px;
}
#content a:link, #content a:visited {
	color:#5F7404;
}
#content a:hover, #content a:visited:hover  {
	color:#E39500;
}
.imgFloatRight {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	border:1px solid #DCDCDC;
}
#rotating-item-wrapper {
	position: relative;
	width: 670px;
	height: 216px;
} 
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.galleryThumb {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.noRightMargin {
	margin-right:0 !important;
}
hr {
	margin-top:10px;
	margin-bottom:10px;
}
.thumbnails {
	float:left;
	margin-bottom:10px;
}

.forceClear {
	clear: both;
	display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}