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

body {
	background: #000000 url(assets/body_bg3.gif) repeat-y center top;
	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-size: 100%;
}
.twoColFixRtHdr #container {
	width: 940px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}
.twoColFixRtHdr #header {
	background: #BB9E66 url(assets/HomeTreasures_Header.jpg) no-repeat center top;
	padding: 0 10px 0 20px;  /* 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. */
	height: 164px;
	margin: 0px;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 303px;
	margin-top: 15px;
}
.twoColFixRtHdr #mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #232323;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 315px;
	padding-left: 25px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9B8748;
	background-color: #232323;
	font-size: small;
}
.twoColFixRtHdr #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 */
	color: #7A7834;
	font-family: "Lucida Grande";
}
.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;
}
/* Netflix box */ 
 
.box {
	width: 273px;
	background: url(assets/box/div-bottom.gif) no-repeat left bottom;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Grande";
}
.box p {
	font-size: 85%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
.box  h3 {
	font-size: 120%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background-image: url(assets/box/h3-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px 8px 0px 10px;
	color: #78693C;
	margin: 0px;
}
.box  h2 {
	color: #78693C;
	font-size: 120%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;
}
.box ul {
	margin: 0;
	padding: 14px 10px;
	list-style: none;
	color: #78693C;
}
.box li {
	margin: 0 0 6px;
	padding: 0;
}
.box a {
	color: #905423;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav {
	margin: 0;
	list-style: none;
	float: right;
	width: 940px;
	padding: 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #232323;
}
#nav li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 80%;
}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	background: #F9E9A9 url(assets/nav_assets/off_bg.gif) repeat-x left top;
	border: 1px solid #9B8748;
}
#nav a:hover, body#intro #t-intro a {
	color: #5E0000;
	padding-bottom: 4px;
	background: #fff url(assets/nav_assets/on_bg.gif) repeat-x left top;
	border-top: 1px solid #9B8748;
	border-right: 1px solid #9B8748;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #9B8748;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CABD75;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainContent h2 {
	font-size: 130%;
	font-family: "Lucida Grande";
	font-weight: bold;
	color: #A75320;
}
#mainContent h3 {
	font-size: 100%;
	color: #9B8748;
	font-family: "Lucida Grande";
}
#mainContent li {
	color: #9B8748;
	font-family: "Lucida Grande";
	line-height: 1.4em;
}
#mainContent p {
	font-family: "Lucida Grande";
	color: #97967B;
	line-height: 1.4em;
	font-size: 100%;
}
#mainContent img {
	border: 1px solid #7C5A3C;
	background-color: #000000;
	padding: 2px;
}
#mainContent a {
	color: #9B8748;
}
#mainContent th {
	background-color: #5E0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #F4EFE3;
	color: #F4EFE3;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 110%;
}
.tableBox {
	background-color: #F4EFE3;
	font-family: "Lucida Grande";
	color: #9F5315;
	font-size: 85%;
	padding: 10px;
	border: 1px solid #666666;
}
