a {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #0096FF;
text-decoration: underline;	
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana;
	font-size: x-small;
	color: White;
	background: Black;
}

#wrap {
	margin: 0px auto;
	padding: 0em 0px 0px 0px;
	width: 1024px;
	height: 600px;
}

#header {
	margin: 0px 0em 0px 0em;
	padding: 0;
	height: 223px;
	width: 1024px;
	background: url(../images/p_012.jpg);
	background-repeat: no-repeat;
}

#content_body {
	position: relative;
	width: 100%;
	height: 100%;
}

#leftbar {
	position: absolute;
	left: 0;
	width: 50%;
	padding: 1em 0em 0em 0em;
	width: 434px;
	height: 545px;
	background: url(../images/p_022.jpg);
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	left: 42.3%;
	width: 50%;

	width: 590px;
	height: 29px;
	background: url(../images/p_032.jpg);
	background-repeat: no-repeat;
}

#menu_text {
	text-align: left;
	padding: 1em 1em 1em 45px;
}

#mipiace {
	position: absolute;
	top: 342px;
	left: 451px;
	width: 109px;
	/*background: url(../images/p_0422.jpg);*/
	background-repeat: no-repeat;
	height: 26px;
}

#mipiace_text {
	text-align: left;
	padding: 1em 1em 1em 45px;
}

#content {
	position: absolute;
	left: 42.3%;
	width: 50%;
	top: 4.9%;
	
	width: 590px;
	height: 516px;
	background: url(../images/p_0422.jpg);
	
	background-repeat: no-repeat;
}
#content_text {
	text-align: justify;
	padding: 2.5em 2em 2em 2em;
	width: 510px;
}

