﻿body {
	background: #fff url('img/bg.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
}
#main {
	width: 754px;
	margin: auto;
	background: transparent url('img/bg2.png') no-repeat;
	min-height: 625px;
}
#header {
	background: transparent url('img/logo.png') no-repeat;
	width: 754px;
	height: 120px;
	color: #fff;
}
#header ul {
	list-style: none;
	padding: 40px 60px 0 0;
	margin: 0px;
	float: right;
}
#header li {
	float: left;
	margin: 5px;
	font-size: 12px;
}
#header li:hover .list {
	display: block;
}
#header li:hover {
	background: #fff;
	color: #343434;
}
#header li:hover .list_text a {
	color: #343434;
}
.list_text {
	padding: 5px 8px 5px 8px;
}
.list_text a {
	color: #fff;
	text-decoration: none;
}
.list {
	display: none;
	background: #fff url('img/bg3.gif') repeat-x bottom;
	padding: 10px;
	position: absolute;
	float: left;
	width: 200px;
	border-bottom: 2px #547dac solid;
	font-size: 11px;
}
.mark {
	padding: 3px 3px 6px 3px;
	border-bottom: 1px #b7cce2 solid;	
}
.mark a {
	color: #7793b1;
	text-decoration: none;
}
.mark a:hover {
	color: #4273aa;
	text-decoration: none;
}
#art {
	background: transparent url('img/art.png') no-repeat center;
	background-position: 0 -4px;
	height: 371px;
	width: 705px;
}
.art {
	margin: 10px 40px 0 40px;
}
