/* start global styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'comic sans ms', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #43200b;
	background: #f9fcf4 url(/site_images/bg_site.gif) top center repeat;
}

h1 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
}

p {
	font-size: 13px;
	line-height: 20px;
	color: #43200b;
	margin-bottom: 12px;
}

#container {
	width: 925px;
	margin: 0px auto;
}

#content {
	width: 900px;
	margin: 0px auto;
}

#header {
	width: 899px;
	height: 170px;
	background: url(/site_images/bg_header.gif) top left repeat-x;
	margin: 0px 1px;
	
}

.logo {
	float: left;
	width: 172px;
	height: 141px;
	padding: 20px 0px 0px 20px;
}

#header_right {
	float: left;
	width: 675px;
	height: 48px;
	font-size: 11px;
	color: #2d532d;
	padding-top: 12px;
	text-align: right;
}

#header_right h1 {
	font-size: 15px;
}

#header_right a {
	color: #2d532d;
	text-decoration: none;
}

#header_right a:hover {
	color: #119211;
	text-decoration: underline;
}

#main {
	width: 800px;
	min-height: 400px;
	overflow: hidden;
	margin: 40px auto 10px auto;
}

#main li {
	list-style-type: none;
}

.yarn {
	float: left;
	width: 350px;
	height: 275px;
	vertical-align: top;
	padding: 0px 30px 35px 0px;
	margin-bottom: 20px;
}

.yarn p {
	font-size: 11px;
}

#leftcol {
	float: left;
	width: 350px;
	margin-left: 40px;
}

#rightcol {
	float: right;
	width: 350px;
	padding: 0px 25px;
}

#footer {
	width: 900px;
	height: 15px;
	font-size: 10px;
	color: #344734;
	text-align: center;
	margin: 20px auto 10px auto;
}

/* end global styles */


/* start home page styles */

#home_main {
	width: 900px;
	overflow: hidden;
	margin: 40px auto 0px auto;
}

#home_leftcol {
	float: left;
	width: 530px;
	margin-left: 40px;
}

#home_rightcol {
	float: right;
	width: 255px;
	padding: 0px 25px;
	border-left: #d9e5cf solid 1px;
}

.indented {
	margin-left: 40px;
}

/* end home page styles */


/* start interior page styles */

/* end interior page styles */