html, body {
	width: 100%;
	height: 100%;
}
html, body, div, ul, li, table, thead, tbody, th, td, img {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	vertical-align: top;
}
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}
div, p, table, thead, tbody, th, td, address {
	color: inherit;
	background-color: transparent;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div, p, form, img, ul, li, table, h1, h2, h3, h4, h5, h6, hr {
	position: relative;
}
form {
	margin: 0px;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
address {
	font-style: normal;
}
a.colourSiteName,
a.colourSiteName:link,
a.colourSiteName:visited,
a.colourSiteName:hover,
a.colourSiteName:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.colourSiteName:hover {
	color: #0000ff;
}
.colourBorderOut {
	border-color: #000000;
}
.colourBorderIn {
	border-color: #000000;
}
.colourCurrentPage {
	color: #0000ff;
}
.colourFooterText {
	color: #333333;
}
.bgColourViewport {
	background-color: #cccccc;
}
.bgColourTop {
	background-color: #ff9900;
}
.bgColourBottom {
	background-color: #ff9900;
}
.bgColourLeft {
	background-color: #ffff99;
}
.bgColourMenu {
	background-color: #ffcc66;
}
.bgColourMiddle {
	background-color: #ffffff;
}
.contentBody {
	padding-right: 10px;
}
.clickFor {
	color: #999999;
	font-size: 0.75em;
	font-style: italic;
}
#background {
	padding-top: 20px;
}
#page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
#leftColumn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height:3000px;
	border-right-width: 1px;
	border-right-style: solid;
}
#rightColumn {
	float: right;
	width: 200px;
}
#rightColumn img {
	margin-bottom: 6px;
	margin-right: 6px;
}
#rightColumn a {
	float: left;
}
#rightColumn a:hover img {
	border-color: #ff9900;
}
#rightColumn .clickFor {
	text-align: right;
	padding-right: 10px;
}
.mediumPicture {
}
#allArt {
	padding-right: 20px;
}
#allArt .section {
	padding-right: 22px;
}
#cycleArt {
	width: 344px;
	/*largest medium picture height + 4px...*/
	height: 607px;/*489px;*/
	left: 100px;/*216px;*/
}
#pictureDesc {
	width: 340px;
}
a.linkedPic img {
	border: 2px solid #ffffff;
}
a.linkedPic:hover img {
	border-color: #ff9900;
}
#allArt a.linkedPic {
	margin-right: 4px;
	margin-bottom: 4px;
	float: right;
	position: relative;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#header h1 {
	margin: 0px;
	padding: 0.7em 8px;
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
}
#content {
	float : right;
	width: 560px;
	background-color: transparent;
	padding: 10px 0px;
}
#menu {
	float: left;
	width: 180px;
	background-color: transparent;
}
.menu {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.menu li {
	display: block;
}
.menu a,
.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active {
	font-weight: bold;
	white-space: nowrap;
	display: block;
	padding: 6px 0px;
	background: transparent none;
	color: #333333;
	width: 100%;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
	background-color: #ff9900;
}
.menu span {
	margin-left: 8px;
}
.menu ul span {
	margin-left: 30px;
}
.menu a .menuArrow {
	display: none;
	position: absolute;
	right: 0px;
	top: 8px;
}
.menu a:hover .menuArrow {
	display: block;
}
.contactTitle {
	font-weight: bold;
	padding: 20px 8px 0px 8px;
}
.contact {
	padding: 0px 8px 4px 8px;
	font-size: 0.85em;
}
.showings ul {
	padding-left: 24px;
}
.clrBoth {
	clear: both;
	height: 0px;
}
.separator {
	float: right;
	width: 100%;
	margin-bottom: 6px;
	height: 4px;
	border-bottom: 2px solid #cccccc;
}
.largerBold {
	font-size: 1.1em;
	font-weight: bold;
}
.smaller {
	font-size: 0.9em;
}
.scriptEnabled {
	float: left;
	font-size: 0.9em;
	color: #cc0000;
	font-style: italic;
}
.hideThis,
.scriptShow {
	display: none;
}
@media print{
	a.colourSiteName {
		color: #000000;
	}
	.colourCurrentPage {
		color: #0000ff;
	}
	.colourBorderIn {
		border-color: #000000;
	}
	.bgColourViewport,
	.bgColourTop,
	.bgColourBottom,
	.bgColourLeft,
	.bgColourMenu,
	.bgColourMiddle {
		background-color: #ffffff;
	}
	#background {
		padding: 0px;
	}
	#page {
		width: 100%;
		margin: 0px;
		border-width: 0px;
		border-style: none;
	}
	#menu .menu li span,
	#menu .contactTitle,
	#menu .contact {
		padding-left: 0px;
		margin-left: 0px;
	}
	#rightColumn {
		width: 100px;
	}
	#cycleArt {
		left: 0px;
	}
	#content {
		width: 470px;
	}
	.noPrint,
	.clickFor,
	.scriptEnabled {
		display: none;
	}
}

