body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

body, h1, h2, h3, h4, h5, h6, blockquote, address, dd, dl, img, hr, form p{
	margin: 0;
	padding: 0;
}

h2{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

a:link, a:visited{
	text-decoration: none;
	color: #4878C0;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 7px 0 0 0;
}

#wrapper{
	margin: 0 auto;
	width: 750px;
}

/*HEADER*/
#header{
	text-align: center;
}


/*TOP MENU*/
#top-menu a:link, #top-menu a:visited{
	text-decoration: none;
	color: #000000;
}

#top-menu .menu-line-left{
	width: 275px;
	height: 15px;
	float: left;
	margin: 0 0 0 100px;
	_margin: 0 0 0 50px;/*IE workaround*/
	border-top: 2px #000000 solid;
	border-left: 2px #000000 solid;
}

#top-menu .menu-line-right{
	width: 275px;
	height: 15px;
	float: left;
	border-top: 2px #000000 solid;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
}

#top-menu .menu-text-left{
	width: 200px;
	height: 30px;
	margin: 0 50px 0 0;
	text-align: center;
	float: left;
}

#top-menu .menu-text-center{
	width: 200px;
	height: 30px;
	margin: 0 25px 0 25px;
	text-align: center;
	float: left;
}

#top-menu .menu-text-right{
	width: 200px;
	height: 30px;
	margin: 0 0 0 50px;
	text-align: center;
	float: right;
}

/*BOTTOM MENU*/
#bottom-menu{
	clear: both;
}

#bottom-menu a:link, #bottom-menu a:visited{
	text-decoration: none;
	color: #000000;
}

#bottom-menu .menu-line-left{
	width: 275px;
	height: 15px;
	float: left;
	margin: 0 0 0 100px;
	_margin: 0 0 0 50px;/*IE workaround*/
	border-bottom: 2px #000000 solid;
	border-left: 2px #000000 solid;
}

#bottom-menu .menu-line-right{
	width: 275px;
	height: 15px;
	float: left;
	border-bottom: 2px #000000 solid;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
}

#bottom-menu .menu-text-left{
	width: 200px;
	height: 30px;
	margin: 0 50px 0 0;
	text-align: center;
	float: left;
}

#bottom-menu .menu-text-center{
	width: 200px;
	height: 30px;
	margin: 0 25px 0 25px;
	text-align: center;
	float: left;
}

#bottom-menu .menu-text-right{
	width: 200px;
	height: 30px;
	margin: 0 0 0 50px;
	text-align: center;
	float: right;
}

/*MAINPAGE*/
.mainpage-content .mainpage-text{
	width: 300px;
	margin: 20px 20px 20px 50px;
	float: left;
	text-align: justify;
	line-height: 150%;
}

.mainpage-content .mainpage-image{
	float: right;
	margin: 20px 50px 20px 20px;
}

/*HANDSPUN YARN*/
.thumb{
	width: 150px;
	float: left;
	margin: 9px;
}

.thumb-image img{
border: 1px solid #ccc;
}

.thumb-image:hover img{
border:1px solid #A66A01;
}

.thumb-image:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


/*CONTENT*/
#content{
	width: 80%;
	margin: 20px auto;
	clear: both;
}

.content-yarngallery{
	width: 91%;
	_width: 95%;/*IE workaround*/
	margin: 20px auto;
}

.content-behindthename{
	text-align: left;
	width: 548px;
	font-size: 98%;
	margin: 30px auto;
}

.content-bio{
	text-align: center;
	width: 548px;
	margin: 0 auto 30px auto;
	font-size: 98%;
}

.content-contact{
	text-align: center;
	width: 548px;
	margin: 30px auto;
	font-size: 110%;
}

/*FOOTER*/
#footer{
	text-align: center;
	clear: both;
	font-size: 75%;
}
