@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:url(images/bgStripes.jpg);
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}

#container	{
	width:847px;
	margin:auto;
	padding-bottom:15px;
	overflow:auto;
}

#content	{
	width:847px;
	background:url(images/topBG2.png) top no-repeat;
	overflow:auto;
}

#logo	{
	width:305px;
	height:60px;
	margin-top:18px;
	margin-left:15px;
	
}

#navbar	{
	width:100%;
	margin-top:40px;
	height:37px;
	text-align:center;
}

#navbar a	{
	display:inline-block;
	width:107px;
	height:37px;
	margin:5px;
	line-height:35px;
	background:url(images/btns.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

#navbar a:hover	{
	background-position:0px -37px;
}

#innerContent	{
	width:800px;
	margin:auto;
	margin-top:20px;
	overflow:auto;
}
/* Navbar */
#bigPics	{
	width:535;
	height:309;
	}

#bigPics a#forts	{
	display:inline-block;
	width:172px;
	height:309px;
	background:url(images/bigPicSprite2.jpg) no-repeat;
	background-position:0px 0px;
}

#bigPics a#tramp	{
	display:inline-block;
	width:187px;
	height:309px;
	background:url(images/bigPicSprite2.jpg) no-repeat;
	background-position:-173px 0px;
}

#bigPics a#furniture	{
	display:inline-block;
	width:175px;
	height:309px;
	background:url(images/bigPicSprite2.jpg) no-repeat;
	background-position:-360px 0px;
}

#bigPics a#forts:hover	{
	background-position:0px -312px;
}

#bigPics a#tramp:hover	{
		background-position:-173px -312px;
}

#bigPics a#furniture:hover	{
	background-position:-360px -312px;
}

.hideMe	{
	display:none;
}
/* End Navbar */

#footer	{
	color:#FFFFFF;
	text-align:center;
}

#footer	a{
	color:#FFFFFF;
}

#sale	{
	width:250px;
	height:305px;
	float:right;
	padding:3px;
	text-align:center;
	
}

#sale #saleContent	{
	width:250px;
	height:305px;
	background:url(images/saleBG.gif) no-repeat;
	text-align:center;
	/* overflow:auto; */
	
}

/*formatting */

b	{
	color:#bd2f2c;
}