body, html {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	background: #c0c0c0 url(./images/background.png) repeat-y fixed top center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
}
a img {
	text-decoration:none;
	border: 0 none;
}
#wrapper {
	width: 1024px;
	margin: 0px auto;
	position: relative;
}
#toolbar {
	width: 768px;
	position: relative;
	margin-top: 0;
	padding: 0;
	height: 40px;
	background: #fff url(./images/toolbar.png);
	padding-left: 256px;
}
#logo {
   	width: 174px;
   	height: 175px;
	display: block;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#logo a {
   	height: 100%;
   	width: 100%;
  	display: block;
   	overflow: hidden;
   	background: url(./images/SAROSLogoSmall.gif) no-repeat;
   	text-indent: -9999px;
}
#header {
	height:175px;
	width:1024px;
	top:0px;
	left:0px;
   	background: url(./images/banner.png) no-repeat;
}
#navi li {
	display: inline;
}
#navi li a, #navi li a:visited {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	padding-left: 5px;
	margin: 0;
	margin-right: 5px;
	line-height: 40px;
	text-decoration: none;
}
#navi li a:hover, #navi li a:active, #navi li.current a, #navi li.current a:visited {
	color: #000;
	background: url(./images/button.png) no-repeat 0 50%;
	text-decoration: none;
}
#navi li span {
	padding: 5px 0;
	padding-right: 5px;
	text-decoration: none;
}
#navi li a:hover span, #navi li a:active span, #navi li.current span {
	background: url(./images/button_end.png) no-repeat 100% 50%;
	text-decoration: none;
}
#block {
	background-image: url(./images/block.png);
	border: 2px solid #000;
	margin-bottom: 10px;
}
#main {
	float: left;
	width: 1000px;
	padding: 12px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main news {
	float: left;
	width: 1000px;
	padding: 12px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#picture {
   	width: 1000px;
   	height: 518px;
	display: block;
	float: left;
	position: relative;
	left: 0px;
	background: url(./images/picture_home.jpg) no-repeat;
	z-index: 200;
}
#picture1 {
   	width: 1000px;
   	height: 431px;
	display: block;
	float: left;
	position: relative;
	left: 0px;
   	background: url(./images/picture1.jpg) no-repeat;
   	text-indent: -9999px;
}
#picture2 {
   	width: 1000px;
   	height: 459px;
	display: block;
	float: left;
	position: relative;
	left: 0px;
   	background: url(./images/picture2.jpg) no-repeat;
   	text-indent: -9999px;
}
#picture3 {
   	width: 1000px;
   	height: 442px;
	display: block;
	float: left;
	position: relative;
	left: 0px;
   	background: url(./images/picture3.jpg) no-repeat;
   	text-indent: -9999px;
}
#picture4 {
   	width: 1000px;
   	height: 450px;
	display: block;
	float: left;
	position: relative;
	left: 0px;
   	background: url(images/picture4.jpg) no-repeat;
   	text-indent: -9999px;
}
#picture5 {
   	width: 1000px;
   	height: 1100px;
	display: block;
	float: left;
	position: relative;
	left: 0px;
   	background: url(./images/picture5.jpg) no-repeat;
   	text-indent: -9999px;
}
#picture6 {
   	width: 1000px;
   	height: 502px;
	display: block;
	float: left;
	position: relative;
	left: 0px;
   	background: url(./images/picture6.jpg) no-repeat;
   	text-indent: -9999px;
}
#main p {
	text-align: justify;
	margin-top: 0px;
	padding: 0px 15px 0px 15px;
}
#main p a {
	text-decoration: none;
}
#main tt {
	padding-left: 15px;
}
#main h2 { 
	margin-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: large;
	text-align: center;
}
#main h3 { 
	margin-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: small;
	text-align: left;
}
#events {
	width: 90%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#events td, #events th {
	border: 1px solid #447;
	padding: 3px 7px 2px 7px;
	background-color: #eef;
}
#events td a {
	text-decoration: none;
}
#events th {
	text-transform: uppercase;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #336;
	color: #fff;
}
#events tr.alt td {
	color: #000;
	background-color: #ccd;
}
#events tr.altexpired td {
	color: #000;
	background-color: #bcc;
}
#events tr.altpending td {
	color: #000;
	background-color: #ddb;
}
#events tr.expired td {
	color: #000;
	background-color: #bcc;
}
#events tr.pending td {
	color: #000;
	background-color: #ffd;
}
#footer {
	clear:both;
	padding:10px 10px;
	margin-top: 0px;
}
#footer p {
	padding-top: 10px;
	height: 25px;
	margin:0px;
	color:#eef;
	background-color: #000;
	font-size:xx-small;
	text-align:center;
}
* html #footer {
	height:1px;
}
