@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#Container {
	text-align: left;
	width: 1000px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 900px;
}

#Header {
	height: 60px;
	width: 890px;
	padding-top: 40px;
	padding-left: 110px;
}

#Menu1 {
	width: 110px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}

#Menu2 {
	width: 160px;
	margin-left: 110px;
	line-height: 10px;
	height: 480px;
}

#Menu3 {
	margin: 0px;
	padding: 0px;
	width: 110px;
	text-align: right;
	line-height: 10px;
}

#ThumbWindow {
	width: 725px;
	position: absolute;
	left: 280px;
	top: 100px;
}

#ContactBox {
	width: 450px;
	line-height: 22px;
	position: absolute;
	left: 280px;
	top: 300px;
}

p {
	margin-top: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

li {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}

a {
	text-decoration: none;
	outline:none;
	margin: 0px;
	padding: 0px;
}


a:link {
	text-decoration: none;
	color: #999999;
	outline:none;
	margin: 0px;
	padding: 0px;
}

a:visited {
	text-decoration: none;
	color: #999999;
	outline:none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #66CCFF;
	outline:none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:active {
	text-decoration: none;
	color: #66CCFF;
	outline:none;
	margin: 0px;
	padding: 0px;
}

#ArtworkBox {
	position: absolute;
	width: 720px;
	left: 280px;
	top: 100px;
}

strong {
	color: #66CCFF;
	font-weight: normal;
}

em {
	font-style: italic;
}

#ArtworkWindow {
	margin-bottom: 20px;
	width: 720px;
	text-align: center;
}

#TextBox {
	position: absolute;
	left: 280px;
	top: 100px;
	width: 700px;
	line-height: 16px;
}

#TextColumn1 {
	position: absolute;
	left: 280px;
	top: 170px;
	width: 230px;
	line-height: 16px;
}

#TextColumn2 {
	position: absolute;
	left: 510px;
	top: 170px;
	width: 230px;
	line-height: 16px;
}

#TextColumn3 {
	position: absolute;
	left: 740px;
	top: 170px;
	width: 230px;
	line-height: 16px;
}

#ArtworkDescription {
	text-align: right;
	line-height: 16px;
	position: absolute;
	left: 320px;
	top: 450px;
	width: 400px;
}

#ArtworkBoxNavigation {
	text-align: left;
	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	position: absolute;
	left: 0px;
	top: 440px;
	width: 720px;
}

#ArtworkBoxNavigation a:link {
	text-decoration: none;
	color: #999999;
	outline:none;
}

#ArtworkBoxNavigation a:visited {
	text-decoration: none;
	color: #999999;
	outline:none;
}

#ArtworkBoxNavigation a:hover {
	text-decoration: none;
	color: #66CCFF;
	outline:none;
}

#ArtworkBoxNavigation a:active {
	text-decoration: none;
	color: #66CCFF;
	outline:none;
}
