* {	margin: 0px; padding: 0px; }
html, body { height: 100%; }

body 
{ 
	margin: 0px;
	padding: 0px;
	font: 14px arial, helvetica; 
	text-align: center; 
	background: #ffffff url('../images/background.gif') repeat;
	color: #000000;
}

h1
{
	font-family:georgia,garamond,serif;
	font-size: 24px;
	color: #71001e;
	font-weight: normal;
}

h2
{
	font-family:georgia,garamond,serif;
	font-size: 20px;
	color: #71001e;
	font-weight: normal;
}


h3
{
	font-family:georgia,garamond,serif;
	font-size: 18px;
	color: #71001e;
	font-weight: normal;
}

a
{
	font-size: 14px;
	color: #71001e;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


.wrapper
{
	width: 960px;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	background: #71001e url('../images/wrapper_background.gif') repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.header
{
	width: 900px;
	height: 265px;
	background: transparent url('../images/header_background.gif') no-repeat;
	margin: 0px 30px 20px 30px;

}

.content
{
	text-align: left;
	margin: 0px 55px;
}


.headerLink
{
	display: block;
	float: left;
	width: 187px;
	height: 180px;
	margin: 10px 25px;
}

.toplinks { float: right; display: inline; margin: 18px 20px 0px 0px; color: #71001e; }
.toplinks a { color: #71001e; font-size: 11px; font-weight: bold; text-decoration: none; }
.toplinks a:hover { text-decoration: underline; }

.searchbox
{
	float: right;
	display: inline;
	width: 200px;
	margin: 30px 90px 0px 0px;
}

.searchbox #searchText
{
	margin-right: 10px;
	color: #5a5a5a;
	font-size: 11px;
	padding: 2px;
}

.hoursinfo
{
	text-align: left;
	float: right;
	display: inline;
	font-size: 10px;
	color: #80896d;
	width: 280px;
	margin: 16px 15px 0px 0px;
}

.hoursinfo .daytext
{
	font-size: 13px;
	font-weight: bold;
}

.homeFeaturedImage
{
	margin: 4px 0px 30px 0px
}

.homeHighlightBar
{
	background-color: #fffdf0;
	margin: 0px -25px 20px -25px;
	padding: 20px 15px;
}

.homeHighlight
{
	float: left;
	display: inline;
	margin: 0px 20px;	
}

#newsletterSignup
{
	background: transparent url('../images/join_list_background.gif') no-repeat;
	width: 250px;
	height: 180px;
}

#newsletterSignup .newsletterText
{
	color: #947831;
	font-weight: bold;
	font-size: 12px;
	margin: 78px 0px 0px 20px;
}

#newsletterSignup #signupform
{
	width: 210px;
	margin: 15px 0px 0px 20px;
	padding: 2px;
	font-size: 11px;
}

.homeContent
{
	background: #f5f2dc url('../images/yarn_background.jpg') no-repeat top right;
	margin-right: -25px;
	padding-right: 260px;
}

.emailMarketingMessage
{
	margin: 78px 20px 0px 20px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}


.contentFeaturedImageContainer
{
	background-color: #fffdef;
	margin: 13px -25px 25px -25px;
}

.contentFeaturedImage
{
	margin: 20px 25px;
}

.mainContent
{
	
}

.contentHighlight
{
	float: right;
	display: inline;
	background-color: #fefcee;
	padding: 10px;
}

.contentHighlightItem
{
	margin-bottom: 20px;
}

.push{ height: 80px; }


.footer
{
	color: #655e47;
	text-align: left;
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
}

.footerContainer
{
	width: 850px;
	margin: 0px auto;
	border-top: 1px solid #d6cfb4;
	padding-top: 14px;
}

.footer a
{
	color: #655e47;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}


/* <board> */
#forums {width: 90%;}
#forums thead th {background-color: #70001D; color: white; text-align: center;}
#forums .center {text-align: center;}
#forums th, #forums td {padding: 5px 10px; vertical-align: top;}
#forums .even {background-color: #eee;}
#forums .odd {background-color: #ffffff;}
/* </board> */


#sitemap
{
	margin-left: 20px;
	line-height: 20px;
}

#sitemap ul
{
	margin-left: 20px;
}

.clear
{
	clear: both;
}