*
{
	font-family:"Arial CE", "Helvetica CE", arial, helvetica, sans-serif;
	font-size:1em;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:770px;
}

#strecha
{
	background-image: url('./images/strecha.gif');
	background-repeat: no-repeat;
	height:77px;
	width:770px;
}

#levy_sloup
{
	background-image: url('./images/sloup.gif');
	background-repeat: no-repeat;
	float:left;
	height:456px;
	width:148px;
}

#pravy_sloup
{
	background-image: url('./images/sloup.gif');
	background-repeat: no-repeat;
	float:right;
	height:456px;
	width:148px;
}

#obsah
{
	padding:10px;
	text-align:center;
}

h1
{
	color:#FF0000;
	font-size:1.9em;
}

#jmeno
{
	color:#FF0000;
	font-size:1.6em;
	margin-bottom:10px;
	margin-top:30px;
}

#prace
{
	list-style-type:none;
}

#prace li
{
	font-size:1.1em;
	margin-bottom:10px;
}

#reference
{
	margin-top:30px;
}

a:hover
{
	color:red;
}