body {
	font: 15px arial;
	margin: 0;
	padding: 0;
	height: 100;
	background-color: #f3f3f3;
}

	#header {
		width: 935px;
		height: 230px;
		display: block;
		margin: 0 auto;
	}

		#header p.logo {
			display: inline;
			width: 935px;
			height: 204px;
			float: left;
			margin: 0;
			padding: 0;
		}

			#header p.logo a{
				display: inline;
				width: 935px;
				height: 200px;
				float: left;
				text-indent: -5000px;
				margin-top: 4px;
				background-image: url(../images/MLS_header.png);
			}

		ul#menu {
			list-style-type: none;
			float: left;
			padding: 0;
			clear: left;
			margin: 0px;
			margin-top: 3px;
			width: 935px;
		}
			
			ul#menu li {
				float: left;
				margin: 0px;
				padding: 0px;
				margin-right: 3px;
			}
		
				ul#menu li a {
					padding: 3px;
					height: 35px;
					width: 106px;
					color: black;
					border-style: solid;
					border-width: 1px;
					border-color: black;
					text-decoration: none;
					text-align: center;
					font: 12px arial;
					font-weight: bold;
					display: table-cell;
					vertical-align: middle;
				}
				
				ul#menu li a:hover {
					color: #f3f3f3;
					background-color: #808080;
				}
				
				ul#menu li.last {
					margin-right: 0px;
				}
				
				ul#menu li.last  a{
					width: 108px;
				}
		
	#content, #footer {
		width: 935px;
		display: block;
		margin: 0 auto;
	}
		#content td {
			vertical-align: top;
		}
	
		#content li {
			margin-bottom: 5px;
		}
	
		ul#kontaktne_udaje{
			list-style-type: none;
			padding: 0;
		}
		
		img{
			display: inline;
			margin: 0px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		img.first{
			margin-right: 30px;
		}
		
		p.img_container {
			width: 935;
			text-align: center;
		}
		
	#footer {
		width: 935px;
		height: 230px;
		display: block;
		margin: 0 auto;
		margin-top: 50px;
		padding-top: 6px;
		border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 1px;
		text-align: center;
		font: 10px arial;
		height: 100px;
	}