/* CSS Document */
/* Master Style Sheet */
/* July 2006 */


/* =body + tags
----------------------------------------*/

/*turn off all browser default padding on html elements, 
they will have to be set on each tag individually*/

body * {
	padding: 0px;
	margin: 0px

}

body {
	font-family: Myriad Set, Myriad Pro, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	color:#666;



}

p {	
	font-family: Myriad Set, Myriad Pro, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	color:#666;
	
}


ul {

	list-style: none;

}

dl {

}

dl dt { 
	font-weight: bold;

}

dl dt dd {
	

}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0 0px 0 0;

}

a:hover {
    color: #000;
	text-decoration: underline;

}

a:visited {

}

img {
border: 0px;
}

h1 { 
    font-family: Myriad Set, Myriad Pro, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #333;
}

h2 {
	font-family: Myriad Set, Myriad Pro, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #999;
	line-height: 15px;
	padding-botton:2px;

}

h3 {
	font-family: Myriad Set, Myriad Pro, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	text-align: left;
	color: #000;

}


h4 {

}

h5 {

}

/* =layout
----------------------------------------*/
#wrapper {	
	width: 900px;
	height: 600px;
	margin: 0 auto;


}

/* =header
----------------------------------------*/


#header {
	background: #fff url(img/headerbg.jpg) top no-repeat;	
	height: 92px;
	width: 900px;
	margin: 0 auto;
	
	
}

#nav {
 	/*background: #fff url(img/nav_bg.jpg) top no-repeat;*/
    height: 33px;
    width: 690px;
    float: right;
    margin: 50px 25px 0px 0;
}

.blognav {
    height:20px;
    width:97px;
    float:left;
    margin: 0 0 0 0;
    }
    
.artwork {
    height:20px;
    width:97px;
    float:left;
    margin: 0 0 0 0;
    }
    
.portfolio {
    height:20px;
    width:96px;
    float:left;
    margin: 0 0 0 0;
    }


.about {
    height:20px;
    width:96px;
    float:left;
    margin: 0 0 0 0;
    }
    
.shop {
    height:20px;
    width:95px;
    float:left;
    margin: 0 0 0 0;
    }
    
.press {
    height:20px;
    width:96px;
    float:left;
    margin: 0 0 0 0;
    }

.contact {
    height:20px;
    width:97px;
    float:left;
    margin: 0 0 0 0;
    }
    
#mailing {
    position: absolute;
    z-position:1;
    height:13px;
    width:120px;
    margin: 30px 0px 0 735px;
    }
    

#content {
    background: #fff;
	width: 900px;
	margin: 0 auto;
	
}







