* {
	padding: 0;
	margin: 0;
}
html {
	background: url('../images/bg.jpg') repeat-x;
	background-color: #000000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: url('../images/uzori/main.gif') no-repeat top center;
	height: 100%;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 260%;
	color: #f3e3b4;
	font-weight:normal;
}
table {
	border-collapse:collapse;
}
img {
	border: 0;
}
#main {
	width: 684px;
}
#pat {
	left: 0;
	top: 0;
	width: 100%;
	position:absolute;
	text-align: center;
}

#text {
	color: #fe5454;
	background-color: #000000;
}
#menu {
	color: #f65252;
	text-decoration: none;
	list-style: none;
	font-size: 11px;
}
#menu li{
	display:inline;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu li a {
	color: #ffb8b8;
	text-decoration: none;
}
#menu li a:hover {
	color: #f65252;
}
hr {
	border: 0 none #12100b;
	border-top: 1px solid #12100b;
	width: 95%;
	height: 1px;
	display: block;
	clear: both;
}
img.b {
	border: 1px solid #12100b;
}
#news {
	color: #6e6a5c;
	line-height: 190%;
	height: 200px;
	overflow:auto;
	margin-bottom: 20px;
	padding-right: 1px;
	width: 320px;
	outline: none;
}
#news b {
	font-weight: normal;
	color: #ffe064;
}
#news i {
	font-style: normal;
	color: #a19468;
}
#links {
	width: 80px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
	line-height: 190%;
}
#bot {
	background: url('../images/bot.jpg') no-repeat center;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 10px;
	height: 82px;
	color: #2f2d26;
}
#bot a {
	color: #535046;
	text-decoration: none;
}
#bot img {
	padding-left: 10px;
}
td.r {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	width: 50%;
}
td.l {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
#album {
	color: #fe5454;
	line-height: 170%;
	height: 200px;
	overflow:auto;
	text-align: left;
	margin-bottom: 20px;
	padding-right: 1px;
	width: 320px;
	outline: none;
}
#text a {
	color: #ffeec1;
	text-decoration: none;
}
#text a:hover {
	color: #fe5454;
}
#images {
	overflow:auto;
	width: 450px;
	white-space:nowrap;
	height: 70px;
	outline: none;
	position: relative;
}
#images img {
	position: relative;
	float: left;
	margin: 2px;
	padding: 5px;
	background-color: #f8ddcc;
}
input {
	background-color: #000000;
	border: 1px solid #2d2923;
	color: #4a443a;
	font-size: 12px;
	padding: 3px;
	width: 220px;
	margin-bottom: 5px;
	font-family:"Times New Roman", Times, serif;
}
textarea {
	background-color: #000000;
	border: 1px solid #2d2923;
	color: #4a443a;
	width: 220px;
	overflow:hidden;
	padding: 3px;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	height: 100px;
}
input.button {
	border: 0px none;
	cursor:pointer;
	color: #e64c4c;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}