/*global*/
html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans Serif;
}
body {
	background: #000;
}
img {
	border: none;
}
a {
	font-size: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h3 {
	margin: 10px 0 0 0;
}
/*h1 header replace */
h1 {
	background: url(../images/logo.png) no-repeat;
	width: 598px;
	height: 161px;
	line-height: 161px;
	text-indent: -9999px;
	margin: 0 0 0 170px;	
}
/*divar*/
#container {
	width: 1280px;
	height: 800px;
	margin: 0 auto;
	margin-top: 23px;
}
#container.main {
	background: url(../images/bgmain.jpg) no-repeat;
}
#container.media {
	background: url(../images/bgmedia.jpg) no-repeat;
}
#container.collection {
	background: url(../images/bgcollect.jpg) no-repeat;
}
#container.history {
	background: url(../images/bghistory.jpg) no-repeat;
}
#container.contact {
	background: url(../images/bgcontact.jpg) no-repeat;
}
#container.links {
	background: url(../images/bglinks.jpg) no-repeat;
}
#header {
	width: 1280px;
	height: 161px;
}
#menu {
	height: 189px;
	width: 1280px;
	display: inline;
	background: red;
}
#main {
	height: 450px;
	width: 1280px;
}
#gallery {
	height: 450px;
	width: 700px;
	float: right;
	display: inline;
	margin-right: 30px;
}
#gallery a {
	display: inline;
}
#news {
	width: 210px;
	height: 205px;
	float: right;
	display: inline;
	padding: 75px 72px 70px 36px;
	background: url(../images/news.png) no-repeat;
	margin:  61px 280px 0 0;
}
#links {
	width: 400px;
	height: 302px;
	float: left;
	display: inline;
	margin-left: 64px;
	padding-top: 250px;
}
#links a {
	display: block;
}
#contact {
	margin: 180px 0 0 64px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
#youtube {
	margin-left: 64px;
	float: left;
}
#wallpaper {
	margin-left: 64px;
	float: left;
}
#wallpaper a {
	float: left;
	margin-right: 40px;
}
/*classer*/
.icon {
	margin: -150px 15px 0 0;
	float: right;
	display: inline;
}
.menu_full {
	float: right;
	display: inline;
	margin: 0 15px 15px 0;
}
.home {
	float: right;
	display: inline;
	margin: 120px 350px 0 0;
}
.maillink {
	display: inline;
}

.linkmargin {
	margin-bottom: 20px;
}