body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #353535;
	background-image: url(images/body-background.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 65.3%;
}
a {
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 10px;
	background-image: url(images/node-header.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	background-image: url(images/title-background.gif);
	background-repeat: no-repeat;
	background-position: -90px;
	padding: 4px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
div#container {
	z-index: 100;
	height: 100%;
	min-height: 100%;
	width: 776px;
	background-color: #9ccdd6; /* !!!REMOVE!!! */
	border-right: 3px solid #202020;
	background-image: url(images/container-background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin:auto;
}
div#header {
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	overflow: auto;
}
div#header h1 {
	display: none;
}
/*
	Menuline
*/
div#header ul {
	display: block;
	height: 20px;
	background-image: url(images/menuline-backgorund.gif);
	margin: 0;
	padding: 0;
	bottom: 0px;
	right: 0;
	position: absolute;
	width: 100%;
	margin: 0 2px 0 0;
}
div#header ul li {
	float: left;
	display: inline;
	background-position: right;
	width: 110px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 0px;
	height: 20px;
	background-image: url(images/menuitem-backgorund.gif);
}
div#header ul li a {
	text-align: center;
	position: relative;
	top: 2px;
	right: 10px;
}
div#header a, a:link {
	color: #FFFFFF;
}

a:visited {
	color: #DDDDDD;
}

div#main {
	clear: both;
}
div#left-sidebar {
	background-image: url(images/left-sidebar-background.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 150px;
	height: 600px;
	overflow: visible;
	float: left;
	margin: 1px 2px 1px 0;
}
div#left-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#left-sidebar ul li:first-child {
	background-color: #455459;
}
div#left-sidebar ul li {
	background-color: #516166;
	list-style: none;
	padding: 5px;
	margin: 2px 2px 0 4px;
	color: #bdbdbd;
}
div#left-sidebar ul li a, div#left-sidebar ul li a:link {
	color: #bdbdbd;
}
div#left-sidebar ul li a:hover {
	color: #D5D5D5;
}
div#left-sidebar img {
	vertical-align: bottom;
	margin: 10px 0 10px 0;
}
div#left-sidebar img.ad-forcex {
	vertical-align: bottom;
	margin: 20px 0 0 0;
}
div#content {
/*	background-color: #2f8be0;  !!!REMOVE!!! */
	float: left;
	width: 420px;
	margin: 1px 2px 1px 0;
}
div.entry {
	background-image: url(images/node-background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #3a94e8;
	overflow: auto;
}
div#content div.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 0 2px 0;
	padding: 0;
}
div#content div.entry p, div.news ul, ul#events {
	font-size: 1.1em;
	margin: 10px;
	line-height: 1.3em;
	list-style: none;
	padding: 0;
}
div.news ul li span.date {
	color: #a4d3ff;
}
div.news ul li:first-child, ul#events li:first-child {
	background-image: none;
	padding: 0;
}
div.news ul li, ul#events li{
	background-image: url(images/node-header.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 6px 0 0 0;
	margin: 2px 0 6px 0;
}
ul#events {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
ul#events li div.date {
	font-size: 0.9em;
	color: #a4d3ff;
}
div#right-sidebar {
	width: 200px;
	float: left;
	margin: 1px 1px 1px 0;
}
div#right-sidebar div.entry {
	margin: 0 0 2px 0;
}
div#footer {
	clear: both;
	text-align: center;
	color: #6a6b6b;
	padding: 4px 0;
}
div#footer p {
	margin: 0;
}
div#gallery-block {
	text-align: center;
}
img.gallery-thumb {
	background-color: #6fb3f3;
	padding: 1px;
	border-collapse: collapse;
	border-bottom: 7px solid #2c81d0;
	margin: 10px auto 2px auto;
	text-align: center;
}
div#right-sidebar ul.gallery-info {
	font-size: 1.1em;
	margin: 2px 10px 10px 10px;
	line-height: 1.3em;
	list-style: none;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
div#right-sidebar ul.gallery-info li.date {
	color: #6ab7ff;
}

#gallery ul {
    list-style:none;
    padding:0;
    margin:5px;
}

#gallery ul li {
    display:inline;
}

#gallery ul li img {
    padding:5px;
}

.select {
    font-size:9px;
}