charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height:100%;
	/*background-image:url(../picts/background/round_back.png);
	background-repeat:repeat-y;
	background-position:center;*/
	background-color:#dddddd;
}
body {
	height:100%;
	background-image:url(../picts/background/back.png);
	background-repeat:repeat-x;
	background-color:#dddddd;
	font-family:"Segoe UI","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/*.Round {
	margin: auto;
	height:100%;
	width: 1006px;
	background-image:url(../picts/background/round_back.png);
	background-repeat:repeat-y;
	background-position:center;
}*/
p {
	padding-bottom: 5px;
}

.museum_contains{
	border:4px solid #d4d4d4;
	width:17px;
	height:17px;
	float:left;
	margin-right:10px;
}

.right_text img{
	padding:10px;
}