html {
	padding: 0;
	margin:0;
	}
body {
	background:#000;
	color:#7e7a79;
	font-family: tahoma;
	font-size: 17px;
	letter-spacing: 1px;
	margin: 0;
	padding: 63px 0 0 0;
	}
a {
	color:#fff;
	text-decoration: none;
	}
.c {
	clear: both;
	}
	
img {
	border: 0;
	}
	
.holder {
	padding-left: 63px;
	width: 927px;
	}
	
#leftside {
	width: 167px;
	float: left;
	overflow: hidden;
	height: 485px;
	position: relative;
	}
	
#rightside {
	width: 700px;
	float: right;
	overflow: hidden;
	}
#langbar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 167px;
	}
	
#langbar a {
	width: 33%;
	float: left;
	height: 13px;
	overflow: hidden;
	}
#langbar a#lang_lv { background: #000 url('media/lang_lat.gif') no-repeat top left; }
#langbar a#lang_ru { background: #000 url('media/lang_rus.gif') no-repeat top center; }
#langbar a#lang_en { background: #000 url('media/lang_eng.gif') no-repeat top right; }

#langbar a#lang_lv_sel { background: #000 url('media/lang_lat_over.gif') no-repeat top left; }
#langbar a#lang_ru_sel { background: #000 url('media/lang_rus_over.gif') no-repeat top center; }
#langbar a#lang_en_sel { background: #000 url('media/lang_eng_over.gif') no-repeat top right; }


#menu {
	margin-top: 53px;
	}
	
#menu a {
	display: block;
	overflow: hidden;
	height: 21px;
	background:#000;
	color:#000;
	text-decoration: none;
	}
	
#footer {
	width: 250px;
	background: #000 url('media/footer.jpg') no-repeat top center;
	height: 37px;
	margin: 35px 0 0 455px;
	position: relative;
	}
	
#footer #link_noepe {
	width: 118px;
	display: block;
	position: absolute;
	height: 18px;
	font-size: 0;
	right: 0;
	bottom: 0;
	}
	
#footer #link_pepper {
	display: block;
	width: 172px;
	height: 19px;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 39px;
	}

.ccf {
	width: 170px;
	height: 117px;
	float: left;
	overflow: hidden;
	margin: 0 5px 5px 0;
	}

#prevLink {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	height: 482px;
	text-decoration: none;
	}
#prevLink:hover {
	background: url('media/prev.png') no-repeat left center;
	}

#nextLink {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	height: 482px;
	text-decoration: none;
	}
#nextLink:hover {
	background: url('media/next.png') no-repeat right center;
	}