@charset "UTF-8";
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 93px;
	margin-top: 20px;
}
#logo {
	height: 24px;
	width: 225px;
}
#logo img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	height: 31px;
	position: relative;
	top: 38px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	display: block;
	height: 26px;
	width: 85px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	letter-spacing: 1pt;
	text-align: right;
	padding-top: 5px;
	font-size: 75%;
}
#navigation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #000000;
}
.current {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#leftcolumn {
	float: left;
	width: 180px;
	margin-top: 70px;
}
#lastcolumn {
	float: left;
	width: 120px;
	margin-top: 70px;
	margin-left: 20px;
}
#thumbscolumn  {
	height: 420px;
	width: 200px;
	float: right;
	margin-top: 70px;
	margin-left: 50px;
}
.column {
	float: left;
	margin-top: 70px;
	margin-left: 140px;
}
.column  a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
p     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	letter-spacing: 1pt;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	letter-spacing: 1pt;
}
a   {
	text-decoration: none;
	color: #000000;
}
h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1pt;
	margin-top: 25px;
	margin-bottom: 25px;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1pt;
	margin-top: 25px;
	margin-bottom: 25px;
}
.cv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65%;
	letter-spacing: 1pt;
	line-height: 18px;
	font-style: normal;
}
#middlecolumn {
	float: left;
	width: 120px;
	margin-top: 70px;
	margin-left: 20px;
}
#rightpanel {
	float: right;
	width: 540px;
	margin-top: 70px;
}
#rightcolumn {
	float: left;
	width: 120px;
	margin-top: 70px;
	margin-left: 20px;
}
.thumb {
	margin-bottom: 10px;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}
.thumb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.projectspresent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#leftcolumn  a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#largephoto {
	width: 540px;
	margin: 0px;
	float: right;
	overflow: visible;
	height: 412px;
}
#largephotobot {
	width: 310px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#largephotobotright {
	padding: 0px;
	width: 180px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.clear {
	clear: both;
}
#footer {
	height: 26px;
	margin-top: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.scroll-pane {
	overflow: auto;
}

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	padding: 3px;
}

.jScrollPaneDrag	{
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../images/overflowSlider.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

#myController span.jFlowSelected {
background:#F00;
}

.jFlowPrev, .jFlowNext{
	cursor:pointer;
	float: right;
	margin-left: 10px;
}
#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	letter-spacing: 1pt;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.artist-statement {
	width: 300px;	
}
.artist-statement a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 2px;
}
#largephotobot a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#largephotoStatement {
	width: 540px;
	margin: 0px;
	float: right;
	overflow: visible;
}
.largephotoStudio {
	width: 700px;
	height: 412px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#rightpanelStudio {
	float: right;
	width: 700px;
	margin-top: 70px;
}
