/* General */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}

body {
	background: #e5e5e5;
	text-align: center;
	font-family: Verdana;
	font-size: 90%;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}

h1{margin-left:75px; font-size:20px; font-weight:200; color:#800000;}
h2{font-size:16px; font-weight:100;}
a {
	color: #660000;
}

a:hover {
	color: black;
}

table#main_table {
	width: 100%;
	height: 100%;
	z-index: 15;
}

/* Top menu */

div#topmenu {
	height: 30px;
	position: fixed;
	width: 100%;
	z-index: 25;
	background: #e5e5e5;
}

div#topmenu ul {
	list-style: none;
	display: inline;
}

div#topmenu ul li {
	display: inline;
	font-weight: bold;
	font-family: Century Gothic,  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 16px;
	letter-spacing: 0.5px;
}

div#topmenu ul li:last-child {
	margin-right: 0px;
}

div#topmenu ul li a {
	color: #777777;
	text-decoration: none;
}

div#topmenu ul li a:hover, div#topmenu ul li a.selected {
	color: black;
}

div#pagefooter {
	height: 38px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 25;
	background: #e5e5e5;
	vertical-align:text-bottom;
}

/* Center table layout */

table#centertable {
	width: 100%;
	height: 480px;
}

table#centertable td {
	
}

td#centertable_header {
	background: url('img/table_header_bg.png') bottom repeat-x;
}

tr#centertable_content {
	height: 456px;
}

td#centertable_footer {
	background: url('img/table_footer_bg.png') top repeat-x;
}

/* Channel card layout */


/* Page footer */

div#copy {
	color: #505050;
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 25;
	padding-left: 225px;
	padding-top: 4px;
}

div#copy img {
	margin-left: 10px;
	margin-bottom: -1px;
}

div#counters {
	float: right;
	text-align: right;
	margin-right: 20px;
	width: 315px;
	z-index: 15;
	height: 32px;
}

div#counters img {
	float: right;
}
#center_bott{padding-top:18px;}

/* Float clear tag */

div.clear {
	clear: both;
}

img {
	border: 0px;
}

div.preload {
	display: none;
	visibility: hidden;
}

#news {width:650px; margin:0 auto;}
#news div.news_descr p.news_date, #single_news p.news_date {font-size:12px; color:#999;}
#news div.news_descr {margin-left:110px; width:540px;}
#news div.news_descr p {color:#800000;text-align:justify;}
#single_news div.news_descr p{color:#800000;text-align:justify;}
/* END General */

/* ========================================================================= */
