body {
	background-color: white;	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;	
}

#center {
	width: 826px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 114px;
	background: url(images/header.jpg);	
}

#page_bg {
	background: url(images/bg_page.jpg);
	background-color: white;
}

#shade_top {
	background: url(images/shade_top.jpg);
	height: 63px;
	padding-bottom: -30px;
}

#alfabet {
	font-family: 'Trebuchet MS';
	font-size: 12px;
	margin-left: 64px;
	padding-top: 10px;
}

#alfabet a {
	color: #3B3B3B;
	text-decoration: none;
}

#alfabet a:hover {
	color: orange;
}

#content {
	padding-left: 60px;
	padding-right: 60px;
	background: url(images/bg_content.jpg);
	font-family: Georgia;
	font-size: 12px;
}

#content p {
	margin: 0 0 0 0;
	text-indent: 30px;
	padding-bottom: 10px;
	text-align:justify;

}

#content .bg {
	background: url(images/bg_url.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#content a {
	color: #ee3300;
	text-decoration: none;
}

/*
#content a:hover {
	color: red;
	text-decoration: underline;
}
*/

#content h1 {
	margin: 0 0 0 0;
	color: #555555;
}

#shade_bottom {
	background: url(images/shade_bottom.jpg);
	height: 53px;
}

#footer {
	background: url(images/footer.jpg);
	height: 94px;
}

#footer .copyright {
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 12px;
	margin-left: 64px;
	padding-top: 6px;
}

#footer .copyright a {
	font-weight: bold;
	color: green;
}

#footer .copyright a:hover {
	color: green;
}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #161475;
}

#linkuj a {
	color: green;
}

#linkuj {
	text-align: center;
	font-size: 10px;
	color: black;
}