@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#F5EEE4;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
}

A {
    COLOR:#996633; 
	TEXT-DECORATION: none;
}
A:hover {
    COLOR: #000099; 
	TEXT-DECORATION: none;
}

a.artist {
	color: rgb(153, 51, 0);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
a.artist:hover {
	color:#666;
	}
/*id classes*/
.art_gallery #left_main {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	background-color: #D0D0B8; /* the background color will be displayed for the length of the content in the column, but no further */	
	
}

.art_gallery #top_main {
	/*float: center;  since this element is floated, a width must be given */
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:80px;
	padding: 15px 10px 15px 20px;
	background-image:url(../images/bg_menu.jpg);	
}

.art_gallery #bg_displey {
	background-image:url(../images/bg_logo.jpg);
	background-repeat:no-repeat;	
	background-position:bottom right;
}
	
.art_gallery #bg_main {
	background-image:url(../images/logo_left_down.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#EDEDDE;
	FONT-SIZE: 10pt;
    font-family: Arial;	
}
.art_gallery #logo_left {
	background-image:url(../images/logo_left2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#D0D0B8;
	text-align:center;			
	width:180px;
	height:216px;
}
.art_gallery #ll_down {
	background-image:url(../images/bg_left.jpg);
	background-repeat:repeat-y;
	background-color:#D0D0B8;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
.art_gallery #logo_right {
	background-image:url(../images/logo_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#EDEDDE;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	color:#996633;
	width:auto;
	height:216px;
}
input.submit {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 12px !important;
	line-height: 16px;
	padding: 3px 3px;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
	border: 1px solid #663;
	color: #464646;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
}
input.submit:hover {
	color: #000;
	border-color: #633;
	background-color: #F2F1EE;
	color: #617f10;
}
.input {
	background-color: #ffffff;
	border: 1px solid #644334;
	color: #644334;
	font-family:"Courier New", Courier, monospace;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	width:300px;
}
.input:focus {
	background-color: #F3F2ED;
	border: 1px solid #000000;
	font-family:"Courier New", Courier, monospace;	
	color: #190800;
}
.label {
	color:#6d432d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.txt {
	color:#000000;
	font-weight: bold;
	text-align: left;
}
.btnPicture {
	border:1px solid #79745E; 
	cursor: default;
}
.btnPicture:hover {
	border:1px solid #FFC;
	cursor: default;
}
.titleShowInfo {	
	color:#300;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	}
