body {	
	
  	margin: 1em;
	background-color: #FFFFFF;
	font-family: Georgia;
	font-size: 12px;
	line-height: 24px;
	/*background-position: left top;*/
  	background-attachment: fixed;
  	background-repeat: no-repeat;
}


#navigation {	

display: none;
					 
}

#header {
 position: relative;
 border-top: 10px solid #0c3a6d;
 width: 100%;
 height: 7em;
 background-color: #0c3a6d;
 color: #FFF;
 font-style: italic;
 cursor: default;
}
#header #Ciurzaklogo {
 /*position: relative;*/
 z-index: 2;
 left: 10em;
 top: 0;
 width: 7em;
 height: 2em;
 border-width: 0;
}
#header #bevel {
 float: right;
 height: 0;
 line-height: 0;
 border: 2.5em solid #FFF;
 border-color: #369 #FFF #FFF #369;
}
#header #bevel #span {
 display: none;
}

	
#header #Ciurczak {
 position: absolute;
 top: 0;
 left: 5em;
 font-size: 2.8em;
}

#header #address {
 position: absolute;
 top: 80%;
 left: 0;
 width: 100%;
 height: 1.66em;
 text-indent: 14em;
 font-size: 1em;
 background-color: #042447;
 border-top: 1px solid #042447;
 border-bottom: 1px solid #042447;
}

h1,h2,h3,h4{
	font-family: Georgia;

}

#content{

	font-family: Georgia, sans-serif;
	padding: 1em;
	margin: 1em;

}

td, th {
	font-family: "Georgia, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	background-color: #FFFFFF;

}

a {
	color: #0000FF;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold
}

a:hover {
	color: #822217;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #D93826;
	text-decoration: none;
}

.footer {
	font-family: Georgia, Helvetica, sans-serif;
}