body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F2F0C7;
	background-color: #505050;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	overflow: hidden;
	font-weight: 100;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ABA507;
	text-decoration: none;
	letter-spacing: 0.15em;
	line-height: 9px;
	text-align: left;
}

#groupName {
	font-size: 15px;
	text-transform: uppercase;
	color: #ABA507;
	letter-spacing: 0.3em;
}

#groupName a{
	font-size: 15px;
	text-transform: uppercase;
	color: #ABA507;
	letter-spacing: 0.3em;
}

#groupName a:hover{
	color: #D38D04;
}


.groupClick a{
	font-size: 15px;
	text-transform: uppercase;
	color: #ABA507;
	left: 250px;
	line-height: 24px;
	font-weight: 200;
	text-align: center;
	letter-spacing: 3px;
}

.groupClick a:hover{
	font-size: 15px;
	text-transform: uppercase;
	color: #D68E03;
	left: 250px;
	line-height: 24px;
	font-weight: 200;
	text-align: center;
	letter-spacing: 3px;
}

/* default link style - needed to make the :active work correctly in IE */
a:visited, a:hover, a:active {
color:#F2F0C7;
}

#navcontainer
{
float: left;
width: 150px;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	line-height: 15px;
}

#navcontainer ul li a
{
	background: transparent url(images/list-off.gif) left center no-repeat;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #999999;
}

.brand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D68E03;
	letter-spacing: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBFAF1;
}

.center {
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.artgrouping {
	font-size: 15px;
	color: #ABA507;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.artgrouping a{
	font-size: 15px;
	color: #ABA507;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.workDescription {
	float: left;
	width: 440px;
	font-weight: 100;
	height: 440px;
	letter-spacing: -1px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer ul{
	list-style: none;
	width: 310px;
	margin: 0px;
}

.gallerycontainer li{
	display: inline;
	float: left;
	height: 130px;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.thumbnail img{
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px 5px 5px;
	left: -1000px;
	visibility: hidden;
	color: #AFAA7D;
	text-decoration: none;
	line-height: 16px;
	font-weight: 100;
	font-size: 10px;
	text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
}


.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -40px;
	left: 400px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

.thumbnailLandscape img{
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thumbnailLandscape:hover{
background-color: transparent;
}

.thumbnailLandscape:hover img{
}

.thumbnailLandscape span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px 5px 5px;
	left: -1000px;
	visibility: hidden;
	color: #AFAA7D;
	text-decoration: none;
	line-height: 16px;
	font-weight: 100;
	font-size: 10px;
	text-align: center;
}

.thumbnailLandscape span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 40px;
	padding-left: 2px;
}


.thumbnailLandscape:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 380px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.pageNumbers{
	font-size: 14px;
	text-transform: uppercase;
	color: #A8A209;
	letter-spacing: 5px;
	font-weight: 900;
}
.pageSelection {
	text-align: right;
	float: right;
	width: 400px;
	margin-right: 100px;
}

.pageNumbers a{
	font-size: 14px;
	text-transform: uppercase;
	color: #A8A209;
	font-weight: 900;
	letter-spacing: 5px;
}

.pageNumbers a#current{
	font-weight: 100;
	text-decoration: underline;	
}

.pageNumbers a:hover{
	color: #990000;
}

.footer {
	clear: both;
	width: 800px;
	position: fixed;
	top: 575px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.footer a{
	font-size: 15px;
	color: #ABA507;
	letter-spacing: 0.2em;
	text-decoration: none;
}

#opener {
	width:335px;
	height:460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
}


.contactInfo {
	float: right;
	width: 250px;
	line-height: 6px;
	padding: 0px 0px 0px 20px;
}

.contactInfo img {
	float: right;
	position: relative;
}

/*CSS FOR ARTWORK PAGES WITH 4 THUMBNAILS */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.gallerycontainer2{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer2 ul{
	list-style: url(none) none;
	width: 380px;
	margin: 0px;
	padding: 0px;
}

.gallerycontainer2 li{
	display: inline;
	float: left;
	height: 210px;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}



