			body {
				font-family:candara,verdana;
				background-image: url(../background.jpg);
				background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:top center; 
				color:#2e2e2e;
				
			}	
			
			#mapdiv {
				width:100%;
				height:100%;
				text-align:center;
				margin:0px;
			}
			
			#blok {
				padding-top:24px;
				margin:0px;
				width:678px;
				height:950px;
				margin-left:auto;
				margin-right:auto;
				text-align:center;
				background-image: url(../blok.png);
				background-repeat:no-repeat;
				
			}
			
			#box {
				width:566px;
				height:762px;
				margin-left:auto;
				margin-right:auto;
				text-align:center;
			}
			
			#menu {
				width:562px;
				height:104px;
			}
			
			#contain {
				text-align:left;
				padding-left:10px;
				width:552px;
				height:656px;
				overflow:auto;
			}
				.head {
					font-weight:bold;
					font-size:16pt;
					margin-bottom:2px;
					margin-top:40px;
				}
				
				#textdiv {
					width:544px;
					height:562px;
					overflow:auto;
				}
				
				.bread {
					margin:0px;
					padding-top:8px;
					height:21px;
				}
			
			#menu_links {
				float:right;
				margin-top:80px;
				width:300px;
			}
			
			#menu_links a {
				color:white;
				text-decoration:none;
				font-weight:bold;
				font-size:14pt;
			}
			