* {
	font-family: verdana,arial,helvetica,sans-serif;
	color: black;
	font-size: 12px;
}

body {
margin: 0;
padding: 0;
right: 0;
bottom: 0;
}

img {
border:0;
}

table {
	border-collapse: collapse;
	border: 1px black solid;
	margin: 2px;
}

td {
	padding: 5px;
	border: 1px black solid;
	vertical-align: top;
}

th {
	padding: 5px;
	border: 1px black solid;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.clearer { clear: both; }

#head {
	right: 0;
	background: url(img/head_bg.jpg) repeat-x;
	height: 184px;
}

#h_left {
	float: left;
}

#h_right {
	float: right;
}

#main {
	position: absolute;
	top: 184px;
	bottom: 0px;
	left:0;
	right:0;
}

#left {
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	background: url(img/bg_left.jpg) repeat-y;
}

#right {
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	background: url(img/bg_right.jpg) repeat-y;
}	

#leftcontent {
	width: 206px;
	min-height: 522px;
	background: url(img/left.jpg) no-repeat;
}

#rightcontent {
	width: 206px;
	min-height: 522px;
	background: url(img/right.jpg) no-repeat;
}


#leftcol {
	width: 130px;
	text-align: center;
}

#rightcontainer {
	position: relative;
	left: 75px;
	width: 130px;
	text-align: center;
	
}

#rightcontainer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#rightcontainer p {
	margin: 0;
}

#rightcontainer h1 {
	font-size: 18px;
}

#rightcontainer h3, #rightcontainer h3 a, #rightcontainer h3 * {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#rightcontainer img {
	margin: 10px 0 10px 0;
}

#rightcontainer .news-latest-container {
	margin-bottom: 30px;
} 

.tx-rgsmoothgallery-pi1 {
	margin-left: 6px;
}

#menu ul, #menu ul li {
	list-style: none outside;
	margin:0;
	padding:0;
	padding-left: 5px;
}

#menu li a {
	display: block;
	width: 115px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 5px;
}

#menu ul li.submenu, #menu ul li.submenu_active {
	
	padding-left: 10px;
}

#menu ul li.submenu a,#menu ul li.submenu_active a {
	margin-bottom: 5px;
	font-size:12px;
	font-weight: normal;
}


#menu ul li.subsubmenu, #menu ul li.subsubmenu_active {
	
	padding-left: 15px;
}

#menu ul li.subsubmenu a,#menu ul li.subsubmenu_active a {
	margin-bottom: 5px;
	font-size:10px;
	font-weight: normal;
}

#content {
	position: absolute;
	top:0;
	left: 208px;
	right: 208px;
	min-height: 522px;
	overflow: hidden;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
}



