/* ----- Layout ----- */

#content {
	background-color: #BF9237;
	background-color: #D2AC3F;
	background-color: #D9B756;
	background-image: url("../pics/right-border.gif");
	background-position: right;
	background-repeat: repeat-y;
  margin: 0 auto;
  width: 900px;
}
#header {
	background-color: #D2AC3F;
	background-color: #D9B756;
	background-image: url("../pics/Free-Spirits-Web-Poster.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 215px;
}
#left-and-center-and-right {
}
#left-and-center {
	background-image: url("../pics/left-border.gif");
	background-position: left;
	background-repeat: repeat-y;
  float: left;
	width: 725px;
}
#left {
  padding-bottom: 3em;
	float: left;
	width: 100px;
}
#center {
  float: right;
	margin-bottom: 3em;
  width: 550px;
}
#right {
	float: right;
	width: 100px;
}
#footer {
	background-color: #996600;
	background-image: url("../pics/bottom-border.gif");
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	height: 75px;
}

/*----- IE layout fixes -----*/

body {
  text-align: center;
  word-wrap: break-word;
}
#content {
  text-align: left;
}
* html #content {
  width: expression(document.body.clientWidth > 900 ? "900px" : "auto") ;
}

/*----- end IE layout fixes -----*/

#left-slant-border {
	background-image: url("../pics/left-slant-border.gif");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	padding-left: 50px;
  width: 50px;
}
#right-slant-border {
	background-image: url("../pics/right-slant-border.gif");
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	padding-right: 50px;
  width: 50px;
}
#bottom-left-border {
	background-image: url("../pics/bottom-left-border.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
#bottom-right-border {
	background-image: url("../pics/bottom-right-border.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

