body {
	background: #FFFFFF;
	color: #002180;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#main {
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 760px;
	text-align: left;
	height: 460px;
}

#main_main {
	height: 460px;
}

#top {
	width: 760px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(./pict/top_bg.gif) #FFFFFF top right no-repeat;
	height: 59px;
}

#footer {
	width: 760px;
	clear: both;
	background: url(pict/footer_bg.gif) #FFFFFF top left repeat-x;
	font-size: 9px;
	height: 22px;
}

#footer div {
	width: 300px;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	height: 20px;
}

#footer div#copy {
	float: left;
}

#footer div#ace {
	float: right;
	text-align: right;
}

#obsah {
	width: 760px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(pict/obsah_bg.gif) #FFFFFF top right repeat-y;
}

#obsah #menu {
	width: 580px;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	height: 19px;
}

#obsah #text {
	width: 580px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFFFFF;
}


#obsah #right {
	width: 179px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	background: url(pict/right_bg.gif) #BFD0EA;
}

