body {
	background:		#110701;
	color:			#F4DFB8;
	font-family:	Calibri,sans-serif;
}

table {
	cell-spacing:	0px;
	border-collapse:collapse;
	border-width:	0px;
	border-style:	none;
}

a {
	cursor:			pointer;
}
a:hover {
	color:			#cba55b;
}

hr {
	border-color:	#F4DFB8;
	background-color:#F4DFB8;
	color:			#F4DFB8;
}

.header {
	background-image:	url(../img/banner/banner1top.jpg);
	background-repeat:	no-repeat;
	height:			80px;
	padding:		0px 20px;
	color:			#110701;
}

.footer {
	text-align:		right;
	vertical-align:	top;
	height:			80px;
	padding:		10px 20px;
	background-image:	url(../img/footer.png);
	background-repeat:	repeat-x;
}

.content{
	background:		#291205;
	padding:		15px 10px;
}

.menubar {
	background:		#291205;
	table-layout:	fixed;
	text-align:		center;
	vertical-align:	middle;
	height:			25px;
	width:			20%;
}

.menubutton {
	background:		#291205;
	width:			100%;
	height:			100%;
	padding:		5px 0px;	
	vertical-align:	middle;
	cursor:			pointer;
}
.menubutton:hover {
	background:		#421D09;
}

.banner {
	background-image:	url(../img/banner/banner1.jpg);
	background-repeat:	no-repeat;
	color:			#110701;
	height:			195px;
}

.homeSite {
	table-layout:	fixed;
	width:			100%;
	padding:		5px;
}

.homeButtonFrame {
	width:			50%;
	padding:		0px;
}

.homebutton {
	background:		#F4DFB8;
	color:			#110701;
	height:			100px;
	padding:		1px 6px 1px 20px;
	cursor:			pointer;
}
.homebutton:hover {
	background:		#BfAA81;
}

.homebuttonimg {
	text-align:		right;
	vertical-align:	bottom;
}

.homebuttontext {
	vertical-align:	top;
}

.aboutTheArtist{
	padding:		0px 20px;
	vertical-align:	top;
}

.galleryCell {
	height:			0px;
}

.galleryCellText {
	padding:		20px;
	text-align:		center;
}

.arrowbutton {
	background:		#F4DFB8;
	color:			#110701;
	height:			100px;
	padding:		1px 20px;
	cursor:			pointer;
}

.pagenumber {
	cursor:			default;
}
.pagenumber.hover {}

.exhibitionsLink {
	color:			#F4DFB8;
	text-decoration:none;
	text-decoration:underline;
}
.exhibitionsLink:hover {
	color:			#F9B739;
}

.exhibitionsTable {
	vertical-align:	top;
}