body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin: 0px auto 0px auto;
	text-align: center;
	background: url(graphics/bg.jpg) center repeat-y;
}

em{
	font-size: 0.9em;
}

li{
	margin: 2px;
}

p { 
  	line-height: 1.5em; 
  	margin: 1.2em 0em 1.2em 0em; 
  	color: #333333;
}

a:link { 
  color: #333333; 
  text-decoration: underline;   
}

a:visited { 
  color: #000000; 
  text-decoration: underline;   
} 

a:active { 
  color: #000000; 
  text-decoration: underline; 
}

a:hover {
  color: #666666; 
  text-decoration: underline; 
}

a.heading {
  font-size: 1.3em;
  text-decoration: none;
  color: #000000;
}

a.heading:hover {
  text-decoration: underline; 
}


img{
	border: none;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
}

.available{
	display: inline;
}

.hidden{
	display: none;
}

.data{
	width: 100%;
}

.data th{
	border-bottom: 1px solid #666666;
	padding: 5px;
}

.data td{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.grey{
	background-color: #EFEFEF;
}

.white{
	background-color:#FFFFFF;
}

.right{
	background:	url(graphics/blue.jpg) repeat-x;
	background-color: #FFFFFF;
	width: 173px;
	margin-top: 0px;
	margin-left:10px;
	float: left;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.right h2{
	color: #0099FF;
}

.mainright{
	width: 300px;
	margin-top: 0px;
	margin-left:10px;
	float: left;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.mainright h2{
	color: #0099FF;
}

.box{
	width: auto;
	border: 1px dashed #CCCCCC;
	background: #F3F3F3;
	padding: 5px;
	color: #000000;
	margin: 5px 5px 15px 5px;
	font-weight: bold;
	float:none;
}

.box li{
	color: #000000;
}

.imgsmall img{
	padding: 3px;
	margin: 5px;
	margin-top: 0px;
	border: 1px solid #999999;
	background:#FFFFFF;
	float: left;
}

.nofloat{
	float: none;
	margin-top: 10px;
}

.nounderline a{
	text-decoration: none;
}

.nounderline a:hover{
	color: #666666;
}

.red a{
	text-decoration: none;
}

.red a:hover{
	color: #CC0000;
}

.red li{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.nounderline ul{
	list-style:square;
}

.footer{
	padding-left: 20px;
	padding-bottom:10px;
}

.verse{
	font-style: italic;
	color:#666666;
}

.bible{
	font-weight: bold;
}

.textbox{
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
}

.nav{
	height: 40px;
	background: url(graphics/nav.jpg) repeat-x;
	font: 1.1em'gill sans mt',tahoma,sans-serif;
}

.nav ul{
	margin: 0px;
	display: inline;
}

.nav li{
	float: left;
	vertical-align: middle;
	list-style: none;
	margin: 0px 5px 0px 5px;
}

.nav a{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}

.nav a:hover{
	color: #FFCC00;
	background-color: #333333;
	border-bottom: #333333 2px solid;
}

.nav#admin li{
	float: left;
	vertical-align: middle;
	list-style: none;
}


.error{
	font-size: 0.9em;
	color: #CC0000;
	display: none;
}

.clear{
	clear: both;
}

.new{
	color: #CC0000;
}

.comment{
	border: 1px dashed #CCCCCC;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

#comment_header{
	display: block;
	border-top: #CCCCCC 1px dashed;
	padding-top:5px;
	font-weight: bold;
}

#container{
	width: 950px;
	position: relative;
	text-align: left;
	margin: 0px auto 0px auto;
	height: auto;
}

#head{
	height: 50px;
	background:url(graphics/top-dark.jpg) repeat-x;
}

#logo{
	width: 180px;
	height: 50px;
	background: url(graphics/logo.jpg) no-repeat;
	float: left;
	margin-left: 10px;
}


#highlight{
	width: auto;
	height: 220px;
	background-color: #EFEFEF;
}

#flash{
	width: 540px;
	height: 210px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#FFFFFF;
	float: left;
}

#info{
	width: 180px;
	float: left;
	margin-right: 10px;
}

#services{
	width:180px;
	float:left;
	padding:5px;
	margin-left:10px;
	background: #fff;
}

#services ul{
	margin:10px;
	padding:0px;
}

#services li{
	color:#333;
	padding-bottom:10px;
}

#services h2{
	color:#FF6600;
}

#main{
	background: #FFFFFF;
	overflow: auto;
	padding-bottom: 10px;
	min-height: 500px;
}

h2{
	font: 1.2em/1em 'gill sans mt',tahoma,sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666666;
}

#main ul{
	list-style: none;
	margin: 0;
	display: inline;
	list-style-position:outside;
	padding:0px;
}



#left{
	width: 190px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#left h2{
	color: #CC0000;
}


#center{
	width: 524px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	border-left: 1px solid #CCCCCC;;
	padding-left: 10px;
	padding-right: 5px;
}

#center h2{
	color: #99CC00;
}

#center img{
	vertical-align: middle;
	text-align: right;
}

#maincenter{
	width: 580px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	padding-right: 5px;
}

#maincenter h2{
	color: #99CC00;
}

#maincenter img{
	vertical-align: middle;
	text-align: right;
}

#warta{
	border: 1px solid #0099FF;
	width: 125px;
	height: 150px;
}

#light{
	height: 30px;
	background:url(graphics/bottom-light.jpg) repeat-x;
	padding-bottom:0px;
	padding-top: 0px;
	color: #FFFFFF
}

#light p{
	margin: 0px;
	padding: 0px;
}

#light p{
	color: #CCCCCC;
	margin-top: 0px;
}

#bottom{
	background:url(graphics/bottom.jpg);
	padding-top: 0px;
	padding-bottom: 20px;
	overflow: auto;
}

#bottom ol{
	margin:0px;
}

#bottom p{
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}

#bottom a{
	color: #FFFFFF;
	text-decoration: none;
}

#bottom a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#bottom ul{
	list-style: none;
	width: 650px;
	padding-left: 0px;
	margin-left: 0px;
}

#bottom li{
	float: left;
	background: url(graphics/bottom.jpg);
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px dotted #FFCC00;
}

#leftbig{
	width: 730px;
	float: left;
	margin: 10px;
}

#leftbig h2{
	border-bottom: 1px dashed #666666;
	color: #FF9900
}

#leftbig ul{
}

#about{
}

#about a{
	text-decoration: none;
}

#about a:hover{
	color:#0099FF;
}

#aboutimg img{
	padding: 3px;
	margin: 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
}

#shout{
	font-size: 0.9em;
}

#weather{
	width: 170px;
	text-align: center;
	vertical-align: middle;
}

#video{
	text-align: center;
	height: 365px;
	margin-left: 10px;
	padding-top: 10px;
	background:url(graphics/video-bg.jpg) repeat-x;
}

#mySlideShow
{
width: 540px !important;
height: 210px !important;
} 
