/* CSS Document */


body {
	width:814px;
	margin: 0 auto;
	background-color:#563722;
	color:#bb957c;
	font-family: "luxi sans", arial ,sans-serif;
	font-size:12px;
}

a img {
	border:0px;
}

a {
	text-decoration:none;
	color:#b3925c;
}
a:hover {
	color:#FF9900;
}


#top {
	width:100%;
	height:129px;
	background-image:url(../_images/layout/top.jpg);
	clear:both;
	margin-top:10px;
}

#fade {
	width:813px;
	height:215px;
	clear:both;
	background-color:#875737;

}

#left {
	width:30px;
	height:auto !important;
	height:300px;
	min-height:300px;
	display:inline;
	float:left;
	background-image:url(../_images/layout/left.jpg);
}

#strapTop {
	width:89px;
	height:215px;
	position:absolute;
	z-index:100;
	margin-left:30px;
}
#strap {
	width:89px;
	height:auto !important;
	height:300px;
	min-height:300px;
	display:inline;
	float:left;
	background-image:url(../_images/layout/strap_bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fd9a01;
}

#main {
	width:658px;
	min-width:659px;
	max-width:659px;
	height:auto !important;
	height:300px;
	min-height:300px;
	display:inline;
	float:left;
	background-color:#875737;
}

div#menu {
	width:100%;
	word-spacing:120px;
	text-align:center;
	color:#b3925c;
}

#menu a {
	text-decoration:none;
	color:#b3925c;
	font-family: "luxi sans", arial ,sans-serif;
	font-size:17px;
	font-weight:bold;
}


#menu a:hover {
	color:#FF9900;
}




#right {
	width:36px;
	height:auto !important;
	height:300px;
	min-height:300px;
	display:inline;
	float:right;
	background-image:url(../_images/layout/right.jpg);
}

#bottom {
	width:100%;
	height:19px;
	background-image:url(../_images/layout/bottom.jpg);
	clear:both;
	margin-bottom:20px;
}
