body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFCC9;
	background-color:#371D10;
	background-image:url("../layout_images/Bekier-www-slices_06_07.png");
	background-attachment:fixed;
	margin-top:22px;
	margin-left:30px;
	margin-right:0px;
	margin-bottom:0px;
}
body.index {
	background-color:#371D10;
	background-image:url("../layout_images/background_dark.png");
	background-repeat:repeat;
	margin-top:20px;
	margin-left:40px;
	margin-right:0px;
	margin-bottom:0px;
	overflow: hidden;
}
body.menu {
	background-color:#4A2C1E;
	background-image:url("../layout_images/background_light.png");
	background-repeat:repeat;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

h1 {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFCC9;
	margin-bottom:0;
}
a {
	text-decoration:underline;
	font-weight:bold;
	color:#8CC0CF;
}
a.simple {
	text-decoration:underline;
	font-weight:normal;
	color:#FFFCC9;
}

a.menu , a.categories {
	color:#FFFCC9;
	text-decoration:none;
	font-weight:normal;
}
a.categories:hover {
	color:#FFFCC9;
	margin-left:0px;
	font-weight:normal;
}
a.categories:active {
	color:#FFFCC9;
	font-weight:normal;
}
img {
	border-style:none;
}
img.show{
	border-style:double;
}
img.mini {
	background-color:#000000;
}
div {}
div.dark{
	background-color:#371D10;
	background-image:url("../layout_images/background_dark.png");
	background-repeat:repeat;

}
div.text{
	position:relative;
	left:15px;
	top:20px;
	text-align:left;
}
div.photo{
	background-color:#371D10;
	background-image:url("../layout_images/background_dark.png");
	background-repeat:repeat;
	height:100px;
	width:132px;
}
pre {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFCC9;
	text-align:left;
}
p {
	text-indent:20px;
	margin-top:0px;
	margin-bottom:12px;
}
p.no_indent {
	text-indent:0px;
}
p.short_indent {
	text-indent:20px;
	margin-bottom:0px;
}
table {
}
table.menu{
	position:absolute;
	left:-2px;
	width:290px;
	text-indent:32px;
	line-height:14px;
}
td.hidden{
	height:2px;
	background-color:#4A2C1E;
	background-image:url("../layout_images/background_light.png");
	background-repeat:repeat;
}
td {
	font-size:11px;
	border-style:none;
	border-width:thin;
	
	empty-cells:show;
	background-color:#371D10;
	background-image:url("../layout_images/background_dark.png");
	background-repeat:repeat;
		
}
td.border {
	text-align:left;
	border-color:#000000;
	border-style:none;
	border-width:thin;
	
	empty-cells:show;
	background-color:#371D10;
}
td.no_background{
	font-size:10px;
	border-style:none;
	
	empty-cells:show;
	background-color:#371D10;
}
td.photo{
	background-color:#4A2C1E;
	background-image:url("../layout_images/background_light.png");
	background-repeat:repeat;
}
td.inactive{
	color:#9C8060;
}

input, button, select {
	font-size:10px;
}
hr {
	border-color:#371D10;
	border-style:solid;
	border-width:thin;
	position:absolute;
	left:0;
	width:170px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
}