body
{
  font: 14px Verdana, sans-serif;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
}

#wrapper{
  width: 950px;
  margin-left: auto;
  margin-right:auto;
  height:600px;
}

#header{
  background: url('../images/header_bg.gif') repeat-x;
  margin-top:0px;
  border: 0px solid #000;
  height:170px;
  width:100%;
}

#footer{
  background: #414141;
  text-align:center;
  color: #fff;
  padding: 8px;
}

#footer a{
  color: #fff;
}

#logo_box{
  background: url('../images/logo.gif') no-repeat;
  padding-left:140px;
  border: 0px solid #000;
  width: 640px;
  height:150px;
  margin-left:auto;
  margin-right:auto;
}

#logo{
  width: 134px;
  height:131px;
}

#left{
  background: url('../images/layout_left.jpg') no-repeat;
  width: 276px;
  height:600px;
  float:left;
}

#right{
  border: 0px solid #000;
  width: 664px;
  height:600px;
  float:left;
}

#menu_holder{
  width:100%;
  
}

#menu{
  background: url('../images/menu_bg.gif') no-repeat;
  width: 735px;
  height:41px;
  font: 18px Verdana, sans-serif;
  color: #414141;
  font-weight: bold;
  padding-top:10px;
  text-align:center;
  margin-top: -27px;
  margin-left:auto;
  margin-right:auto;
}

#menu a{
  font-size: 15px;
  text-decoration:none;
  color: #414141;
}

#menu a:hover{
  font-size: 15px;
  text-decoration:none;
  color: #fff;
}

#content{
  background: #fff;
  padding: 15px;
  width: 648px;
  margin-left:auto;
  margin-right: auto;
}

#order_button{
  width: 210px;
  height: 100px;
  color: #eafe39;
  float:right;
  background: #fff url('../images/ledje1.gif') no-repeat;
  margin-left: 8px;
  margin-bottom: 8px;
  padding:5px;
  padding-left: 90px;
}

#order_button span{
  text-align:center;
  width: 294px;
  color: #eafe39;
}

h1{
  font: 40px Verdana, sans-serif;
  color: #e5e5e5;
  font-weight: bold;
}

h2{
  padding:0px;
  font: 20px Verdana, sans-serif;
  color: #5cae47;
  font-weight: bold;
}

h3{
  padding:0px;
  font: 16px Verdana, sans-serif;
  color: #eafe39;
  font-weight: bold;
}

p{
  font-size:16px;
}

th{
  text-align:left;
}


