@charset "ISO-8859-1";
/* CSS Document */

	  
.low {display:none;}

body {
	  background-image: url('http://www.craftanon.com/images/caback.gif');
	  margin:0;
      padding:0px 0;
  	  font-family:Arial, Helvetica, sans-serif;
  	  font-size:75%;
  	  line-height:1.5em;
	  }
	
/* links
--------------------------------------------------*/
a {
  text-decoration:none;
  color:#33ccff;
  }

a:hover {color: white;}

a img {border:none;}

/* header
--------------------------------------------------*/	  
#header {	
		 /*background: url("./images/logo.gif") no-repeat;*/
		 margin: 0;
		 padding: 0;
		 /*height: 70px;*/
		 width: 400px;
		}


/* navigation
--------------------------------------------------*/
#navigation {
			 width: 65%;
		     height: 3em;
		     padding: 0px 0 0 0;
			line-height:3em;
  			 border-bottom:1px solid #8f8f8f; 
			 }

#navigation ul {
  				margin: 0px;
  				padding: 0px;
				}

#navigation li {
  				float:left;
  				margin:0;
  				padding:0 10px 0 0;
				list-style-type:none;
  				white-space:nowrap;
				}

#navigation li a {
  				  display:block;
  				  margin: 0;
  				  font-size: 1em;
				font-weight: bold;
  				  height: 36px;
  				  letter-spacing:1px;
				  }

#navigation li a:hover
					  {
			  		   color: #FFFFFF;
			  		   }
* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

body#about a#about,
body#shop a#shop,
body#gallery a#gallery,
body#customs a#customs,
body#info a#info,
body#contact a#contact,
body#etsy a#etsy, body#links a#links
					  {
					 
			  		   color: white;
			  		   }

/* container & content
--------------------------------------------------*/
#container {
			position: relative;
		    height: 100%;
			width: 810px;
  			margin: 0 auto;
  			padding: 20px 20px 0 20px;
  			text-align:left;
			border-left: 3px solid #740091;
			border-right: 3px solid #740091;
			background-color: black;
			}

#contentshop {
			  margin: 0;
			  width: 95%;
			  }


			  		  
/* footer
--------------------------------------------------*/

#footer {
		clear: both;
		
	  	margin: 50px 0 0 0;
		padding:15px 0px 20px 0;
		}
		

#footer p{
		  color: #666;
		}