html, body, table, input{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
html{
	height: 100%;
}
body{
	background-color: #000000;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #FFFFFF;
	clear: both;
}
h2{
	font-size: 18px;
	line-height: 18px;
}
h3{
	font-size: 16px;
	line-height: 16px;
}
p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
a{
	color: #FFFFFF;
	text-decoration: underline;
}
#container{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -300px;
}
#site{
	width: 984px;
	height: 600px;
	text-align: left;
	margin: 0px auto 0px auto;
	overflow: hidden;
	background-color: #000000;
}
#menu{
	font-family: "Impact",Arial,Helvetica,sans-serif;
	width: 174px;
	text-align: right;
	font-size: 20px;
	line-height: 22px;
	position: absolute;
	margin-top: 30px;
	margin-left: 20px;
}
#menu .logo{
	margin-bottom: 40px;
}
#menu .menu{
	height: 140px;
}
#menu .menu img{
	display: block;
	float: right;
	clear: both;
	margin-bottom: 5px;
}
#menu .contact a{
	text-decoration: none;
}
#menu .contact a:hover{
	color: #7F7E83;
}
#menu .contact img{
	display: block;
	float: right;
	clear: both;
	margin-bottom: 4px;
}
#menu h3{
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
#menu p{
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}
#content{
	position: absolute;
	margin-top: 30px;
	margin-left: 240px;
	width: 700px;
	height: 560px;
}
#content .scrollbar{
	position: absolute;
	background-color: #6D6E70;
	width: 16px;
	height: 440px;
}
#content .handle{
	position: absolute;
	background-color: #ED1B24;
	width: 15px;
	height: 60px;
}
#contact_button{
	cursor: pointer;
}
#contact_info{
	display: none;
}
.home .mood{
	margin-top: 50px;
	margin-bottom: 14px;
	width: 600px;
	text-align: right;
}
.home .title{
	font-family: "Impact",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 600px;
	text-align: right;
}
.page .text{
	position: absolute;
	margin-top: 80px;
	margin-left: 0px;
	width: 470px;
	height: 440px;
	overflow: hidden;
}
.page .mood{
	position: absolute;
	margin-top: 80px;
	margin-left: 540px;
}
.page .scrollbar{
	margin-top: 80px;
	margin-left: 480px;
}
.gallery .type{
	position: absolute;
	margin-top: 24px;
	font-family: "Impact",Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-transform: lowercase;
}
.gallery .type a{
	text-decoration: none;
}
.gallery .type a:hover{
	color: #7F7E83;
}
.gallery .info{
	position: absolute;
	margin-top: 80px;
	margin-left: 466px;
	color: #929292;
}
.gallery .info p{
	color: #929292;
	margin-bottom: 15px;
}
.gallery .images{
	position: absolute;
	margin-top: 80px;
	width: 440px;
}
.gallery .images img{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo .type{
	position: absolute;
	margin-top: 24px;
	font-family: "Impact",Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-transform: lowercase;
}
.photo .type a{
	text-decoration: none;
}
.photo .type a:hover{
	color: #7F7E83;
}
.photo .image{
	position: absolute;
	margin-top: 80px;
}
.photo .images{
	position: absolute;
	margin-top: 553px;
	width: 440px;
}
.photo_info{
	position: absolute;
	text-align: right;
	width: 174px;
	margin-top: 508px;
	margin-left: 20px;
}
.photo_info p{
	font-family: "Impact",Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	color: #FFFFFF;
}
.photo_info img{
	display: block;
	float: right;
	clear: both;
	margin-bottom: 5px;
}
.gallery .images img{
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.exhibitions .text{
	position: absolute;
	margin-top: 80px;
	margin-left: 0px;
	width: 570px;
	height: 440px;
	overflow: hidden;
}
.exhibitions .exhibition{
	width: 550px;
	height: 110px;
}
.exhibitions .exhibition .thumb{
	width: 100px;
	height: 100px;
	float: left;
}
.exhibitions .exhibition .description{
	width: 430px;
	float: right;
	margin-top: 10px;
	color: #929292;
}
.exhibitions .exhibition .description p{
	color: #929292;
}
.exhibitions .scrollbar{
	margin-top: 80px;
	margin-left: 580px;
}
.active{
	color: #7F7E83 !important;
}
.hidden{
	display: none !important;
}
