@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
}
.top {
	background-image: url(img/top.jpg);
	height: 109px;
	width: 990px;
	background-repeat: no-repeat;
}
.devojka {
	background-image: url(img/devojka.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 481px;
	width: 265px;
}
.pozlev {
	background-image: url(img/pozlev.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.ruka {
	background-image: url(img/pozmain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C00000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #E6E6E6;
}
.menugor {
	color: #FFFFFF;
	background-color: #D10000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	display: block;
	height: 18px;
	width: 90px;
	font-weight: bold;
	text-decoration: none;
}
.menugor:hover {
	color: #FF0000;
	background-color: #FFD5D5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	display: block;
	height: 18px;
	width: 90px;
	font-weight: bold;
	text-decoration: none;
}
