* {margin: 0; padding: 0;}

body {
 font-family: tahoma, verdana, arial, sans-serif;
 font-size:12px;
 background:  url(tlo.jpg) repeat-x top;
 }
td {
background:url(kreska.gif) no-repeat 20px 30px;
}  
table { margin:0 auto; }
#container {
	width: 790px;
	margin: 0 auto;
	clear:both;
	height: auto;
	}

#header {
	width: 790px;
	height: 116px;
	margin: 0 auto;
}
#main {
	width: 790px;
	height: 770px;
	background: url(main.png) top center no-repeat;
	margin: 0 auto;
}
#menu {
	width: 198px;
	height: 350px;
	float:left;
	margin: 0 0 0 16px;
}

#content {
	width: 550px;
	height: 500px;
	float:right;
	margin: 0 16px 0 0;
}

#content h3 {
	font-size: 1.3em;
	color: #FFF;
	background: none;
	line-height: 1.5em;
}
#content p {
	color: #666666;
	background: none;
	line-height: 1.5em;
	margin: 10px 30px 20px 30px;
	 
}
#content li {
	list-style-image:url(li_left.gif);
	font-size: 1.1em;
	color: #eeeeee;
	background: none;
	margin-left:20px;
	padding:5px 0 5px 0;
	line-height: 1.2em;
}
#content a {color: #C00; font-weight: normal; text-decoration: none;}
#content a:hover {
	color: #666;
	text-decoration: none;
	background:none;
	font-weight:normal;
}
#content ul {margin:0 15px 0 10px; list-style-image:url(li.gif); padding-top:3px; background:none; }

