/*style*/

body {
	min-width: 1300px;
	}

a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	outline: 0px;
	color: red;
}

a:visited {
	outline: 0px;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

h2 {
	font-family:Clarendon;
	font-size: 30px;
	color: #333366;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #ffffff;
}

#nav a {
	text-decoration: none;
}

#nav li ul {

}



#nav li li {
	display: block;
	margin: 2px 0px 0px 2px;
	*margin: 1px 0px 0px 2px;
	width: 180px;
	line-height: 12px;
	font-weight:bold;
	font-size: 10px;
	font-family:sans-serif;
	color: #ffffff;
}

#nav li li a {
	height: 17px;
	display: block;
}

a#portfolio {
	display: block;
	height: 22px;
	width: 125px;
	background: url(images/portfolio.jpg) no-repeat;
}

a#portfolio:hover { 
	background: transparent url(images/portfolioS.jpg) no-repeat;
}

a#writings {
	display: block;
	height: 22px;
	width: 125px;
	background: url(images/writings.jpg) no-repeat;
}

a#writings:hover { 
	background: transparent url(images/writingsS.jpg) no-repeat;
}

a#news {
	display: block;
	height: 22px;
	width: 117px;
	background: url(images/news.jpg) no-repeat;
}

a#news:hover { 
	background: transparent url(images/newsS.jpg) no-repeat;
}

a#shows {
	display: block;
	height: 22px;
	width: 152px;
	background: url(images/shows.jpg) no-repeat;
}

a#shows:hover { 
	background: transparent url(images/showsS.jpg) no-repeat;
}

a#contact {
	display: block;
	height: 22px;
	width: 125px;
	background: url(images/contact.jpg) no-repeat;
}

a#contact:hover { 
	background: transparent url(images/contactS.jpg) no-repeat;
}


#paper a {
	background: url(images/paper.jpg) no-repeat;
}

#paper a:hover {
	background: transparent url(images/paperS.jpg) no-repeat;
}

#canvas a {
	background: url(images/canvas.jpg) no-repeat;
}

#canvas a:hover {
	background: transparent url(images/canvasS.jpg) no-repeat;
}

#pen a {
	background: url(images/penandink.jpg) no-repeat;
}

#pen a:hover {
	background: transparent url(images/penandinkS.jpg) no-repeat;
}

#oil a {
	background: url(images/oil.jpg) no-repeat;
}

#oil a:hover {
	background: transparent url(images/oilS.jpg) no-repeat;
}

#drawings a {
	background: url(images/drawings.jpg) no-repeat;
}

#drawings a:hover {
	background: transparent url(images/drawingsS.jpg) no-repeat;
}

#other a {
	background: url(images/other.jpg) no-repeat;
}

#other a:hover {
	background: transparent url(images/otherS.jpg) no-repeat;
}

#resume a {
	background: url(images/resume.jpg) no-repeat;
}

#resume a:hover {
	background: transparent url(images/resumeS.jpg) no-repeat;
}

#press a {
	background: url(images/press.jpg) no-repeat;
}

#press a:hover {
	background: transparent url(images/pressS.jpg) no-repeat;
}

#essays a {
	background: url(images/essays.jpg) no-repeat;
}

#essays a:hover {
	background: transparent url(images/essaysS.jpg) no-repeat;
}

#artist a {
	background: url(images/artist.jpg) no-repeat;
}

#artist a:hover {
	background: transparent url(images/artistS.jpg) no-repeat;
}

#nav li li a:hover {
	color: #67679B;
}

li {
	float: left;
	position: relative;
	line-height: 12px;
	text-align: left;
	cursor: default;
	background-color: ;
}

li#first {

}

li#last {
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	line-height: 12px;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	color: #666666;
}


#outer {
	width:900;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

#header {
	width:900;
	height: 136px;
	display: block;
	position:absolute;
	left:0px;
	top:20px;
}



#content {
	width: 800px;
	display: block;
	position: absolute;
	top: 136;
}

#contentIndent {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 130px;
	_margin: 0px 0px 0px 65px;
}

#contentIndentLeft {
	float: left;
	width: 306px;
	margin: 0px 4px 0px 0px;
}

#contentIndentSolo {
	float: left;
	width: 506px;
	margin: 0px 4px 0px 0px;
}

#contentIndentRight {
	float: right;
	width: 306px;
	margin: 0px 0px 0px 4px;
}

.bodyText {
	color: #666667;
	font-family: Verdana;
	font-size: 12px;
}

.bodyTextSmall {
	color: #666667;
	font-family: Verdana;
	font-size: 10px;
}

.bodyTextSmallBold {
	color: #666667;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
}

.hiddenPic {
	display:none;
	}

ul.body {
	list-style-type: disc;
	color: #666667;
	font-family: Verdana;
	font-size: 12px;
		
	