html,body{
	background: url('img/bg1.gif');
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#maintable{
	width: 558px;
	height: 100%;
	border: 0;
	background: url('img/bg2.gif');
	margin-left: auto; 
	margin-right: auto;
}

#headcell{
	background: url('img/li_head.gif');
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	height: 117px;
}

.lrspacer{
	width: 4px;
}

#centercell{
	background: url('img/bg3.gif');
	text-align: left;
	width: 546px;
	vertical-align: top;
	height: 81%;
}

#centertable{
	height:100%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	padding: 10px;
	vertical-align: top;
}

#cleftcell{
	vertical-align: top;
	width: 60%;
	padding: 8px;
	text-align: left;
}

.thumbnail{
	border-style: solid;
	border-width: 3px;
	border-color: #5C5B5B;
	padding: 2px;
	background-color: #FFFFFF;
}

.thumbnail:hover{
	border-color: #CCAC66;
}


#crightcell{
	vertical-align: top;
	width: 40%;
	padding: 8px;
	text-align: left;
}

#footercell{
	background: url('img/bg3.gif');
	text-align: right;
	padding-right: 4px;
}

img {
	border: none;
}

a:link{
	color: #CCAC66;
	text-decoration: none;
}
a:visited{
	color: #AF9662;
	text-decoration: none;
}
a:hover{
	color: #E7C06C;
	text-decoration: none;
}

ul{
	list-style-image: url('img/note_veike.gif');
}