@charset "UTF-8";
/* CSS Document */

body {
	font: 13px Georgia;
	background-color:#7f7166;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	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;
}
.oneColLiqCtrHdr #container {
	width: 816px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {padding: 0px;}
#navigation {float:right; font-size:18px; padding-top: 74px;  color:#df98c1;}
#navigation a { color:#aaa4a1; text-decoration:none;}
#navigation a:hover { color:#df98c1; text-decoration:none;}
.navd {vertical-align:text-top; padding: 0px 6px 0px 6px;}

.oneColLiqCtrHdr #mainContent {padding: 0px; background: #FFFFFF;}

#contentText {border: 17px solid #dedad1;}
#textArea {width:698px; background-image:url(images/indexBannerBg.jpg); background-repeat:repeat-x; border: 1px solid #ddd9d7; background-color:#ebe8e3; margin:29px; padding:12px; color:#534841; size:12px;}
#textAreaHeader {margin:9px 0px 9px 0px;}

#textArea a {color:#d64a9a; text-decoration:none;}
#textArea a:hover {color:#d64a9a; text-decoration: underline;}

.indexGallery {float:right; padding: 18px 0px 0px 0px; width:333px;}
.indexImageGallery {border: 1px solid #b4aca6; margin:0px 12px 0px 0px;} 
.indexImageGalleryNone {border: 1px solid #b4aca6;}
.kateGallery {float:right; padding: 0px 0px 0px 30px; width:333px;}

#textAreaDivider {float:right; padding:0px 20px 0px 20px;}

.oneColLiqCtrHdr #footer { padding: 0 10px; text-align:center; font-size:11px; color:#b5ada6;} 

.oneColLiqCtrHdr #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 */
}

