* {
  margin:0px;
  padding:0px; 
}

body {	
	text-align: left;
	font-family: verdana, sans-serif;
	color: black;
	font-size: 11px;
	height: 100%;
	
	background-color: white;
	background-image: url(../img/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

a {text-decoration: none;color: black;}
a:visited {text-decoration: none;color: black;}
a:hover {text-decoration: none;color: black;}

img
{
	border: 0px;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto;
	width: 800px;
	background-position: 0px 180px;
	background-repeat: repeat-x;
}

#top {
  width:800px;
  height:180px;
	background-position: top;
	background-repeat: no-repeat;
}

#left {
  width:170px;
  float:left;
  color:white;
  font-size:10px;
}

#left a {text-decoration: none;color: white;}
#left a:visited {text-decoration: none;color: white;}
#left a:hover {text-decoration: none;color: white;}

#right {
  width:630px;
  float:left;
  background-color: white;
	background-image: url(../img/bg-right.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom:20px;
	overflow:hidden;
}

#logo {
  margin:10px 0px 15px 9px;
}

#left ul {
  list-style-type: none;
  margin-bottom:10px;
}

#left li {
  padding: 1px 12px 1px 12px;
}

#left .lir {
  padding-left:17px;
}

#left .lirr {
  padding-left:25px;
}

#footer {
  margin-top:30px;
  padding-top:10px;
  width:630px;
  height:25px;
	background-image: url(../img/line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color:#888888;
	font-size:9px;
}
#footer #author {
	text-indent: -9999em;
}
#footer a {
  color:#888888 !important;
}

.eshop {
  margin-left:8px;
}

table {
  width:580px;
}

td {
  font-weight: bold;
}
