/* CSS Document */

* {
	margin:0;
	padding:0;
}
html,
body {
	margin:10px 0 0 10px;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#56553B;
}
#wrap{
	width:800px;
	height:100%;
}
#head {
	width:800px;
	height:125px;
}
#head h1 {
	text-indent:-2000px;
	}
#left {
	float:left;
	margin-top:3px;
	width:630px;
	border: 20px solid #56553B;
	font-size:12px;
	font-weight:bold;
}
a {
	text-decoration:none;
}
#left a:link,
#left a:visited {
	color:#56553B;
	text-decoration:underline;
}
#left a:hover,
#left a:active {
	color:#56553B;
	text-decoration:none;
}

#leftText {
	padding: 25px 0px 0px 25px;
	width:120px;
	float:left;
}
#leftText h2 {
	font-size:12px;
}
#leftText h3 {
	font-size:12px;
}
#leftImage {
	padding: 25px 3px 0px 15px;
	float:left;
	width:400px;
}

#navcontainer ul {
	margin-left:10px;
	float:right;
	width:120px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li a {
	background: transparent url(../images/buttons/list-off.jpg) left bottom no-repeat;
	padding-left: 36px;
	padding-top:3px;
	text-align: left;
	font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	line-height:30px;
	text-decoration: none;
	color: #56553B;
	font-weight:bold;
}

#navcontainer ul li a:hover {
	background: transparent url(../images/buttons/list-on.jpg) left bottom no-repeat;
	color: #B4B589;
}

#navcontainer ul li a#current {
	background: transparent url(../images/buttons/list-active.jpg) left bottom no-repeat;
	color: #B4B589;
}

.leftBanner {
	padding:10px 20px 0px;
	width:90%;
	height:20px;
	margin:0 auto;
	background:#DDDCC8;
	color:#56553B;
	margin-bottom:10px;
}
.leftBanner h1, 
.leftBanner h2 {
	font-size:14px;
}
.thirdBox {
	text-align:center;
	width:30%;
	margin:0 1% 15px 2%;
	float:left;
}
.comboBreaker {
	width:90%;
	clear:both;
}
.fiftyBox {
	width:46%;
	margin:0 1% 15px 2%;
	float:left;
	text-align:center;
}
.ninetyBox {
	width:90%;
	margin:0 auto 25px;
	clear:both;
	text-align:center;
}
.ninetyBox table {
	text-align:left;
}
#locations {
	width:670px;
	margin:0 auto;
	font-size:10px;
	margin-top:20px;
	text-align:center;
	clear:both;
	float:left;
}
.textureBox {
	width:120px;
	margin:0 10px 10px;
	float:left;
	text-align:center;
}
#textures {
	width:360px;
	margin:0 auto;
}

/*Left justified versions of the fifty percent and ninety percent boxes*/
.thirdBoxInfo {
	width:27%;
	margin:0 1% 15px 2%;
	float:left;
	text-align:left;
}
.seventyBoxInfo {
	width:66%;
	margin:0 1% 15px 2%;
	float:left;
	text-align:left;
}
.ninetyBoxInfo {
	width:90%;
	margin:0 auto 25px;
	clear:both;
	text-align:left;
}

#address {
	width:630px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	color:#666666;
	clear:both;
	float:left;
}
#address a{
	color:#333333;
}
#movieDiv {
	width:400px;
	height:300px;
	margin:0 auto;
	padding:10px 0;
}
#galleryDiv {
	width:500px;
	height:400px;
	margin:0 auto;
	padding:10px 0;
}
#leftText .links a {
	font-size:8px;
	color:white;
}