@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
}

body#paintings a.paintings,
body#paper a.paper,
body#sculpture a.sculpture,
body#video a.video,
body#info a.info,
body#links a.links
body#contact a.contact
 {
	background-position:0px -31px
}
#background  {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top: 0px;
	background-attachment: fixed;
}

#homeBackground  {
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	left: -2px;
}
#homeWrapper {
	z-index: 10;
	position: absolute;
	width: 382px;
	left: 21px;
	top: 25px;
	height: 386px;
}
#wrapper {
	z-index: 10;
	position: relative;
	width: 900px;
	left: 21px;
	top: 25px;
	text-align: left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#navigation {
	width: 155px;
	float: left;
	position: relative;
}
#heading {
	margin-bottom: 25px;
	position: relative;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
#heading a:link {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#heading  a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*-------BEGIN Main Navigation Styles-------------*/
#navigation   a

  {
	display:block;
	height: 31px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#navigation   a.paintings {
	background-image: url(navigation2/paintings.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation   a.paper {
	background-image: url(navigation2/worksonpaper.png);
	background-position: 0px 0px;
}
#navigation   a.sculpture {
	background-image: url(navigation2/sculpture.png);
	background-position: 0px 0px;
}
#navigation   a.video {
	background-image: url(navigation2/video.png);
	background-position: 0px 0px;
}
#navigation   a.info {
	background-image: url(navigation2/info.png);
	background-position: 0px 0px;
}
#navigation    a.bio {
	background-image: url(navigation2/bio.png);
	background-position: 0px 0px;
}
#navigation   a.links {
	background-image: url(navigation2/links.png);
	background-position: 0px 0px;
}
#navigation   a.contact {
	background-image: url(navigation2/contact.png);
	background-position: 0px 0px;
}
#navigation  #instructions {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #2A2A2A;
}
#navigation   #copyright {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #2A2A2A;
}
#navigation a:hover {
	background-position: 0px -31px;
}
#navigation  a:active {
	background-position: 0px -31px;
}

/*-------END Main Navigation Styles-------------*/

/*-------BEGIN Main Content Structure-------------*/


#contentWork {
	position: relative;
	width: 650px;
	float: left;
	margin-left: 50px;
	margin-bottom: 25px;
}
#contentBio {
	position: relative;
	width: 650px;
	float: left;
	margin-left: 50px;
	margin-bottom: 25px;
}
#contentBio .title {
	font-style: italic;
}
#Error404 {
	position: relative;
	width: 650px;
	float: left;
	margin-left: 50px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.thumb {
	margin: 10px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000000;
}
.thumbNoBorder {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000000;
	border: 1px solid #FFFFFF;
}
#bottomSpace {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	clear: both;
}
#construction {
	position: absolute;
	height: 95px;
	width: 284px;
	left: 304px;
	top: 173px;
}
/*-------END Main Content Structure-------------*/

/*-------BEGIN Main Content Styles-------------*/
#contentLinks
 {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-right: 40px;
	float: left;
	width: 450px;
	position: relative;
	padding-left: 40px;
}
#contentLinks   ul  {
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}
#contentLinks  ul a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: square;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#contentLinks ul a:hover {
	color: #33CC33;
	text-decoration: none;
}
#contentLinks ul a:hover.red {
	color: #EC0F21;
}
#contentLinks  ul  a:hover.green {
	color: #2eb82e;
}
#contentLinks   ul   a:hover.blue {
	color: #252380;
}
#contentLinks    ul    a:hover.peach {
	color: #FCCF8E;
}
#contentLinks     ul     a:hover.gray {
	color: #A7ADA5;
}
#contentLinks      ul      a:hover.yellow {
	color: #F4CF00;
}
#contentLinks       ul       a:hover.ltBlue {
	color: #8DC3E9;
}
#contentInfo/*-------END Main Content Structure-------------*/

/*-------BEGIN Main Content Styles-------------*/
 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
	width: 563px;
	position: relative;
	margin-top: 0px;
	margin-left: 30px;
	clear: none;
}
#contentInfo  a {
	height: 410px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
}
#contentInfo    a.knowyou  {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(images/knowyoubetter-postponed.png);
}
#contentInfo  a:hover {
	background-position: 0px -410px;
}

/*-------END Main Content Structure-------------*/

/*-------BEGIN Main Content Styles-------------*/
#contentBio {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #000;
	padding-right: 40px;
	float: right;
	width: 650px;
	position: relative;
	line-height: 1em;
}
#contentBio p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#contentBio   #description {
	display: inline-block;
	margin-left: 60px;
	position: relative;
	vertical-align: bottom;
}
#contentBio  #address {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	text-align: right;
	line-height: 50%;
}
#contentBio h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 2em;
}
#contentBio a:link {
	color: #4D4D4D;
	text-decoration: underline;
}
#contentBio  a:visited {
	color: #4D4D4D;
	text-decoration: underline;
}
#contentBio h2 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2em;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: -0.5em;
	margin-left: 0px;
}
#contentBio h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentThankYou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1 em;
	font-weight: bold;
	text-transform: uppercase;
	color: #33CC33;
	margin: 50px;
	float: left;
}
