html, body {
	padding:0px;
	margin:0px;
	background:#f1e6d4;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
	height:100%;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:0px;
}
.logo {
	width:579px;
	height:69px;
	margin:auto;
}
.main-top {
	height:158px;
}
.main-all {
	width:960px;
	margin:0px auto;
}
.main-line {
	height:2px;
	border-top:2px solid #787878;
	border-bottom:2px solid #000;
}
.main-menu {
	height:30px;
	line-height:30px;
	text-align:center;
}
.mm-m {
	margin-bottom:35px;
}
.mm-b {
	margin-top:35px;
}
.main-menu a, .main-menu span {
	font-size:11pt;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.main-menu a:hover {
	text-decoration:underline;
}
.main-table {
	width:100%;
	height:100%;
}
.main-table tr td {
	vertical-align:top;
}
.main-table tr .left {
	width:33%;
	padding:0px 15px 0px 20px;
	border-right:1px solid #635f56;
	
}
.colcenter {
	padding:0px 15px 0px 15px;
}
.main-table tr .center {
	width:33%;
	padding:0px 15px 0px 15px;
}
.main-table tr .centers {
	width:66%;
	padding:0px 20px 0px 15px;
}
.main-table tr .right {
	width:33%;
	padding:0px 20px 0px 15px;
	border-left:1px solid #635f56;
}

.div-block {
	height:47px;
	line-height:47px;
	background:url(../images/bg_block.jpg) repeat-x;
	border-bottom:1px solid #6e6e6c;
	margin-bottom:20px;
}
.div-block div {
	font-size:13pt;
	font-weight:bold;
	color:#000;
	margin-left:20px;
}
.div-submenu div {
	height:30px;
	line-height:30px;
	margin-left:20px;
}
.div-submenu div a {
	font-size:10pt;
	color:#000;
}
.div-submenu div a:hover {
	text-decoration:none;
}
.foot {
	height:76px;
	background:url(../images/bg_foot.jpg) repeat-x;
}
.foot div {
	padding-top:7px;
	text-align:center;
	font-size:9pt;
}
.favs {
	padding-top:10px;
	margin-left:20px;
}
.fav a {

}
.search {
	text-align:right;
	margin-bottom:45px;
}
.search div {
	background:url(../images/search.jpg) no-repeat;
	width:200px;
	height:17px;
	margin:0px 0px 0px auto;
	text-align:left;
}
.search div input {
	border:0px;
	padding:0px;
	margin-left:20px;
	font-size:6pt;
	width:100px;
	margin-right:18px;
	background:#f5ead8;
}
.search div a {
	color:#000;
	font-size:8pt;
	text-decoration:none;
}
.search div a:hover {
	text-decoration:underline;
}
.title {
	font-size:18px;
	margin-bottom:15px;
}
.sls a {
	margin-left:10px;
}
.select {
	width:237px;
	height:30px;
	line-height:30px;
	background:url(../images/bgg.jpg) no-repeat;
}
.select div {
	margin-left:10px;
}

#lightbox.done #lbLoadMessage{
	display:none;

}
#lightbox.done #lbContent{
	display:block;
	border: 1px solid #666;
	padding:5px;
}
#lightbox.loading #lbContent{
	display:none;

}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
}