* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee;
	background-image: url(gfx/gradientBackground.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Trebuchet MS", "Trebuchet";
	font-size: 10px;
}

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

img { border: none; } 

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	background-image: url(gfx/topheader.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 230px;
	text-indent: -999em;
}

hr {
	background-image: url(gfx/pattern.gif);
	background-repeat: repeat;
	height: 3px;
	border:none;
	margin: 1px auto;
}

#contentHolder {
	width: 790px;
	margin: 0 auto;
	background-image: url(gfx/dividor.gif);
	background-repeat: repeat-y;
}
			
#contentHolder {
	width: 790px;
	margin: 15px auto;
}

ul#leftMenu {
	list-style: none;
	width: 227px;
	float: left;
}

ul#leftMenu li h1 {
	width: 227px;
	height: 19px;
	background-color: #d5e8ef;
	color: #384f5c;
	font-size: 9pt;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 10px;
	font-weight: normal;
}

ul#leftMenu li a.menu {
	display: block;
	width: 204px;
	height: 17px;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 4px;
	color: #a3bb36;
	border-top: 1px dotted #c6c6c6;
	margin-left: 9px;
}

ul#leftMenu li a.menu.last {
	border-bottom: 1px dotted #c6c6c6;
	margin-bottom: 10px;
}

ul#leftMenu li a.menu:hover {
	background-color: #dadada;
}

#calendar { margin-bottom: 10px;  font-size: 9pt;}
#calendar table { margin: 0 auto; }
#calendar table th {
  background-color: #939393;
	color: #fff;
	font-size: 10pt;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
}
#calendar table th.left { border-left: 1px solid #7a7a7a; }
#calendar table th.right { border-right: 1px solid #7a7a7a; }
#calendar table td {
  text-align: center;
	background-color: #edf2f8;
	font-size: 9pt;
	border-bottom: 1px solid #ced3d7;
	border-right: 1px solid #ced3d7;
}
#calendar table td a { text-decoration: none; }
#calendar table td * { color: #384f5c; }
#calendar table td.current * { color: #a3bb36; font-weight: bold; }
#calendar table td.entry * { color: #ff0000; font-weight: bold; }
#calendar table td.left { border-left: 1px solid #ced3d7; }
#calendar p {
  padding-top: 5px;
	text-align: center;
}


li.newsitem { 
  margin-bottom: 15px;
}
li.newsitem img {
  float: left;
	border: 1px solid #c6c6c6;
	padding: 1px;
	margin: 0 10px;
}
li.newsitem .r {
  float: left;
  width: 125px;
}
li.newsitem .r h3 {
  color: #000;
	font-size: 10pt;
}
li.newsitem .r a {
  color: #a3bb36;
	font-size: 9pt;
}

div#dividor {
	width: 2px;
	height: 300px;
	margin: 0 31px;
	float: left;
}

#content { width: 499px; float: right; font-size: 10pt; }
#content h1 {
	color: #a3bb36;
	font-size: 17pt;
	height: 30px;
	margin-bottom: 10px;
	background-image: url(gfx/pattern.gif);
	background-repeat: repeat-x;
	background-position: 0px 28px;
}
#content p { font-size: 10pt; margin-bottom: 10px; }
#content p.sub { font-size: 8pt; color: #666666; }
#content img.newsitem {
	float: left;
	border: 1px solid #d1d1d1;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.clear { clear: both; }

#footer * {
	margin: 0 auto;
	text-align: center;
	font-size: 7pt;
	color: #bababa;
}

#footer {
  margin: 10px 0 10px 0;
}

#footer a { text-decoration: underline; }

.red {
  color: #ff5555;
}


.album a, .album a img { text-decoration: none; border: none; text-align: justify; }
.album a p { padding-top: 5px;}
.album td { text-align: center; padding-right: 22px; }
