
/*----- HTML TAGS -----*/
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*----- UNIQUE CLASSES -----*/
#body {
	/*top right bottom left*/
	margin: 0px auto 0px auto;
	width: 980px;
	direction: ltr;
}

#logo {
	width: 490px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

#symbol {
	height: 69px;
	padding-top: 3px;
	padding-right: 4px;
	vertical-align: top;
}

#menu {
	width: 470px;
	vertical-align: bottom;
	padding-bottom: 30px;
}

#language {
	text-align: right;
	padding-right: 5px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #909090;
}
#language a {
	color: #b0b0b0;
	text-decoration: none;
}
#language a:hover {
	color: #b54026;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #909090;
}
.footer a {
	color: #b0b0b0;
	text-decoration: none;
}
.footer a:hover {
	color: #b54026;
	text-decoration: none;
}

/*----- MENU CLASSES -----*/
.menu-item {
	padding: 0px 13px 0px 13px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.menu-item a {
	color: #b0b0b0;
	text-decoration: none;
}
.menu-item a:hover {
	color: #b54026;
	text-decoration: none;
}

/*----- FORM CLASSES -----*/
.form-input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333;
	height: 15px;
	border: 1px solid #ccc;
	background: #fafafa;
}

.form-textarea {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333;
	height: 75px;
	border: 1px solid #ccc;
	background: #fafafa;
}

.form-select {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333;
	border: 1px solid #ccc;
	background: #fafafa;
}

.form-button {
	height: 20px;
	border: 1px solid #bbb;
	background: #eee;
	padding-bottom: 2px;

	font-family: Tahoma, Arial;
	color: #333;
	font-size: 11px;
}

.form-button {
	height: 20px;
	border: 1px solid #bbb;
	background: #eee;
	padding-bottom: 2px;

	font-family: Tahoma, Arial;
	color: #333;
	font-size: 11px;
}

/*----- USER DEFINED CLASSES -----*/
.content {
	padding: 5px 5px 0px 18px;
	text-align: justify;
	line-height: 150%;
	vertical-align: top;
	direction: rtl;
	
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #909090;
}
.content a{
	color: #b54026;
	text-decoration: none;
	font-weight: 600;
}
.content a:hover{
	color: #909090;
}

.content-title {
	font-weight: 600;
}

.gallery {
	vertical-align: top;
	padding-top: 5px;
}

.exhibition {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.exhibition a {
	color: #b0b0b0;
	text-decoration: none;
}
.exhibition a:hover {
	color: #b54026;
	text-decoration: none;
}

.image {
	border: 1px solid #e0e0e0;
}

.artist {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	color: #b0b0b0;
}
.artist a {
	color: #b0b0b0;
	text-decoration: none;
}
.artist a:hover {
	color: #b54026;
	text-decoration: none;
}

.artist-title {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
}

.artist-title a {
	color: #b0b0b0;
	text-decoration: none;
}
.artist-title a:hover {
	color: #b54026;
	text-decoration: none;
}

.date {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.year-range {
	font-family: Verdana, Arial;
	font-size: 12px;
}

.year-range a {
	color: #b0b0b0;
	text-decoration: none;
}

.year-range a:hover {
	color: #b54026;
	text-decoration: none;
}

.profile {
	text-align: right;
	line-height: 150%;
	vertical-align: top;
	direction: rtl;
	
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #909090;
}
.profile td a {
	color: #b54026;
	text-decoration: none;
}
.profile td a:hover {
	color: #909090;
}

.profile-title {
	font-weight: 600;
}
