* {
	margin: 0;
}

body {
	text-align: center;
	background: #ffffff url(../gfx/top-bg.jpg) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

html, body {
	height: 100%;
}

#header {
	height: 321px;
	background: #222222 url(../gfx/top-big.jpg) no-repeat;
	background-position: top right;
}
#header1 {
	width: 39px;
	height: 321px;
	background: url(../gfx/kartka-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	
}
#header2 {
	width: 235px;
	height: 321px;
	background: #ffffff url(../gfx/menu2-bg.jpg) no-repeat;
	background-position: bottom right;


}

#wrapper {
	position: relative;
	width: 780px;
	font-size: 0.9em;
	margin: 0 auto -50px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -68px; /* the bottom margin is the negative value of the footer's height */
}

#navcontainer ul {
list-style-type: none;
line-height: 28px;
padding-top: 20px;
padding-right: 15px;
text-align: right;
}

#navcontainer ul li a {
font: normal 12px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
color: #888888;
}

#navcontainer ul li a:hover {
color: #A50005;
}


#footer {
	position: relative;
	width: 780px;
	background: #ffffff url(../gfx/stopka.jpg) repeat-x;
	margin: 0 auto;
}
#footer a {
	border: 0;
}
#footer a:hover {
	border: 0;
	color: #A50005;
}
#footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 780px;
	padding: 0;
 	font: 0.9em;
	text-align: center;
}

#footer, #push {
	height: 68px; /* .push must be the same height as .footer */
	clear: both;
}


#menu {
	padding: 0 0 1em;
	font: 1.1em;	
  position: absolute;
	right: 0px;
	top: 291px;
	padding: 8px;
	display: block;
	float: left;
}
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 8px;
}

#menu a {
	color: #666666;
	text-decoration: none;
	font: 1.0em;
	font-weight: bold;
	padding: 7px;

}
.active {
  background: #ffffff;
  padding: 7px;
background: #ffffff url(../gfx/menu-bg.jpg) repeat-x;
}

#gallery {
  background: #ffffff;
  margin: 22px; 
}

#menu a:hover {
	color: #666666;
	background: #ffffff url(../gfx/menu-bg.jpg) repeat-x;
}

p {
  padding: 10px 20px 5px 20px;
	color: #444444;
	text-align: justify;
	font: 1em/1.4em;
}
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #A50005;
		
}
strong {
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em;
}

h1, h2 {
	font-weight: normal;
	color: #666666;
	padding: 10px 20px 0px 20px;
	font: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida;
	letter-spacing: 0.02em;
	font-weight: bold;
}


h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	font-style: italic;
}
hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}


/* Page */
#content {
  padding-top: 60px;
}
#page {
	width: 780px;
	margin: 0 auto;
}

.title {
font-size: 1.1em;

}

#latest-post {
	float: left;
	width: 500px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#recent-posts {
	float: right;
	width: 280px;
	padding: 15px 0px 30px 0px;
	background: url(../gfx/img03.gif) repeat-y;
}
.text {
  width: 225px;
  border: #dddddd 1px solid;
  padding: 0px 0px 5px 0px;
}

.button {
  width: 225px;
  border: #dddddd 1px solid;
  background: #dddddd url(../gfx/menu-bg.jpg) repeat-x;; 
  padding: 0px 0px 5px 0px;
}
.info {
  width: 225px;
  padding: 5px 0px 5px 20px;
  text-align: right;
}


#recent-posts .entry {
	background: url(../gfx/img04.gif) repeat-x left bottom;
	padding: 5px 0px 5px 0px;
}


