/*layout-tabel*/
table#container	{
	width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	border-collapse: collapse;
	background: #77AA44 url("../images/main_back_v.jpg") left bottom repeat-x;
}
table#container td#bottom {
	vertical-align: bottom;
	height: 20px;
	font-size: 10px;
	text-align: right;
	color: #FFFFAA;
	
}
table#container td#bottom a	{
	color: #FFFFAA;
	text-decoration: none;
	}
table#container td#bottom a:hover	{
	text-decoration: underline;
	font-weight: normal;
	}
table#container td#left	{
	vertical-align: top;
	width: 559px;
}
table#container td#right	{
	vertical-align: top;
	width: 196px;
}
/*divjes*/
div#container	{
	position: absolute;
	width: 750;
	left: 50%;
	margin-left: -375px;
	height: auto;
	border: none;
	background: #77AA44 url("../images/main_back_v.jpg") left bottom repeat-x;
	overflow: show;
	margin-bottom: 3px;
	}
div#main	{
	position: relative;
	width: 553px;
	left: 3px;
	top: 138px;
	margin-bottom: 136px;
	border: none;
	}
div#selector	{
	position: relative;
	float: right;
	font-size: 10px;
}
div.maindiv	{
	position: relative;
	width: 550px;
	border: 1px navy solid;
	border-top: none !important;
	background: #FFFFAA;
	}	
div#maincont	{
	position: relative;
	width: 540px;
	left: 5px;
	top: 10px;
	color: navy;
	font-size: 12px;
	text-align: justify;
	}
div#rightmenu	{
	position: relative;
	width: 185px;
	top: 104px;
	left: 2px;
	border: none;
	}
div.smallmenu	{
	position: relative;
	width: 183px;
	border: 1px navy solid;
	border-top: none !important;
	font-family: sans-serif;
	font-size: 10px;
	color: navy;
	background: #FFFFAA;
	}
div.smallmenu a	{
	text-decoration: none !important;
	font-weight: normal;
	font-style: normal;
	}
div.smallmenu a:hover	{
	text-decoration: underline !important;
	font-weight: normal;
	font-style: normal;
	}
div#bottom	{
	position: relative;
	padding-top: 0px;
	width: 600px;
	right: -145px;
	bottom: 3px;
	height: 20px;
	border: 0px black solid;
	font-size: 10px;
	text-align: right;
	color: #FFFFAA;
	}

div#top	{
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -371px;
	width: 742px;
	height: 102px;
	border: 0px navy solid;
	color: navy;
	background: navy;
	text-align: center;
	}
div#topinh	{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 740px;
	height: 100px;
	background: #FFFFAA;
	font-size: 45px;
	font-weight: bold;
}
div#topinh span	{
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
