* {
	margin: 0;
	padding: 0;
}

body {
	font-size:76.1%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/wrapperBKG.jpg) no-repeat;
	background-color: #000000;
	color: #333;
}

a {
	text-decoration:none;
}

img {
	border-style: none;
}

#wrapper {
	width: 100%;
	height: 499px;
}

#logo {
	font-size: 30em;
	position: absolute;
	top: 10px;
	right: 0px;
}

#content {
	color: #fff;
	border-left: 1px #fff solid;
	height:647px;
	width: 400px;
	background: #39c;
	position: relative;
	left: 199px;
}

#content h1 {
	border-bottom: 1px #ccc solid;
	height:29px;
}

#content p {
	height:369px;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
	background: url("../images/arrow.jpg") bottom right no-repeat;
}
#thumbcontainer {
	height: 247px;
	width: 400px;
	padding: 0px;
	border-top: 1px #fff solid;
}
#thumbinfo {
	width: 246px;
	height: 247px;
	float:left;
	background: url(../images/diagonal.gif);
}
#thumbs {
	border-left: 1px #fff solid;
	width: 153px;
	height: 247px;
	float: left;
	background: url(../images/artworkcorner.jpg) bottom right;
}
#thumbs img {
	white-space: nowrap;
	overflow: hidden;
	float: left;
	padding: 0px;
}
#subcontent img {
	
}

#navcontainer {
	width: 600px;
	background: #99cccc url(../images/menuBKG.jpg) no-repeat;
	//background-position: 0px -1px;
	overflow: hidden;
	position: absolute;
	top: 500px;
	letter-spacing: 1em;
	//border-top: #ffffff 1px solid;
	z-index: 1;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 12px; }

#navlist a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}