body {
	background-color: #CCDEE0;
	text-align: center;
	font-size: 101%;
	margin: 0;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	text-align: left;
	font-family: georgia, times new roman, serif;
} 

#head {
	margin: 0;
	padding: 0;
	height: 199px;
	width: 930px;
	background-image: url("layout_images/head_bg.jpg");
	background-repeat: no-repeat;
	
}

#menus {
	position: relative;
	top: 70px;
	left: 40px;
	width: 930px;
}

#main-menu {
/*
	position: relative;
	top: 70px;
	left: 40px;
*/
/* 	margin-top: 50px; */
width: 50%;
}

#main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-menu ul li {
	float: left;
/* 	margin: 0 0.5em;  */
	border-right: 2px dotted #948465;
	padding: 1em 0.5em;
}

#main-menu ul li.last {
	border: none;
}

#main-menu ul li a {
	color: #686868;
	text-decoration: none;
	font-size: 0.7em;
	 font-weight: bold; 
/* 	display: block; */
 	 
}

#main-menu ul li.active a {
	color: #623F22;
}


#sub-menu {
	/*
	position: relative;
	left: 140px;
	top: 80px;
	*/
}

#sub-menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#sub-menu ul li {
	float: left;
	/* width: 95px; */
padding: 0 5px;
	text-align: center;
	line-height: 1.2;
	border-right: 2px dotted #948465;
	height: 50px
}

#sub-menu ul li.tak a {
color: #9D2020 !important;
}

#sub-menu ul li.active a {
	color: #623F22;
}

#sub-menu ul li.last {
	border: none;
}

#sub-menu ul li a {
	color: #686868;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
/*	margin-top: 15px;*/
	margin: 15px 0;
}

li.active a {
	color: #796555;
}


#content {
	margin: 0;
	padding: 0;
	width: 930px;
	height: 332px;
	overflow: hidden;
	background-image: url("layout_images/content_bg.jpg");
	background-repeat: no-repeat;
	font-size: 0.7em;
}

h1 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0;
}

h3 {
	margin: 0.4em 0;
	font-size: 1.2em;
	
}

p {
	margin: 0 0 1.2em 0;
	;
}

#content ul {
	margin: 0.6em 2.2em;
	padding: 0;
	
}

.thumbscontainer ul {
	margin: 0 !important;
}

#content li {
	margin-left: 0;
	padding-left: 0;
}

.englisz {
    font-size: 1.2em;
}

#content a {
color: #796555;
text-decoration:none;
}

#left {
	margin: 0 0 0 150px;
	width: 290px;
	float: left;
}

#left p {
	color: #796555;
}

#right {
	width: 290px;
	margin-left: 480px;
/* 	font-style: italic; */
}

#text-right {
	color: #796555;
/* font-style: italic;*/
}

#pager-right {
	width: 290px;
	margin: 0;
	padding: 0;
}

.ggho-pager-wind {
	height: 270px;
	overflow: hidden;
}

.ggho-pager-pager {
	width: 290px;
	font-family: times new roman;
	font-size: 1.1em;
	text-align: center;
	margin-top: 5px;
	padding: 0;
	line-height: 0.8em;
	height: 17px;
/* 	height: 1.1em; */
}
.ggho-pager-prev {
	margin-right: 10px;
	cursor: pointer;
}

.ggho-pager-next {
	margin-left: 10px;
	cursor: pointer;
}

.ggho-pager-pager a {
	color: black !important;
	text-decoration: none;
	font-size: 1.3em;
}

.ggho-pager-crrpg {
	font-weight: bold;
}

#foot {
	margin: 0;
	padding: 0;
	width: 930px;
	height: 210px;
	clear: left;
	background-image: url("layout_images/foot_bg.jpg");
	background-repeat: no-repeat;
}

