body {
	background: #999 url('/media/images/jenniferclarklogo_paintings.gif');
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}
.header {
	height:200px;
}
.Panel {
	position: relative;
	background-color: #535353;
	height:330px;
}
.Carousel {
	position: relative;
	padding-bottom:25px;
	margin-left:145px;
	height:305px;
	overflow:auto;
}
.Navigation {
	position: absolute;
	left:0px;
	width:145px;
	font-size: 14px;
	line-height: 22px;
	padding:25px 0px 0px 25px;
}
.artwork {
	padding-right:100px;
	height:250px;
}
.title {
	margin:0px;
	padding:0px;
	font-size: 14px;
	float:left;
	color:#999;
	font-weight: normal;
	white-space: nowrap
}
.summary {
	font-size: 10px;
	color:#999;
	white-space: nowrap
}
.Navigation ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:0px 0px 55px 0px;
	padding:0px;
}
a:link, a:visited, a:hover, a:active {
	color:white;
	text-decoration: none;
}
a:hover {
	color:#9C9;
	text-decoration: none;
}
a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
	color:#ff6666;
	text-decoration: none;
	font-weight: bold;
}

a.purchase:link, a.purchase:visited, a.purchase:hover, a.purchase:active {
	color:#ffff69;
	text-decoration: none;
}
.copyright {
	padding:25px 0px 0px 25px;
	font-size: 14px;
}
a.copyrightlink:link, a.copyrightlink:visited, a.copyrightlink:hover, a.copyrightlink:active {
	color:#c8c8c8;
	text-decoration: none;
}
.homeLink {
	position: absolute;
	top:10px;
	left:830px;
}
