@charset "UTF-8";
body  {
	font: bold 12px Arial;
	background: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
}
a:link {
	color: #AAAAAA;
	text-decoration: underline;
}
a:visited {
	color: #AAAAAA;
	text-decoration: underline;
}
a:hover {
	color: #AAAAAA;
}
.twoColFixLt #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 24px solid #2a160a;
	text-align: left;
	padding: 0px;
	
}
.twoColFixLt #pgHold {
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/bk-hold.jpg) no-repeat;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	
}
.twoColFixLt #pgBlue {
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/bk-blue.jpg) no-repeat;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;	

}
.twoColFixLt #pgYoga {
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/bk-yoga.jpg) no-repeat;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;	
	
	}
.twoColFixLt #pgWine {
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/bk-wine.jpg) no-repeat;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;	
	
	
	
}
.twoColFixLt #pgBlck {
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/bk-blck.jpg) no-repeat;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;	
	
}
.twoColFixLt #pgChair {
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/bk-chair.jpg) no-repeat;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;	
	
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 0px 70px 20px;
	background: #000000;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 160px; /* 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: 100px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	}
.twoColFixLt #mainPillows {
	margin: 0 0 0 160px; /* 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: 100px 0px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLt #mainNav {
	margin: 200px 0px 0px 160px; /* 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: 0px;
	top: 600px;
		
	
	
	
	}
.twoColFixLt #mainHome {
	margin: 0 0 0 520px; /* 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: 100px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.twoColFixLt #footer {
	background:#000000;
	height: 25px;
	padding-left: 220px;
	
}
.twoColFixLt #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	



}.photoright {
	float: right;
	padding:2px 0px 8px 15px;
	margin: 0;
	font-size:90%;
	color: #333333;
	font-style:italic;


}.photoleft {
    float: left; 
    padding:2px 10px 8px 0px; 
    margin: 0; 
    font-size:90%; 
    color: #333333; 
    font-style:italic; 
	
}
.hmtext {
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
	color: #CCCCCC;
	
}
.text {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #CCCCCC;	
	
	
}
.textGold {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #CCAF3A;
	
	
	
} 
.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;
}
