@charset "UTF-8";
/* CSS Document for Cedar Canyon Lodge and Stables Cantina*/

* { margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p,blockquote,form,lable,ul,ol,dl,fieldset,address {margin: 0.5em 0;}
li,dd {margin-left:1em;}
fieldset {padding: .5em;}

body  {
	font: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(graphics/bk1.gif);
	background-repeat: repeat;
	}
	
#header {
	width: 100%;
	text-align: center;
	background-image: url(graphics/bg2.gif);
	background-repeat: repeat-x;
	padding-top: 18px;
	padding-bottom: 10px;
	}
#wrapper {
	text-align: left;
	background-image: url(graphics/bgfauxpaint.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 795px;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 25px;
	} 

/* ---------------------------- Menu and Sidebar ------------------*/

#menu {
	float: left;
	width: 220px;
	background-image: url(graphics/leather1.png);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 30px;
	}
#menu2 {
	background-image: url(graphics/leather2.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	position: relative;
	width: 203px;
	padding-right: 17px;
	}
#menu3 {
	background-image: url(graphics/leather3.png);
	height: 81px;
	position: relative;
	width: 220px;
	}
#menu ul {
	margin-left: 0.1em;
	margin-right: .1em;
	}
#menu li {
	display: block;
	text-align: center;
	text-decoration:none;
	list-style-type: none;
	}
#menu li a:link, #menu li a:visited {
	color: #000000;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: bold;
	}
#menu li a:hover {
	color: #E3D2B7;
	text-decoration: none;
	}	
#leftcontent {
	width: 220px;
	position: relative;
	padding-top: 10px;
	text-align: center;
	}
#leftcontent h1{
	font-size: 1.45em;
	color: #CC6600;
	font-weight: bolder;
	font-style: normal;
	}
	
/* ---------------------------- Main Content ------------------*/
	
#content {
	float:right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 530px;
	}
#content h1 {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	}
#content h2 {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	}
#content h3 {
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px;
	}
#content h4 {
	font-size: 1.4em;
	color: #666633;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	}
#content p{
	text-indent: 6px;
	}
#content a:link, #content a:visited {
	color: #990033;
	text-decoration:none;
	font-weight: bold;
	}
#content a:hover {
	color: #990033;
	text-decoration: underline;
	}	

/* ---------------------------- Wood Bar ----------------------*/

#bar {
	text-align: center;
	width: 100%;
	background-image: url(graphics/woodbar.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
	margin-top: -15px;
	margin-bottom: -5px;
	padding-top: 10px;
	}
	 
#bar h1 {
	font-size: 0.95em;
	color: #E3D2B7;
	letter-spacing: 0.1em;
	font-weight: normal;
	}

#bar p {
	font-size: .95em;
	letter-spacing: 0.1em;
	color: #000000;
	padding-top: 5px;
	font-weight: bold;
	}

/* ---------------------------- Floats ----------------------*/

.fltrt { 
	float: right;
	margin-left: 8px;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
	
 
</style>[if IE 5]>
<style type="text/css"> 
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
</style>
<![endif]
