/* ============================================================================================== */
/* LAYOUT - Jednosloupcový layout na celou šířku s hlavičkou a patičkou */

body { 
	min-width:		990px; 
}

#box_title { 
	height:				152px;
	margin:				18px 0 20px;
	text-align:		center;			/* hack pro IE */
}

#box_content {
	margin:				0 40px;	
}
#box_content p:first-child, #box_content ul:first-child	{
	margin-top:		2em;
}

#box_footer	 {	
	width:				90%;
	margin:				0 auto;
	padding:			1em 0;
}