
body, td {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #173469;
}


body {
	margin: 0; padding: 0;
	background-color: #fff;
	background-image: url("../../images/background.jpg");
	background-position: left top;
}

h3 {
	font-family:  Georgia, "Times New Roman",Verdana, sans-serif;	
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}


#container {
	margin: 0; padding: 0;
	width: 100%;
	background-image: url("../../images/background_header.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#header {
	width: 800px;
	height: 190px;
}


#content{
	width: 660px;
	margin: 0; padding: 0 20px 0 20px;
	background-image: url("../../images/background_content.png");
	background-repeat: repeat-y;
	background-position: center top;
}
#footer{
	width: 700px; height: 20px;
	margin: 0; padding: 20px 0 0 0;
	background-image: url("../../images/content_bottom.png");
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}



#i_col {
	width: 170px;
	float: left;
}

#navigation {
	text-align: left;
	width: 170px;

}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#navigation li {
	color: #000;
	padding: 3px 0 3px 0;
}

#navigation ul li ul {
	list-style-type: circle;  
	margin: 0 0 0 25px;
}

#navigation a {
	font-family: Georgia, "Times New Roman", sans-serif;	
	font-size: 16px;
	font-weight: normal;
	color: #173469;
	text-decoration: none;
}

#navigation a:hover {
	color: #A41C1E;
}
#navigation ul li ul li a {
	font-size: 14px;
}

#ii_col {
	float: left;
	width: 470px;
	min-height: 260px;
	/* dla IE 6 */
	height: expression(document.body.clientHeight > 260? "260px": "auto" );
	background-image: url("../../images/background_paper.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#ii_col h3 {
	display: block;
	margin: 30px 5px 0 45px;
}
#ii_col h4 {
	font-family:  Georgia, "Times New Roman",Verdana, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	text-decoration: underline;
}
#ii_col div.content {
	padding: 0 5px 0 45px;
}


