/* ------------------------------------------------------------------ */
/* layout.css                                                         */
/* autor HTML a CSS - Michal Prihoda - http://michalprihoda.cz        */
/* ------------------------------------------------------------------ */
	/* ----- body */
		body {
			font-size: 76%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 0; padding: 0;
			background-color: #fff;
			text-align: center;
			border-top: 15px solid #000051;
		}
	/* end. body */
	
	/* ----- page layout */
		#page {
			width: 905px;
			text-align: left;
			margin: 0 auto;
		}
		#content {
			margin: 20px 0 0 0;
		}
		/* ----- footer */
			#footer {
				border-top:13px solid #000051;
				color: #000051;
				margin: 10em 0 2em 0;
				margin-top:45px;
				position:relative;
				padding-top:5px;
				width:100%;
			}
			#footer p {
				margin: 0; padding: 0;
			}
			#footer p.syndication {
				position:absolute;
				top:1px;
				right:0px;
				font-size: 11px;
				line-height: 15px;
			}
			#footer p.syndication a {
				position:relative;
				top:3px;
			}
			#footer .center {
				text-align: center;
			}
		/* end. footer */
	/* end. page layout */
	
	/* ----- links */
		a {
			color:#e85f05;
			text-decoration:none;
		}
		a:hover {
			text-decoration:underline;
		}
	/* end. links */
