@charset "utf-8";

html, body, #wrap {
	border:0;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
 
body {
	display: table;
	background-color: #FFFDF3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.25;
}

body>#wrap
{
	display:table-cell;
	vertical-align:middle;
}

/* dla badzIEwia */

* html #wrap
{
	position:absolute;
	height:auto;
	text-align:center;
	/* ultrapack by Elus */
	top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
}

* + html #wrap
{
	position:absolute;
	height:auto;
	text-align:center;
	/* ultrapack by Elus */
	top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
}
 
:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
p {
	text-align: left;
	font-size: 0.7em;
	color: #603813;
	line-height: 1.7em;
	font-style: normal;
	font-weight: normal;
}
strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #E17261;
}


 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font-size:1.3em;
}
 
h3 {
	font-size:0.9em;
	font-weight:bold;
	color: #E46459;
	font-style: italic;
}
h4 {
	font-size: 16px;
	color: #C3041C;
	font-weight: bold;
	font-style: italic;
	background-color: #F5F3AB;
	margin-right: 20%;
	margin-left: 20%;
	border: 3px dashed #E5DC1C;
}
h5 {
	font-size: 14px;
	color: #C3041C;
	background-color: #F5F3AB;
	margin-right: 10%;
	margin-left: 10%;
	border: 3px dashed #E5DC1C;
	text-align: center;
}



a:link, a:visited, a:hover, a:active {
text-decoration:none;
}
img {
	text-decoration: none;
	border-style: none;
}
ul {
	display: inline;
	padding-left: 0px;

}
li {
	display: inline;
}
#main {
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#topper {
	height: 102px;
	width: 1024px;
	background-image: url(img/topper.gif);
	background-repeat: no-repeat;
}
#back {
	float: right;
	margin-top: 35px;
	margin-right: 50px;
	height: 65px;
	width: 120px;
	position: relative;
}
#back a {
	font-size: 10px;
	color: #E99BA1;
	position: absolute;
	bottom: 0px;
}
#back a:hover {
	color: #DB0222;
}

#back img {
	float: left;
}


#left {
	height: 551px;
	width: 266px;
	float: left;
	background-image: url(img/leftbg.gif);
	background-repeat: no-repeat;
}
#center {
	height: 551px;
	width: 496px;
	float: left;
	background-image: url(img/main.gif);
	background-repeat: no-repeat;
}
#content {
	height: 500px;
	width: 480px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	height: 490px;
	width: 478px;
}


#right {
	height: 551px;
	width: 262px;
	background-image: url(img/rightbg.gif);
	background-repeat: no-repeat;
	float: left;
}
#right img {
	margin-left: 50px;
	margin-top: 40px;
}

#footer {
	height: 115px;
	width: 1024px;
}
#legal p {
	font-size: 10px;
	margin-top: 6px;
	font-style: italic;
	font-weight: bold;
	color: #C2001D;
	text-transform: uppercase;
}
#legal img {
	float: left;
}
#legal {
	float: left;
	margin-left: 50px;
	width: 350px;
	height: 70px;
}
#doc {
	float: right;
	height: 50px;
	margin-right: 50px;
	width: 150px;
}
#doc img {
	float: left;
}
#doc a {
	margin-top: 4px;
	color: #E99BA1;
	font-size: 11px;
}
#doc a:hover {
	color: #DB0222;
}

#menu {
	height: 223px;
	width: 190px;
	margin-left: 52px;
	margin-top: 84px;
}

.clear {
	clear: both;
}
