@charset "utf-8";
body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #d8caa8;
        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;
}
.thrColFixHdr #container {
        width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #d8caa8;
        margin: 0 auto;
        text-align: left; /* this overrides the text-align: center on the body element. */
        color: #363942;
} 
.thrColFixHdr #header {
        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. */
        background-color: #d8caa8;
        background-image: url(../images/headerbkg1.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 212px;
        width: 775px;
} 
.thrColFixHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        color: #363942;
        background-position: bottom;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 38px; /* padding keeps the content of the div away from the edges */
	background-color: #D8CAA8;
	background-image: url(../images/lftbrdr1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 900px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 38px; /* padding keeps the content of the div away from the edges */
	background-color: #D8CAA8;
	background-image: url(../images/rtbrdr1.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 900px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.thrColFixHdr #navbar {
	width: 150px;
	left: 0px;
	position: relative;
	float: left;
}
.thrColFixHdr  #navbar  li   {
	list-style-image: none;
	list-style-type: none;
	text-indent: -40px;
	border-top-style: solid;
}
.thrColFixHdr  #navbar  a  {
	color: #363942;
	vertical-align: 50%;
	text-align: left;
	font-size: large;
	text-indent: -40px;
}
.thrColFixHdr /*]]>*/
 #navbar  a:hover  {
	color: #D8CAA8;
	vertical-align: 50%;
	text-align: left;
	font-size: large;
	background-color: #393833;
}
.thrColFixHdr  #navbar  h4  {
	color: #363942;
	text-align: left;
	vertical-align: 50%;
	border-top-style: solid;
}
.thrColFixHdr #mainContent {
        margin-top: 5px;
        margin-right: 38px;
        margin-bottom: 0;
        margin-left: 38px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
} 
.thrColFixHdr #centerinfobar {
	margin-top: 30px;
	margin-right: 38px;
	margin-bottom: 0;
	margin-left: 188px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	text-align: center;
}
.thrColFixHdr #footer {
	background-color: #D8CAA8;
	background-image: url(../images/footerbg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 168px;
	width: 775px;
	padding-top: 0;
	padding-bottom: 0;
	color: #363942;
	font-size: small;
} 
#container #footer a {
	color: #363942;
}
#container #footer a:hover {
	color: #D8CAA8;
	background-color: #363942;
}


.thrColFixHdr #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 */
	font-size: small;
}
.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;
}
.right/*<![CDATA[*/
  {text-align: right}
.left {text-align: left}
.cntr {
        text-align: center;
}
#menu {
	font-size: small;
	text-align: left;
}
.letteredmenu {
	list-style-type: upper-alpha;
}
#leftsidemenu1 {
	float: left;
	width: 330px;
}
#rightsidemenu1 {
	float: right;
	width: 330px;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #b9a787;
	border-right-color: #b9a787;
	border-bottom-color: #b9a787;
	border-left-color: #b9a787;
	padding-left: 5px;
}
#leftsidemenu2 {
	float: left;
	width: 330px;
	clear: left;
}
#rightsidemenu2 {
	float: right;
	width: 330px;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.olnodecoration {
	list-style-type: none;
}
.xsmall {
	font-size: x-small;
}
.topalign {
	vertical-align: top;
}
.thrColFixHdr #menusidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 38px; /* padding keeps the content of the div away from the edges */
	background-color: #D8CAA8;
	background-image: url(../images/lftbrdr1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 3000px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.thrColFixHdr #menusidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 38px; /* padding keeps the content of the div away from the edges */
	background-color: #D8CAA8;
	background-image: url(../images/rtbrdr1.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 3000px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.thrColFixHdr #ratingssidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 38px; /* padding keeps the content of the div away from the edges */
	background-color: #D8CAA8;
	background-image: url(../images/lftbrdr1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 850px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.thrColFixHdr #ratingssidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 38px; /* padding keeps the content of the div away from the edges */
	background-color: #D8CAA8;
	background-image: url(../images/rtbrdr1.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 850px;
	padding-top: 15px;
	padding-bottom: 15px;
}
a   {
	color: #363942;
}
a:hover {
	color: #D8CAA8;
	background-color: #393833;
}
.starsnoborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
