* {
	font-size:12px;
	font-family: Sans-Serif;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:25px;
}

h3 {
	font-size:15px;
	font-weight:normal;
	margin-top:25px;
}

#text img {
	margin: 0px 5px 5px 0px;;
	border:1px solid #C49C2A;
}

#text li {
	margin:5px 0px 7px 0px;
}

body {	
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background:url(../vk_img/bg_x_y.jpg) repeat;
}

table#paper {
	padding:0px;
	margin:0px;
	height:100%;
	width:1000px;
	border-collapse:collapse;
	border-style:solid 0px;
}

#paper_top, #paper_bot {
	height:84px;
}

#paper_top td {
	width:1000px;
	background:url(../vk_img/top.jpg) no-repeat;
}

#paper_bot td {
	width:1000px;
	background:url(../vk_img/bottom.jpg) no-repeat;
}

#content td {
	width:1000px;
	background:url(../vk_img/content.jpg) repeat-y;
	vertical-align:top;
}

#page {
	background: transparent;
	width:800px;
}

#page #text {
	background:transparent;
	vertical-align:top;
	padding-right:50px;
}

#page #rvmenu {
	background:transparent;
	width:200px;
	vertical-align:top;
}

/*====== Menu ======*/

#menu_items {
	list-style: none;
	border:1px solid black;
	padding-left:25px;
}

#menu_items li a {
	text-decoration:none;
	color:black;
}

#menu_items li a:hover {
	text-decoration:underline;
	color:black;
}

#menu_items li.selected {
	list-style:circle;
	font-weight:bold;
}

#menu_items li {
	margin:7px 7px 7px 0px;
}

#lang_menu {
	font-weight:bold;
}

#lang_menu a {
	color:black;
	text-decoration:none;
	font-weight:normal;
}

#lang_menu a:hover {
	color:black;
	text-decoration:underline;
}
