body 
{
    font-family: Verdana;
    font-size: 10px;
    margin: 0px;
    margin-top: 0px;
    color: #4F2514;
    background-image: url(../images2/bck-body.jpg); 
    background-position: left top;
    background-repeat: repeat-x;
}

a img {
	border: 0;
}

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}

h1 {
	color: #a76376;
	font-size: 13px;
	font-weight: bold;
}
p {
	line-height: 14px;
	margin-bottom: 10px;
}
a {
	color: #D2AF1C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4F2514;	
}
strong {
	font-weight: bold;
}

#page {
	width: 928px;
	min-height: 678px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images2/bck-page.gif) no-repeat #fff;
	padding: 21px;
	margin-top: 20px;
}
	#header {
		width: 928px;
		min-height: 117px;
		background: #fff;
	}
		#menu-main {
			background: url(../images2/bck-menu-main.gif) no-repeat;
			width: 928px;
			height: 32px; 
		}
		#menu-main ul {
			list-style: none;
			margin:0;
			padding:0;
			margin-left: 10px;
		}
		#menu-main ul li {
			float: left;
			background: red;
			padding-top: 9px;
			padding-bottom: 7px;
			padding-left: 11px;
			padding-right: 11px;
			background: top url(../images2/bck-main-menu-li.gif) no-repeat;
			background-position: 0 5px;
		}
		#menu-main a, #menu-main .active {
			font: italic 12px Georgia;
			color: #AF7862;
		}
		#menu-main #lang {
			padding-top: 10px;
			padding-right: 18px;
		}
		#menu-main ul li.first {
			background: none;
		}
		#menu-main ul li a {
			font: italic 12px Georgia;
			color: #4F2514;
			text-decoration: none;
		}
		#menu-main ul li a:hover {
			text-decoration: underline;
		}
		
		#middle {
			width: 928px;
			min-height: 260px;
			border-bottom: 1px solid #D2AF1C;
		}
		#middle.main-page .col, #middle.subpage .col{
			border-top: 2px solid #D2AF1C;
			min-height: 100px;
			float: left;
			padding-top: 2px;
			padding-right: 10px;
		}
		#middle.main-page .col.col1, #middle.main-page .col.col4{
			width: 187px;
		}
		#middle.main-page .col.col2, #middle.main-page .col.col3{
			width: 243px;
			margin-left: 10px;
		}
		#middle.main-page .col.col4{ float: right; }
		#middle.main-page .col h1{
			background: left url(../images2/bck-col-h1.gif) no-repeat;
			padding-left: 26px;
			margin-bottom: 8px;
		}
		
		
		#middle.subpage .col.col1, #middle.subpage .col.col3{
			width: 187px;
		}
		#middle.subpage .col.col1 {
			background: url(../images2/bck-menu-sub.jpg);
			background-repeat: no-repeat;
			padding-top: 46px;
		}
		#middle.subpage .col.col1 ul {
			list-style: none;
			margin:0;
			padding:0;
			margin-left: 10px;
			width: 170px;
			margin-bottom: 40px;
		}
		#middle.subpage .col.col1 ul li {
			padding-top: 4px;
			padding-bottom: 3px;
			margin-left: 6px;
			padding-right: 11px;
			background-position: 0 5px;
			border-bottom: 1px solid #D2AF1C;
		}
		#middle.subpage .col.col1 ul li.active .active {
			color: #D2AF1C;
			font-weight: bold;
		}		
		#middle.subpage .col.col1 ul li a {
			color: #4F2514;
		}
		#middle.subpage .col.col1 ul ul {
			width: 160px;
			margin-bottom: 6px;
		}
		#middle.subpage .col.col1 ul ul li {
			border-bottom: none;
			background-image:url(../images2/bck-menu-sub-li.gif);
			background-repeat: no-repeat;
			background-position: -10px 4px;
			padding-left: 10px;
		}
		
		
		#middle.subpage .col.col2{
			width: 500px;
			margin-left: 10px;
			padding-top: 8px;
			padding-left: 4px;
			margin-bottom: 40px;
		}
		#middle.subpage .col.col2 ul{
			list-style: circle;
		}
		#middle.subpage .col.col2 ul li{
			list-style: circle;
			padding-left: 2px;
			margin-bottom: 6px;
			margin-left: 20px;
			list-style-position: outside;
		}
		#middle.subpage .col.col2 ol{

		}
		#middle.subpage .col.col2 ol li{
			list-style: decimal;
			padding-left: 2px;
			margin-bottom: 6px;
			margin-left: 20px;
			list-style-position: outside;
		}
		#middle.subpage .col.col2 ol li ul li{
			list-style: square;
			padding-left: 2px;
			margin-top: 4px;
			margin-bottom: 4px;
			margin-left: 20px;
			list-style-position: outside;
		}
		
		#middle.subpage .col.col3{ float: right; }
		#middle.subpage .col.col2 h1, #middle.subpage .col.col3 h1{
			margin-bottom: 14px;
		}
		
		#footer {
			padding-top: 20px;
			color: #AFA7A4;
		}
#footer a {
	color: #AFA7A4;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #4F2514;
}
		.spc {
			color: #dfd7d4;
		}