/* Kaskadowy arkusz styl&#258;łw */

/* Akapit */

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #1A1A1A
	}
.headerItalic{
	font-style: italic;
	text-align: right;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: bold;
	color: #1A1A1A
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	text-decoration: bold;
	color: #1A1A1A
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	text-decoration: bold;
	color: #1A1A1A
}

/* Linki */

a:link {
	text-decoration: none;
	color: #0000B9;
}
a:visited {
	color: #0000B9;
}
a:hover {
	color: #FE0000;
}

/* Blok DIV */

div {

}
#main {
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#subHeader {
		width: 100%;
		height: 20px;
	   margin: 0 auto;
}

#menu{
	border-bottom: 1px solid black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}

#content{

}

#footer {
	border-top: 1px solid black;
	clear: both;
}