html, body {
	height:100%; 
	height:100%; 
	max-height:100%;
	overflow-x:hidden; 
	overflow-y: scroll;
	margin:0;
	padding:0;
}

body {
	background-image:url(img/back.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited, a:active, a:hover {
	color:#fe0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size:14px;
	color:#fe0000;
	text-transform:uppercase;
}

h2 {
	font-size:12px;
	color:#000;
}

h3 {
	font-size:12px;
	color:#000;
	font-style:italic;
}

p.bodytext {
	
}

#outer {
	width:1000px;
	margin: 0 auto;
/*	height:auto !important; */
	height:100%; 
	min-height:100%; 
	position:relative; 
}

#outer #main {
	background-image:url(img/main-bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
	width:797px;
	height: 100%;
	float:left;
}

.header {
	background:url(img/header-bg.gif) no-repeat right;
	height:191px;
	width: 100%;
}

#sidebar {
/*	height: ;*/
	float:left;
	width:190px;
	padding-left:12px;
	padding-top:20px;
}


#sidebar .block {
	margin-bottom:8px;
}

#sidebar .block h1, #sidebar .block h2, #sidebar .block h3 {
	margin-top:0;
}

#sidebar .block #top{
	background:url(img/side-bg.gif) top left no-repeat;
	padding:12px;
	width: 144px;
	_height: 128px;
	min-height: 128px;
	margin:0;
}

#sidebar .block .side-closure {
	padding:0;
	margin:0;
	width: 144px;
	padding:0 12px;
/*	_margin-left:6px;*/
	border:none;
	background:none;
	background:url(img/side-hr.gif) no-repeat;
	height:8px;
	position: relative;
}


#main .header #curDate {
	top:120px;
	position:relative;
	width:190px;
	float:left;
	margin-left:30px;
	display:inline;

}

#main .header img {
	float:left;
	display:inline;
/*	padding-left: 222px;*/
}


#main #content {
	float: right;
	width: 560px;
	margin-top:10px;
	display:block; 
/*	height:365px;*/
position: relative;
	height:67%;

	margin-right:2px;
	padding-right:25px;
	overflow:scroll;
	overflow-x:hidden; 
	overflow-y: scroll;
}

#menu ul  {
	padding: 0 ;
	margin: 0;
	list-style-type: none;
/*	margin-left:20px;*/
	width: 160px;
}

#menu a {
	text-decoration:none;
	color:#000;
}

#menu ul  ul{
	padding: 0 ;
	margin: 0;
}

#menu ul li {
	padding: 0 ;
	margin: 3px 0;
	font-weight:bold;
	font-size:13px;
	text-align: center;
}

#menu ul li li{
	margin: 0;
	font-weight:normal;
	font-size:13px;
	text-align: left;
}

#menu ul li a{
	background:url(img/menu.gif) no-repeat;
	padding:2px 0;
	display:block;
	height:23px;
}

#menu ul li li a{
	padding-left:10px;
}

#menu ul li a.active, #menu ul li a:hover{
	color:#ff0;
}


#menu ul li li a{
	background:none;
}

#menu ul li li a.active, #menu ul li li a:hover{
	color:#fe0000;
}

hr.clearer {
	clear:both;
	visibility:hidden;
} 

hr.news {
	clear:both;
	border:none;
	border-bottom:1px solid #fe0000;
	height:1px;
} 
 
.news-single-img {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}

.news-list-item img {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.news-list-date, .news-list-morelink {
	float:right;
}

.news-latest-item img {
/*	float:left;*/
	margin-right:10px;
	margin-bottom:10px;
}


.news-latest-morelink {
	margin-bottom:25px;
}

.news-latest-item  h3 {
	margin-bottom:6px;
	clear:both;
}

.news-latest-item  h3 a {
	color:#000;
	text-decoration:none;
}

.news-latest-item  h3 .news_date {
	font-weight:normal;
}



table.contenttable {
	width: 500px;
}


table.contenttable th
{
	font-size: 12px;
	font-weight: bold;
	color: #fe0000;
	text-align:left;
	background-color: #f6ec18;
	padding: 2px 0 2px 5px ;
}

table.contenttable tr.tr-even td
{
	font-size: 11px;
	border: none;
	background-color: #faf587;
	padding: 2px 0 2px 5px ;
}

table.contenttable tr.tr-odd td
{
	font-size: 11px;
	border: none;
	background-color: #fdfbd1;
	padding: 2px 0 2px 5px ;
}
 

/* WT GALLERY list mode */
.wtgallery_listpic_pic {
	border: 1px solid white;
}
.wtgallery_listpic {
	border: none;
	width: 150px;
	height: 125px;
	text-align: center;
	padding:3px;
	margin-right:20px;
	margin-bottom:12px;

}
.wtgallery_pagebrowser_up {
	display: none;
}
/* WT GALLERY singleview mode */
.wtgallery_singlepic_pic {
	border: none;
}
.wtgallery_singlepic {
	border: none;
/*	width: 482px;
	margin-left: 50px;
	text-align: center;*/
}
/* wt_gallery END */


.tx-guestbook-contacts {
	font-style:italic;
}
