body {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#container {
	width: 800px;
        height: 1300px;
	background: url("images/bck.jpg") repeat;
    text-align: left;
	margin: 0 auto;
}

#top {
	width: 765px;
	height: 244px;
	background: url("images/top.jpg") no-repeat;
	margin: 0 auto;
}

#top-bottom {
	width: 765px;
	height: 198px;
	background: url("images/top-bottom.jpg") no-repeat;
	margin: 0 auto;
	position: relative;
}

#top-bottom, #top-bottom a {
	font-family: Verdana;
	font-size: 11px;
	color: #676767;
}


#top-menu {
	width: 550px;
	position: absolute;
	left: 120px;
	top: 17px;
}

#top-menu-right {
	text-align: right;
	margin-top: -14px;
}

#left {
    width: 230px;
    float: left;
}

#main a { color:#557b8d; }
#menu {
    width: 205px;
    height: 260px;
    background: url("images/menu.gif") no-repeat;
    font-family: Arial;
    font-size: 12px;
    color: #F3BE06;
    font-weight: bold;
    margin: 20px 0 0 30px;
}

#menu ul {
    margin: 0;
    padding: 60px 0 0 15px;
}

#menu ul li {
	height: 16px;
    list-style-image: url("images/punktor.gif");
	list-style-position: inside;
        
	margin: 5px 0;
}

#right {
	width: 550px;
	float: right;
    padding: 20px 0 0 20px;
}

#content {
    width: 511px;
    background: url("images/content-top.gif") no-repeat;
    padding-top: 7px;
}

#content-real {
    background: url("images/content-real.gif") repeat;
    font-family: Verdana;
    font-size: 11px;
    color: #0C425B;
    padding: 0 10px;
}

#content-bottom {
    width: 511px;
    background: url("images/content-bottom.gif") no-repeat;
    padding-top: 7px;
}

#stopka {
    width: 749px;
    height: 48px;
    background: url("images/stopka.jpg") no-repeat;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    margin: 800 auto;
    padding-top: 19px;
}

