html,body {
	margin:0;
	padding:0;
	text-align: center;
	background: #ebebeb url(images/bg.png) repeat-x;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
    background-color: #ebebeb;
	text-align: center;
}
a, a:visited, a:active {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    color: #6F000F;
    text-decoration: none;
    font-weight: normal;
}

/*----------------------------------------------------------------------------- 
SZKIELET STRONY
-----------------------------------------------------------------------------*/
div#main {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

div#wrapper{
	width: 900px;
	float: left;
}
div#left{
	float: left;
	width: 195px;
}
div#middle{
	float: left;
	width: 506px;
	padding: 0 2px 0 2px !important;
	padding: 0 2px 0 2px;
}
div#right{
	float: left;
	width: 195px;
}
/*----------------------------------------------------------------------------- 
MENU
-----------------------------------------------------------------------------*/
.menu_box {
	width: 195px;
}
.menu_nav {
	width: 195px;
	height: 30px;
	background-image:url(images/menu_nav.png);
}
.menu_nav_cont {
	color: #FFF;
 	font-weight: bold;
    font-size: 12px;
	padding: 11px 0 0 26px !important;
	padding: 11px 0 0 26px;
	text-align: left;
}
.menu_bg {
	width: 195px;
	height: 27px;
	text-align: left;
	background-image:url(images/menu_bg.png);
}
div.menu_bg:hover {
	width: 195px;
	height: 27px;
	text-align: left;
	background-image:url(images/menu_bg2.png);
}
.menu_bg_cont {
	color: #000;
    font-size: 11px;
	padding: 6px 0 0 26px !important;
	padding: 6px 0 0 26px;
}
/*----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
.cont {
	width: 506px;
	background-image: url(images/cont_bg.png);
}
.justify {
	padding: 2px 6px 0 6px !important;
	padding: 2px 6px 0 6px;
	text-align: left;
}
