html{
	margin: 0px;
	padding: 0px;
}

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	background-color: #818181;
}

#orange {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 158px;
	background-color: #F7941D;
	z-index: 0;
}

#namuksContainer {
	position: absolute;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	z-index: 1;
	top: 171px;
}

#namuks {
	padding: 0px;
	margin: 30px 30px 25px 30px;
}

#rightBig {
	position: absolute;
	left: 480px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	width: 515px;
	height: 595px;
}

#contentContainer {
	position: absolute;
	left: 625px;
	top: 171px;
	height: 255px;
	width: 335px;
	border: 2px solid white;
	background-color: #F7941D;
	z-index: 10;
overflow: auto;
}

#content{
	margin: 10px;
}

#contentConnector {
	position: absolute;
	left: 480px;
	top: 300px;
	background-color: white;
	border: none;
	padding: 0px;
	margin: 0px;
	height: 2px;
	width: 300px;
	z-index: 9;
	font-size: 2px;
}

#contacts {
	position: absolute;
	top: 587px;
	right: 0px;
	background-color: white;
	z-index: 10;
	padding: 2px;
	font-size: 10px;
}

img {
margin: 0px;
border:0px;
}

#menu {
position: absolute;
left: 482px;
top: 10px;
z-index: 11;
}

.connector {
margin-top: 5px;
background-color: white;
width: 47px;
height: 2px;
float: left;
font-size: 2px;
}

.item {
background-color: white;
float: left;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 1px;
font-size: 11px;
}

.clear{
clear: left;
}

.entry{
position: relative;
height: 20px;
margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #000000;
z-index: 10;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
margin-bottom: 0px;
	padding: 0px;
}

p{
margin: 0px;
}

.selected {
	font-weight: bold;
}
