@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	background-color: #666666;
	background-image: url(1images/backrustgrey.jpg);
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
a:hover {
	color: #FFF;
}
.sidebargallerydivider {
}
.galleryroomdivider {
	border-top-width: 4px;
	border-top-style: double;
	padding-top: 5px;
	border-top-color: #000;
}
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #666;
	background-image: url(1images/greygradientback.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
} 
.twoColFixLtHdr #header {
	background: #000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #caa530; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-image: url(1images/sidebarblkback.jpg);
	text-align: left;
	margin-top: 0px;
}
.galleryspecials {
	color: #900;
	font-style: italic;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.guestpgformhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #30C;
	text-align: left;
	margin-left: 165px;
	margin-top: 25px;
	padding-top: 25px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.artworkdivided {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent #apDiv4 ul li .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.mainpagepic {
	float: none;
	padding-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 292px;
}
.adam3picfloatlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 6px;
}
.adampicfltrt {
	float: right;
	margin-bottom: 3px;
	margin-left: 8px;
}
.mainpictitle {
}
.maintextpos {
	padding-top: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.openingline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #C33;
}
.listitems {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #630;
	font-style: italic;
}
.selctlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mainbodyimage {
	width: 292px;
}
.mainpixcaptionflt {
	float: left;
}
.mainpicbox {
	float: left;
	height: 395px;
	width: 292px;
}
.mainpictitle {
	font-size: 14px;
	color: #000;
	padding-left: 12px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contactpgpic {
	margin-left: 185px;
}
.contactcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: 195px;
}
.contactaddress {
	margin-left: 168px;
}
.bookformtitle {
	text-align: center;
}
.bookbegstatement {
	text-align: left;
	margin-left: 0px;
}
.guestpgwelcome {
	color: #30C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.sitecentertitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-style: normal;
	margin-bottom: 0px;
}
.lrgcentername {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #000;
	text-align: center;
	margin-top: 0px;
}
.sitecentertitlesmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.specialheadline {
	font-style: normal;
}
.specialheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	color: #000;
}
.onespecial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
}
.ordercolor {
	color: #FFF;
}
.clickorder {
	color: #FFF;
}
.specialdescription {
	margin-top: 365px;
	margin-left: 665px;
}
.roomimagewcap {
	float: left;
	width: 140px;
}
.mainpictitlesmall {
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.mainpgimagelayout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
.celltitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	left: inherit;
	position: inherit;
	text-align: center;
}
.leftjustify {
	text-align: left;
}
.register {
	font-size: 18px;
}
