body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em; 
	background-color: #000;
	background-image: url('../images/templatemo_body.jpg');
	background-repeat: repeat
}
a, a:link, a:visited {
  color: #81a039;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/*p { 
  margin: 0 0 20px 0;
  padding: 0;
}*/
img {
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.5em; 
  margin: 10px 0 20px 0;
  padding-bottom: 5px;
}
h2 {
  font-weight: normal;
  line-height: 1.5em;
  margin: 10px 0 30px 0;
  font-weight: normal;
}
#templatemo_wrapper {
	width: 1020px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 170px;
	padding: 10px 60px 70px;
	background: url('../images/templatemo_header.jpg') no-repeat
}
#content {
	width: 900px;
	padding: 0 60px;
	background: #fdffe9 url('../images/templatemo_content.jpg') no-repeat
}
#footer {
	width: 900px;
	height: 320px;
	padding: 0 60px;
	background: url('../images/templatemo_footer.jpg') no-repeat
}
#copyright {
	clear: both;
	text-align: right;
}
/* obsah */
#content p {
  text-align: justify;
}
#content .red {
  color: red;
}
img.fleft {
  border: 0;
  float: left;
  margin: 0 15px 5px 0;
}
img.fright {
  border: 0;
  float: right;
  margin: 0 0 5px 15px;
}
