@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f6f6f6;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #003;
	background-image: url(woolpopsbg01.jpg);
	background-repeat: repeat-y;
	border:none;
}

a{
	color:white;
	text-decoration:none;
}

a:link { 
	color: #f5f5f5;
	}
a:visited { 
	color: #d4d4d9;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

img{
	border:none;
}

.oneColFixCtr #container {
	position:relative;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 500px;
	font-size:0.9em;
	background: url(splashblock.png) no-repeat 0px 8px;
	margin: 0 20px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 375px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
}
#text {
	position:absolute;
	width:540px;
	overflow:show;
	top:110px;
	width:500px;
}

#text h2{
	text-indent:-5000px;
	width: 491px;
  	height: 40px;
  	background: url('welcome.png') no-repeat;
}

.oneColFixCtr h1 {
	text-indent:-5000px;
}

#text p{
	text-indent:12px;
	line-height:1em;
}

#etsybanner {
float:right;
padding-right:20px;
}

#sidebar {
	position:fixed;
	top:0px;
    padding-left:5px;

}