body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: black;
	background: white url(./bg3.jpg) center top no-repeat;
	background-color: white;
	text-align: center;
	margin: 0; padding: 0;
}

#main_box {
	margin: auto;
	padding: 0;
	position: relative;
	top: 263px;
}

#content {
	margin: auto;
	position: relative;
	width: 558px;
	padding: 20px;
	background: transparent;
/*	border: solid #e1dddb;
	border-width: 0 1px 1px 1px; */
	text-align: left;
}

/*********************************************************/
#footer {
	top: 5px;
	line-height: 200%;
	font-size: 10px;
	color: #999999;
	padding: 0 0 10px 0;
}
#footer a {	
  color: #999999;
  text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	border: none;
	color: #4d4d4d;
}
#footer img { border: none; }
/*********************************************************/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #603307;
	background: url(./h1_bg.gif) no-repeat left;
	background-position: 20px 14px;
	padding: 10px 0 0 50px;
	margin: 0 0 15px 0;
}

p {	margin: 0; padding: 0; }
img { border: 0px; }
div .hr {
	height: 35px;
	background: url(./divider.gif) no-repeat center;
	border: none;
	margin: 0;
}

/*********************************************************/
#content a {
	text-decoration: none;
	color: #b65a00;
	font-size: 10px;
/*	font-weight: bold; */
}

#content a:hover, #content a:active {
	color: #ff7f00;
}
/*********************************************************/
#footer a.link {
	/*text-decoration: none;*/
	color: #b65a00;
	font-size: 10px;
}

#footer a.link a.link:hover, #footer a.link:active {
	color: #ff7f00;
}

#links a {
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#links a img {
	text-decoration: none;
	padding: 3px;
	margin: 2px;
	border: 1px solid #ffd5ab;
	vertical-align: middle;
}
#links a:hover img, #links a:active img{
	text-decoration: none;
	padding: 3px;
	border: 1px solid #ff7f00;
}
/*********************************************************/
div .article {
	background:url(./bottom_gradient.gif) bottom center no-repeat;
	padding: 10px 0 10px 0;
}

div .space { height: 25px; }

div .divider {
	height: 35px;
	background: url(./divider.gif) no-repeat center;
}

.center	{ text-align: center; }
.tucne{	font-weight: bold; }
div .mezera{ height: 20px; }

ul#menu {
	margin: auto; padding: 0 0 0 60px;
	position: relative;
	top: 186px;
	line-height: 100%;
	font-size: 10px;
}

ul#menu li {
	display: inline;
	list-style-type: none;
	position: relative;
	padding: 0;
}


ul#menu li a {
	letter-spacing: 1px;
	text-decoration: none;
	color: #ff7f00;
	padding: 6px 5px 6px 5px;
}


ul#menu li a:hover,
ul#menu li a:active {
	color: #b65a00;
	background: #5a2d00;
	border: solid #ff7f00;
	border-width: 2px 0 4px 0;
}

.menu_selected a {
	color: #b65a00;
	border: solid #b65a00;
	border-width: 2px 0 0 0;
	padding: 6px 0 8px 0;
}

ul.blind_space { width: 30px; }

