﻿body, html {
	background-color: #61190b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

a { 
	color: #000;
}

div#container {
	margin: 0 auto;
	width: 901px;
	background-color: #ba5915;
	text-align: left;
}

div#header {
	width: 901px;
	height: 357px;
}

div#header div.left {
	position: relative;
	float: left;
	width: 251px;
	height: 357px;
	background: #ba5915 url(../images/home_top_left.jpg);
}

div#header div.left div#logo {
	position: absolute;
	top: 53px;
	left: 0;
	width: 251px;
	height: 107px;
	background-color: #bf2e1a;
}

div#search {
	position: absolute;
	top: 265px;
	left: 430px;
}

div#search form {
	padding: 0;
	margin: 0;
}

div#search form input.search {
	vertical-align: middle;
	width: 125px;
	height: 17px;
	font-size: 10px;
	margin: 0 10px 0 5px;
	border: 0;
}

div#header div.right {
	position: relative;
	float: right;
	width: 650px;
	height: 357px;
	background: #ba5915 url(../images/home_top_right.jpg);
}

div#header div.right div#language {
	position: absolute;
	top: 9px;
	left: 575px;
	background-color: #bf2e1b;
	padding: 5px;
	font-size: 9px;
}

div#header div.right div#language a {
	color: #fff;
	text-decoration: none;
}

div#header div.right div#welcome {
	position: absolute;
	top: 160px;
	left: 0;
	width: 372px;
	height: 43px;
	background-color: #000;
}

div#header div.right div#navigation {
	position: absolute;
	top: 208px;
	left: 0;
	width: 650px;
	height: 47px;
	background-color: #bf2e1b;
}

div#content {

}

div#content div#about_us {
	width: 239px;
	float: left;
	margin: 13px 0px 15px 20px;
}

div#content div#current_exhibition {
	width: 246px;
	float: left;
	margin: 13px 0px 15px 60px;
}


div#content div#latest_news {
	width: 206px;
	margin: 13px 0px 15px 57px;
	float: left;
}

a.read_more {
	text-align: right;
	display: block;
	color: #e7c6af;
	margin-bottom: 25px;
}

span.copyRight a {
	color: #fff;
}
