html, body { 
	margin:0; 
	padding:0 
}

body { 
 	background-color: white; 
 	background-image: url(../images/bg_gradation.gif); 
 	background-repeat: repeat-x; 
 	text-align:center ; 
 	margin: 0 auto; 
 	padding: 0; 
}

img { 
	border-style: none;
}

#container { 
	text-align: center; 
}

#topLogo { 
	background-image: url(../images/bg_top.gif); 
	width: 929px; 
	height: 326px; 
	margin-top: 25px; 
	margin-right: auto; 
	margin-left: auto; 
}

#navBox { 
	background-image: url(../images/bg_nav.gif); 
	background-repeat: no-repeat; 
	width: 929px; 
	height: 46px; 
	margin: 0 auto; 
}

#copyright { 
	background-image: url(../images/bg_copyright.gif); 
	background-repeat: no-repeat; 
	width: 929px; 
	height: 89px; 
	margin: 0 auto; 
}

#navContainer   { 
	margin: 0; 
	padding: 8px 0 0 27px; 
	height: 24px ; 
	float: left; 
}

#nav  { 
	list-style-type: none; 
	display: inline; 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	height: 24px; 
	overflow: hidden; 
}

#nav li  { 
	list-style-type: none; 
	display: inline; 
	margin: 0; 
	padding: 0; 
}

#nav a  { 
	padding: 24px 0 0; 
	height: 0 !important; 
	float: left; 
	overflow: hidden; 
}

#nav a:hover  { 
	background-position: 0 -24px; 
}

#nav a:active  { 
	background-position: 0 -24px; 
}

#nav a.selected  { 
	background-position: 0 -24px; 
}

#paintings a  { 
	background: url("../images/nav_paintings.gif") no-repeat left top; 
	width: 69px 
}

#drawings a  { 
	background: url("../images/nav_drawings.gif") no-repeat left top; 
	width: 69px 
}

#mixed a  { 
	background: url("../images/nav_mixed.gif") no-repeat left top; 
	width: 84px 
}
	
#collages a  { 
	background: url("../images/nav_collages.gif") no-repeat left top; 
	width: 72px; 
}

#prints a  { 
	background: url("../images/nav_prints.gif") no-repeat left top; 
	width: 59px; 
}

#collab a  { 
	background: url(../images/nav_collab.gif) no-repeat left top; width: 83px ; 
	margin-right: 318px;
}

#biography a  { 
	background: url("../images/nav_biography.gif") no-repeat left top; 
	width: 71px; 
}

#contact a  { 
	background: url(../images/nav_contact.gif) no-repeat left top; 
	width: 56px; 
}

#thumbPanel { 
	color: #797979; 
	font-size: 0.7em; 
	font-family: Georgia, serif; 
	background-image: url(../images/bg_thumbpanel.gif); 
	background-repeat: no-repeat; 
	text-align: left; 
	width: 929px; 
	margin: 0 auto;
}

#thumbLocation { 
	padding: 25px 15px 10px 30px; 
	overflow: hidden; 
}

.thumb a { 
	float: left; 
	margin-right: 9px; 
	margin-bottom: 9px; 
	border: solid 1px white; 
}
.thumb a:hover { 
	float: left; 
	margin-right: 9px; 
	margin-bottom: 9px; 
	border: solid 1px #aaa7a7; 
}

a.page:link { 
	color: #525252; 
	text-decoration: 
	underline; 
}
a.page:visited { 
	color: #525252; 
	text-decoration: underline; 
}

a.page:hover { 
	color: #525252; 
	text-decoration: underline; 
}

#rotator {
	  background: white url(../images/home/rotator.php) no-repeat;
	  width: 929px;
	  height: 219px;
	  margin: 0 auto; 
}

#logoVc { 
	margin-top: 147px; 
	margin-left: 490px; 
}

#topDescription { 
	color: #797979; 
	font-size: 0.7em; 
	font-family: georgia; 
	line-height: 1.5em; 
	text-align: right; 
	margin-top: 5px; 
	margin-right: 30px; 
}

.more {
      	display: none;
}

#viewMore {
	width: 929px;
	float: left;
}

#moreLinkContents {
	margin: 10px 0 0 0;
	overflow: hidden; 

}

#viewLess {
	width: 929px;
	float: left;
}
