body {
	margin: 25px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.4em;
	color: #333;
	background: #ddd;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

html>body { 
	font-size: small;
}

#header {
    width: 100%;
    height: 125px;
    color: black;
    font-size: 20pt;
    line-height: 125px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dashed black;
    background: orange url(./poland_hd_image.gif) no-repeat;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	background: white;
	background: url(./poland_bg.png) repeat-y;
	width: 718px;
	height: auto;
	border: 1px solid black;
}
#content {
	float: left;
	margin: 0;
	padding: 20px 20px;
	background: #fff;
	width: 432px;
	/*border-top: solid 1px #bdbdbd;
	border-left: solid 1px #bdbdbd;*/
	
	 /* for IE5/Win */
	 /*
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 462px;*/
}

html>body #content { 
	width: 432px;
}

#rightcol {
	position: relative;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 472px;
	padding: 30px 35px 0 20px;
	color: white; 
	/*background: steelblue;*/
}
	
#rightcol a {
	color: white;
	text-decoration: underline;
}

#rightcol a:hover {
	color: #ccc;
}

#footer {
    clear: both;
    width: 100%;
    background: #ccc;
    color: #666;
    border-top: 1px dashed black;
}
