body
{
	background-color: #fff8c9;
	margin: 0;
}

/*font*/
body, td, table
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-height: 17px;
	text-align: center;
}

/*links*/
a
{
	font-weight: bold;
	text-decoration: underline;
}

a:link { color: #6f062c; }
a:visited { color: #6f062c; }
a:hover { color: #000; }
a:active { color: #6f062c; }

/*headers*/
h1
{
	font-size: 14px;
	color: #6f062c;
	margin: 10px 0 4px 0;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	color: #000;
	margin: 5px 0 4px 0;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	color: #6f062c;
	margin: 0 0 3px 0;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	color: #000;
	margin: 3px 0 3px 0;
	font-weight: bold;
}



/* log backgrounds */
.left
{
	width: 178px;
	background-image: url(assets/bg_left.jpg);
	background-repeat: repeat-y;
}

.right
{
	width: 178px;
	background-image: url(assets/bg_right.jpg);
	background-repeat: repeat-y;
	text-align:center;
	text-size: 10pt;
	color: #fff;
}

div.pics img
{
	border-color: #6f062c;
	border-width: 2px;
	border-style: solid;
	position-top: 30px;
	text-align:center;
	text-size: 10pt;
	color: #fff;
}

div.picsdesc
{
	width: 130px;
	background-color: #6F062C;
	text-size: 10pt;
	text-align: center;
	color: #fff;
	padding: 1px;
	margin: 0;

}

/* content */
.bakerycontent
{width: 220px;
	padding: 0 0 0 0;
}

.bakerycontent  
{	
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #6f062c;
	text-align: center;

	padding-right: 10px;
width: 200px;}


.yarncontent
{
	padding: 0 0 0 10px; 	
}


/* COPYRIGHT  */
div.copy
{
	font-size: 10px;
	text-align: center;
	color: #000000;
	margin: 10px 0 5px 0;
}

div.copy a:link { color: #666; }
div.copy a:visited { color: #666; }
div.copy a:active { color: #666; }
div.copy a:hover { color: #000; }
