@charset "utf-8";
/* CSS Document */

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.smallTextHeader {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}
.bodyfont1 {
	font-size:.85em;
}
.bodyfont1 a:link {
	color: #86180F;
	text-decoration: none;
}
.bodyfont1 a:hover {
	color: #CCC;
	text-decoration: underline;
}
.twoColFixRtHdr #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD url(images/Header.jpg);
	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: 91px;
} 
.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 */
}
#topNavBarContainer {
	background-color: #87180f;
	height:22px;
	font-size: .9em;
}
#topNavText1 {
	width: 90px;
	margin-left: 200px;
	margin-top: 4px;
	float: left;
	font-size: .8em;
}
#topNavText1 a:link {
	color: #FFF;
	text-decoration: none;

}
#topNavText1 a:hover {
	color: #8B979D;	
}
#topNavText1 a:active {
	color: #8B979D;	
}
#topNavText1 a:visited {
	color: #FFF;	
}
#topNavText2 {
	width: 164px;
	margin-top: 4px;
	float: left;
	font-size: .8em;
}
#topNavText2 a:link {
	color: #FFF;
	text-decoration: none;
}
#topNavText2 a:hover {
	color: #8B979D;	
}
#topNavText2 a:active {
	color: #8B979D;	
}
#topNavText2 a:visited {
	color: #FFF;	
}
#topNavText3 {
	width: 164px;
	margin-top: 4px;
	float: left;
	font-size: .8em;
}
#topNavText3 a:link {
	color: #FFF;
	text-decoration: none;
}
#topNavText3 a:hover {
	color: #8B979D;	
}
#topNavText3 a:active {
	color: #8B979D;	
}
#topNavText3 a:visited {
	color: #FFF;	
}
#topNavText4 {
	width: 60px;
	margin-top: 4px;
	float: left;
	font-size: .8em;
}
#topNavText4 a:link {
	color: #FFF;
	text-decoration: none;
}
#topNavText4 a:hover {
	color: #8B979D;	
}
#topNavText4 a:active {
	color: #8B979D;	
}
#topNavText4 a:visited {
	color: #FFF;	
}
#topNavText5 {
	width: 90px;
	margin-top: 4px;
	float: left;
	font-size: .8em;
}
#topNavText5 a:link {
	color: #FFF;
	text-decoration: none;
}
#topNavText5 a:hover {
	color: #8B979D;	
}
#topNavText5 a:active {
	color: #8B979D;	
}
#topNavText5 a:visited {
	color: #FFF;	
}
#Rightsidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 252px; /* 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: #DED6C5;
	height: auto;
	padding: 10px;
	margin-bottom: auto;
}
#mainContentContainer {
	margin: 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #8B979D;
	height: auto;
	width: auto;
} 
#mainContentBottom {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#HomePhoto {
	background-image:url(images/TopBodyIntro.jpg);
	height: 244px;
	width: 509px;
}
#LearnPhoto {
	background-image:url(images/learn.jpg);
	height: 244px;
	width: 509px;
}
#2RoomPhoto {
	background-image:url(images/2rooms.jpg);
	height: 244px;
	width: 509px;
	background-repeat: no-repeat;
}
#Effleurage {
	background-image:url(images/Effleurage.jpg);
	height: 244px;
	width: 509px;
	background-repeat: no-repeat;
}
#Room1 {
	background-image:url(images/room1.jpg);
	height: 244px;
	width: 509px;
}
#SStones2 {
	background-image:url(images/stones2.jpg);
	height: 244px;
	width: 509px;
}
#story {
	background-image:url(images/story.jpg);
	height: 244px;
	width: 509px;
}
.BtmColumnlinkbox1 {
	width: 140px;
	margin-left: 15px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
.BtmColumnlinkbox2 {
	width: 140px;
	margin-left: 10px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
.BtmColumnlinkbox3 {
	width: 140px;
	margin-left: 10px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
.BtmColumnlinkbox4 {
	width: 140px;
	margin-left: 90px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
.BtmColumnlinkbox5 {
	width: 140px;
	margin-left: 10px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
#footer {
	padding: 5px 10px 10 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height: 25px;
	color: #CCC;
	font-size: 0.8em;
	width: auto;
} 

.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;
}

