@charset "utf-8";
body  {
	background: #2d1f1e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d1f1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #2d1f1e;
}

.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 238px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent {
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #container #gallery {
	background-image: url(images/gallery.jpg);
	float: left;
	height: 149px;
	width: 950px;
}

.twoColFixRtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	height: 249px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	width: 920px;
} 
.twoColFixRtHdr #container #menu {
	background-image: url(images/menu.jpg);
	height: 48px;
	float: left;
	background-repeat: no-repeat;
	width: 950px;
	padding-left: 50px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	text-indent:30px;
	line-height: 140%;
}

.twoColFixRtHdr #footer #meniu
{
	padding-top:90px;
	margin-left:60px;
}

.twoColFixRtHdr #footer #meniu a
{	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	text-decoration:none;
	color:#2d1f1e;
	padding-top: 24px;
}

.twoColFixRtHdr #footer #meniu a:hover
{	
	background:transparent url(images/menu_bullet.png) no-repeat;
}

.twoColFixRtHdr #footer #design
{
	margin-top:70px;
	margin-left:690px;
}

.twoColFixRtHdr #footer #design a
{	
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#7a7471;
}

.twoColFixRtHdr #footer #design a:hover
{	
	color:#ffffff;
}
