/****************************************************************
Site Owner: wichitafurniture.com
Site designed by: Jana Snyder
Site built by: Eric Snyder

You may adapt elements of this CSS in your own projects, but
the unique combination of images, colors, sizes, typography, 
and positioning ("the design") is copyright by the owners of
this site and may not be reproduced.
****************************************************************/


/***** Structure ******************************************/
Body{
	position: relative;
	padding: 0;
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #660000;
 background-image: url(images/wf-background.gif);
 background-position: center;
 background-repeat: no-repeat;

}
#NavWrapper{
	position: relative;
	height: 62px;
}

#BodyWrapper{
	position: relative;
}
#ContentWrapper{
background-color: white;
}

/* Home Button Navigation Area */
#HomeNav{	
	position: absolute;
	top: 0px;
	left: 275px;
	Width: 62px;
	height: 50px;
	Background-color: #B16E2B;
	border-top: 3px solid #C17E3B;
	border-left: 3px solid #C17E3B;
	border-right: 3px solid #A25F1C;
	border-bottom: 3px solid #A25F1C;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 56px;
}
#HomeLink{
	width: 50px;
	position: absolute;
	top: 24px;
	left: 7px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
#HomeLink:link,
#HomeLink:active,
#HomeLink:visited{
	color: #F4D89D;
}
#HomeLink:hover{
	color: #F4D89D;
	text-decoration: underline;
}
