@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	background: #2f95ea;
	min-height: 100%;
	height: 100%;
}

body {
	background: url("images/backgroundGradient.png") top left repeat-x;
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 100%;
	color: #fff;
	line-height: 1.5em;
	min-height: 100%;
	height: 100%;
}

h1, h2 {
	margin: 16px auto;
	line-height: 1.5em;
}

p {
	margin: 16px 0;
}

a {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#layout {
	background: url("images/menuBarBack.png") top left repeat-x;
	width: 1000px;
	margin: 0 auto;
}

#menuBar * {
	z-index: 10000;
}

#menuBar {
	height: 30px;
	overflow: hidden;
	color: black;
}

#menuBar #menu {
	float: left;
	padding-left: 25px;
}

.menuItems * {
	z-index: 10000;
}

.menuItems li {
	float: left;
	list-style: none;
	margin: 0px 5px;
	padding: 0;
}

.menuItems li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

.menuItems li ul li {
	margin: 0;
	padding: 0;
	background: #fff;
	float: none;
}

#menuBar a, .menuItems a {
	display: block;
}

#menuBar a:hover, .menuItems a:hover, #menuBar a.selected, .menuItems a.selected {
	background: #2f95ea;
}


#menuBar #langBar {
	float: right;
	padding-right: 25px;
}

#content {
	padding-bottom: 350px;
	background: url('/images/bottomBackground.png') bottom left no-repeat;
	text-align: justify;
}

#leftColumn {
	width: 510px;
	float: left;
}

#leftColumnInner {
	padding: 5px;
	text-align: center;
}

#rightColumn {
	width: 490px;
	height: 550px;
	float: left;
	overflow: auto;
}

#rightColumnInner {
	padding: 5px 0;
}

.thumb {
	cursor: pointer;
	text-align: center;
	width: 150px;
	margin: 3px;
	float: left;
	line-height: normal;
}

.thumb img {
	overflow: hidden;
}

.thumb span {
	display: block;
	font-size: 70%;
	font-weight: bold;
}

.fullImageFirstRow {
	font-size: 125%;
	text-align: left;
	font-weight: bolder;
	margin: 2px 0;
}

.fullImageSecondRow {
	font-size: 105%;
	text-align: right;
	margin: 2px 0;
}

#footer {
	padding: 10px 0;
	text-align: center;
	font-size: 75%;
}

.newsImageBox {
	float: right;
	margin-left: 10px;
}
