html{
    margin:0;
    padding:0;
}
body{
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
	font:normal 16px/140% georgia,serif;
	color:#402409;
	background-color:#fdca90;
}

/* float clearing for IE6 */
* html .clearfix{height:1%;overflow:visible;}
/* float clearing for IE7 */
*+html .clearfix{min-height:1%;}
/* float clearing for everyone else */
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}

h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0 0 1em 0;
    color:#fff799;
}
a{
    color:#fdc689;
    text-decoration:none;
}
a:hover{
    color:#fdd4a8;
}
a img{
	border:none;
}
ul,p{
	margin:0 0 1em 0;
	padding:0;
}
ul{
    margin-left:1.4em;
}

#wrapper{
    position:relative;
    overflow:auto;
    width:950px;
    margin:0 auto;
    padding:0;
	text-align:left;
	background-color:#f06377;
}
#etsy{
    position:absolute;
    top:0;
    right:30px;
    width:124px;
    background-color:#402409;
    border:1px solid #402409;
    -moz-border-radius-bottomleft:20px;
    -moz-border-radius-bottomright:20px;
    -webkit-border-bottom-left-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
#etsy a{
    display:block;
    text-align:center;
    color:#fdca90;
    font-size:16px;
    width:104px;
    padding:10px;
}
#etsy a:hover{
    color:#FC946D;
}
#content{
    float:right;
    width:605px;
    padding:100px 30px 0 35px;
}
#fineprint{
    float:right;
    font-size:12px;
    width:600px;
    padding:40px 30px 0 40px;
}
#fineprint a{
	color:#402409;
	border-bottom:1px solid #402409;
}
#fineprint a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
#works{
    float:left;
    width:279px;
}
#works img{
    display:block;
    margin:0;
    padding:0;
}

h2{
    font-size:32px;
    line-height:38px;
    font-weight:normal;
    padding:0 0 .5em 0;
    margin:1em 0 0 0;
    letter-spacing:1px;
}
#h_original_artworks{
    background:url(/images/h_original_artworks.png) no-repeat 0 0;
    text-indent:-9999px;
}
#h_process{
    background:url(/images/h_process.png) no-repeat 0 0;
    text-indent:-9999px;
}
#h_online_shoppe{
    background:url(/images/h_online_shoppe.png) no-repeat 0 0;
    text-indent:-9999px;
}
#h_find{
    background:url(/images/h_find.png) no-repeat 0 0;
    text-indent:-9999px;
    height:66px;
}
#h_wholesale{
    background:url(/images/h_wholesale.png) no-repeat 0 0;
    text-indent:-9999px;
}
#h_contact{
    background:url(/images/h_contact.png) no-repeat 0 0;
    text-indent:-9999px;
}

#video .alt{
    display:none;
}




