html, body {
	height: 100%; 
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 90%; 
	background-color: #FFFFFF; 
	background-image: url('../images/background/background.gif'); 
	background-repeat: repeat-y; 
	color: #333333; 
	margin: 0px;
}

#container { 
	width: 730px; 
	height: 100%; 
}

#top {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 730px; 
	height: 48px; 
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/background/background_top.gif'); 
	background-repeat: no-repeat; 
	z-index: 3;
}

#topbar {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%; 
	height: 73px; 
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/background/background_page.gif'); 
	background-repeat: repeat-x; 
}

#menu { 
	position: absolute;
	top: 48px;
	left: 0px;
	width: 730px; 
	height: 25px; 
	text-align: left;
	padding-left: 49px;
	padding-top: 4px;
	vertical-align: middle;
	background-image: url('../images/background/background_menu.gif'); 
	background-repeat: no-repeat; 
	color: #FFD9BB;
}

#left { 
	float: left; 
	width: 49px; 
	height: 100%; 
	background-image: url('../images/background/background_bar.gif');
	background-repeat: repeat-y; 
	z-index: 2; 
}

#right { 
	float: right; 
	width: 253px; 
	height: 100%; 
	background-color: #93582C;
}

#center { 
	width: auto; 
	padding-top: 300px;
}

#main { 
	position: absolute; 
	top: 90px; 
	left: 56px; 
	width: 287px;
	z-index: 2;
}

#thumbgallery { 
	position: absolute; 
	top: 90px; 
	left: 56px; 
	width: 600px;
	z-index: 2;
}

.gallerytext {
	width: 400px;
}

#information {
	position: absolute; 
	top: 90px; 
	left: 56px; 
	width: 400px;
	z-index: 2;
}

#brownimage { 
	position: absolute; 
	top: 73px; 
	left: 477px; 
	width: 253px;
	height: 257px;
	z-index: 1;
}

#flash { 
	position: absolute; 
	top: 160px; 
	left: 56px; 
	z-index: 2;
	border: #000000 1px solid;
}

.noshow {
	display: none;
}

h1 { 
	margin: 73px 0px 0px 0px;
	background-image: url('../images/background/background_logo.gif'); 
	background-repeat: no-repeat; 
	height: 319px;
	width: 49px;
}

#painting { 
	position: absolute; 
	top: 90px; 
	left: 360px; 
	width: 210px;
	z-index: 2;
	border: #000000 1px solid;
}

h2 { 
	margin: 0px; 
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 12px; 
	color: #333333; 
	font-weight: bold; 
}

h3 { 
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif; 
	color: #333333; 
	font-weight: normal; 
	font-size: 80%;
}

.info {
	font-size: 80%;
	margin: 0px;
	color: #333333;
}

.small {
	font-size: 80%;
	color: #333333;
}

.artist {
	font-size: 80%;
	color: #333333;
}

img {
	border: 0px;
}

#thumbnails ul {
	margin: 0px;
	border: 0px;
}

.thumbs {
	display: inline;
	position: relative;
	top: 0px;
	left: -46px;
	border: 0px;
	margin: 0px;
}

.gallery {
border: #000000 1px solid;
margin: 4px;
}

a:link {
	text-decoration: none;
	color: #FFD9BB;
}

a:hover {
	text-decoration: underline;
	color: #FFD9BB;
}

a:active {
	text-decoration: none;
	color: #FFD9BB;
}

a:visited {
	text-decoration: none;
	color: #FFD9BB;
}

a.linked:link {
	text-decoration: none;
	color: #6C3105;
}

a.linked:hover {
	text-decoration: underline;
	color: #6C3105;
}

a.linked:active {
	text-decoration: none;
	color: #6C3105;
}

a.linked:visited {
	text-decoration: none;
	color: #6C3105;
}