body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #333333;
}
table {
	border-collapse: collapse;
	font-size: 11px;
}
td, th {
	vertical-align: top;
	text-align: justify;
}
h1 {
	text-align: left;
	margin-left: 20px;
}
p {
	text-align: justify;
	text-indent: 10px;
}

img {
	border: none;
}
#layout {
	height: 100%;
}

td#header {
	background-color: #8f0000;
	width: 900px;
	height: 150px;
}
div#site-title {
	font-size: 36px;
	font-weight: bold; 
	margin-top: 10px; 
	margin-left: 30px;
	width: 480px;
	float: left;
}

td#header2 {
	background-color: #4b0000;
	height: 40px;
	vertical-align: middle;
	color: #c7c7c7;
}

td.v-sep {
	width: 10px;
	border-left: 1px solid #CCCCCC;
	background-color: #666666;
}

#menu {
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
}
#menu a {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #c7c7c7;
	text-decoration: none;
}
#menu a:hover {
	border-bottom: 1px dashed;
}
#main {
	background-color: #FFFFFF;
	padding: 10px;
}

/*******************************/
div#my-picture {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	border: 2px solid;
	padding: 1px;
}

div#uvod {
	float: left;
	width: 400px;
}

div#cite {
	float: right;
	margin-right: 20px;
}
div.poem-title {
	font-weight: bold;
}
div.sgn {
	text-align: right;
	font-weight: bold;
}

div.picture {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 600px;
}

div.comment {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #a67676;
	width: 600px;
}
div.sep {
	height: 10px;
}
#main a {
	color: #8f0000;
}
.right {
	text-align: right;
}