@charset "utf-8";
/* body */
/*<![CDATA[*/ div.c2 {text-align: center} p.c1 {text-align: center}/*]]>*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
TABLE {

}

TH {
background-color: #888776;
padding-left: 15px;
padding-right: 15px;
text-align:left;
color:#ecead4;
font-size: 14px;
font-weight: normal;
}


TD {
padding-left: 10px;
padding-right: 10px;
background-color: #b6b5a8;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#888776;
	text-align:center;
}


/* box layout */
#wrapper{
	width:900px;
	margin: 0 auto;
}
#toptext {
	width:900px;
	height:20px;
	font-family:Arial;
	color:#ecead4;
	font-size:12px;
	
}
#menubox {
	float:left;
	width:900px;
	height:46px;
}
#flash {
	float:left;
	width:900px;
	height:236px;

}
#content {
	float:left;
	width:900px;
	background-color:#ecead4;
	border-left:1px solid #888776;
	border-right:1px solid #888776;
}

#lastpaintingbox {
	float:left;
	width:900px;
	background-color:#ecead4;
	border-left:1px solid #888776;
	border-right:1px solid #888776;
}
#headline {
	float:left;
	width:900px;
	height:50px;
	text-align:center;
	background-color:#f8f6e6;
	border-left:1px solid #888776;
	border-right:1px solid #888776;
	border-top:1px solid #888776;
	border-bottom:1px dashed #888776;
	
}
#latestpainting{
	float:left;
	width:900px;
	height:50px;
	text-align:center;
	background-color:#f8f6e6;
	border-left:1px solid #888776;
	border-right:1px solid #888776;
	border-top:1px solid #888776;
	border-bottom:1px dashed #888776;
	
}

#footer {
	width: 900px;
	float:left;
	background-color:#89c108;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	border-top:1px dashed #888776;
	border-left:1px solid #888776;
	border-right:1px solid #888776;
}
/* text styling */
.menu {
	font-family:arial;
	font-size:24px;
}

.contentheadline {
	font-size:14px;
	font-weight:bold;
	color:#888776;
	text-align:center;


}
.contentheadline A:link {
	text-decoration: none;
	color:#888776;
}
.contentheadline A:visited {
	text-decoration: none;
	color: #4d4c42;
	
}
.contentheadline A:hover {
	text-decoration: underline;
	color: #74f122;;
	
}
.contentheadline A:active {
	text-decoration: none;
	color:#888776;
}
.content {
	font-size:12px;
	color:#333333;
}
.footer {
	font-size: 11px;
	text-align: center;
	color: #626b4d;
}
.footer a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #626b4d;
}
.footer a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #626b4d;
}
.footer a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #626b4d;
}

.footer a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	color: #626b4d;
}
.paintingtitle {
	font-size: 14px;
	color: #e4e9d7;
}

.jdllukisan {
	color: #f8f6e6;
	font-size: 14px;
	
}


.jdllukisan a:link {
	color: #f8f6e6;
	font-size: 14px;
	text-decoration: none;
	
}
.jdllukisan a:visited {
	color: #f8f6e6;
	font-size: 14px;
	text-decoration: none;
	
}
.jdllukisan a:hover {
	color: #f8f6e6;
	font-size: 14px;
	text-decoration: underline;
	
}
.jdllukisan a:active {
	color: #f8f6e6;
	font-size: 14px;
	text-decoration: none;
	
}

.paintingdetails {
	color:#ecead4;
	font-size:14px;
}
.paintingdetails a:link {
	color:#ecead4;
	text-decoration:underline;
}
.paintingdetails a:visited {
	color:#ecead4;
	text-decoration:none;
}
/* button */
.homebtn {
	width: 65px;
	height: 46px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/homebtn.gif);
}

.homebtn:hover {
	background-image:url(images/home_hover.gif);
}
#home {
	width: 65px;
	height:46px;
	float: left;
}
#gallery {
	width: 80px;
	height:46px;
	float:left;
}
.gallerybtn {
	width: 80px;
	height: 46px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/gallery_btn.gif);
}

.gallerybtn:hover {
	background-image:url(images/gallery_hover.gif);
}
#exhibition {
	width: 115px;
	height:46px;
	float:left;
}
.exhibtn {
	width: 115px;
	height: 46px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/exhi.gif);
}

.exhibtn:hover {
	background-image:url(images/exhi_hover.gif);
}
#bio {
	width: 115px;
	height:46px;
	float:left;
}
.biobtn {
	width: 115px;
	height: 46px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/bio.gif);
}

.biobtn:hover {
	background-image:url(images/bio_hover.gif);
}
#contact {
	width: 120px;
	height:46px;
	float:left;
}
.contactbtn {
	width: 120px;
	height: 46px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/contact.gif);
}

.contactbtn:hover {
	background-image:url(images/contact_hover.gif);
}
#links {
	width: 150px;
	height:46px;
	float:left;
}
.linksbtn {
	width: 150px;
	height: 46px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/links.gif);
}

.linksbtn:hover {
	background-image:url(images/links_hover.gif);
}

