body {
	margin: 0px;
	padding: 0px;
	background-color: #FFCC00;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 80px;
	background-image: url(../images/header_rbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #logo {
	float: left;
}
#header #headerText {
	float: right;
	width: 520px;
	margin-top: 43px;
	text-align: right;
	margin-right: 10px;
}

#main {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 800px;
}
#main #mainLeft {
	float: left;
	width: 170px;
}
#mainLeft #leftTop {
	background-image: url(../images/nav_tbg.gif);
	background-repeat: no-repeat;
	/*height: 38px;
	width: 170px;*/
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 10px;
	cursor: hand;
	cursor: pointer;
}
#main #mainRight {
	float: left;
	width: 630px;
}

* html #mainRight #navTop {
	height: 53px;
}
#mainRight #navTop {
	background-image: url(../images/content_tbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 53px;
}
#mainRight #navTop #bar {
	clear: both;
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#main #mainRight #content {
	margin-right: 30px;
	margin-left: 30px;
}

* html #mainFooter {
	height: 19px;
}
#mainFooter {
	background-color: #FFFFFF;
	background-image: url(../images/page_bbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 19px;
	clear: both;
}
#footer #horicom {
	float: right;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.separator {
	background-image: url(../images/nav_tbg.gif);
	background-position: left bottom;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	cursor: hand;
	cursor: pointer;
}
#searchDiv {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #E6EEF2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7CED9;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.thumbnailBox{
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
.thumbnail{
	padding: 5px;
	margin-bottom: 8px;
	background-color: #FEF9F3;
	border: 1px solid #FEE4BA;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	color: #006699;
}
.thumbnailFloat{
	padding: 5px;
	background-color: #FEF9F3;
	border: 1px solid #FEE4BA;
	width: 120px;
	_width: 118px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	color: #006699;
	float: left;
}
.kek {
	color: #006699;
	font-weight: bold;	
}
.thumbnail img, .thumbnailFloat img{
	padding: 5px;
}
.kiemel {
	margin-top: 60px;
	margin-bottom: 10px;
	background-color: #FEF9F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEE4BA;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	color: #006699;
	line-height: 1.8em;
}

.kiemel1 {
	margin-top: 60px;
	margin-bottom: 0px;
	background-color: #FEF4EF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FF9900;
}
