#wrapper { display: block; width: 960px; margin: 0px auto; text-align: center;}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 {
	font-family:Georgia, sans-serif;
	color:#785423;
}
h3 { }

#logo{
	
}

p { margin: 0 0 10px 0; }
a { }
a:hover {
	color:#666;
} 

blockquote { }
blockquote p { }

ul, ol { 
margin: 0px; 
padding: 0px;
}



#navigation-container{
	width: 529px;
	height: 49px;
	margin:0 auto;
}

ul#navigation {
	width: 529px;
	height: 49px;
	list-style: none;
	margin:0 auto;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a{
	text-indent: -9999px;
	float: left;
	height: 49px;
}

ul#navigation li#navigation-shop a{
	background: url(knottednestnavsprites.png) no-repeat;
	width: 100px;
}

ul#navigation li#navigation-shop a:hover{
	background: url(knottednestnavsprites.png) no-repeat 0px -49px;
	width: 100px;
}

ul#navigation li#navigation-blog a{
	background: url(knottednestnavsprites.png) no-repeat -100px 0px;
	width: 141px;	
}

ul#navigation li#navigation-blog a:hover{
	background: url(knottednestnavsprites.png) no-repeat -100px -49px;
	width: 141px;	
}

ul#navigation li#navigation-art a{
	background: url(knottednestnavsprites.png) no-repeat -241px 0px;
	width: 115px;
}

ul#navigation li#navigation-art a:hover{
	background: url(knottednestnavsprites.png) no-repeat -241px -49px;
	width: 115px;
}

ul#navigation li#navigation-contact a{
	background: url(knottednestnavsprites.png) no-repeat -356px 0px;
	width: 173px;
}

ul#navigation li#navigation-contact a:hover{
	background: url(knottednestnavsprites.png) no-repeat -356px -49px;
	width: 173px;
}


#shop-online {
	float:left; 
	width:250px; 
	padding:20px;
}

#shop-in-stores {
	float:right; 
	width:250px; 
	padding:20px;
}

#shop-in-stores ul{
	 list-style:circle inside;
}

#shop-in-stores li{
	margin-top:9px;
}

#shop-in-stores li a{
	color:#333;
}
