body {
	background: #1d1d1d url(../images/bg.jpg) top left repeat-x;
	color: white;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: circle;
}

#header,
#menu,
#content,
#footer,
#news,
#images {
	margin-bottom: 20px;
}

#header_left {
	display: block;
	margin-top: 20px;
	margin-left: 90px;
	width: 249px;
	height: 72px;
	background: transparent url(/media/default/images/zeitin_logo.png) top left no-repeat;
}

#lang_menu {
	float: right;
	color: gray;
}

#lang_menu_left {
	float: left;
	width: 11px;
	height: 30px;
	background: transparent url(../images/lang_menu_left.gif) top left no-repeat;
}

#lang_menu_middle {
	float: left;
	height: 30px;
	background: transparent url(../images/lang_menu_middle.gif) top left repeat-x;
}

#lang_menu_middle input {
	vertical-align: -6px;
}

#lang_menu_right {
	float: left;
	width: 11px;
	height: 30px;
	background: transparent url(../images/lang_menu_right.gif) top left no-repeat;
}

#menu {
	background-color: #1d1d1d;
	border: 1px solid black;
}

#menu table {
	margin: 0 auto;
}

#menu td {
	width: 120px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

#menu td.selected {
	background-color: #FBA43A;
}

#menu td:hover {
	background-color: #281378;
}

#news li {
	margin-bottom: 10px;
}

#news a {
	color: white;
	text-decoration: underline;
}

#news a:hover {
	color: white;
	text-decoration: none;
}

#news li p {
	margin: 0;
}

#news span {
	margin-right: 3px;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
}

#images img {
	margin-bottom: 10px;
	border: 1px solid gray;
}

#footer {
	text-align: center;
}

#available_news_list, h4, p {
	margin-bottom: 10px;
}

#available_news_item h2 {
	margin-bottom: 0;
}

#pagination {
	text-align: center;
}

#pagination a, #pagination span {
	margin-right: 3px;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
}

.pagination_current {
	background-color: #FBA43A;
	color: black;
}

.pagination_link {
	background-color: #1d1d1d;
}

.pagination_link:hover {
	background-color: #281378;
}

.ulink {
	text-decoration: underline;
}

.ulink:hover {
	text-decoration: none;
}
