/* CSS Document */
*{
padding:0;
margin:0;
}

body{
background-image: url(images/background.png);
background-repeat: repeat-x;
background-color: #2c2919;
}

#wrapper{
width: 811px;
position:absolute;
left:50%;
margin-left:-561px;
}

#header{margin-left:10px;
}

#border-top{
width:811px;
height:10px;
display:inline;
position:relative;
float:right;

}

.float-left{
position:relative;
float:left;
display: inline;
}

.float-right{
position:relative;
float:right;
display: inline;
}

.width{
width:646px;
height:10px;
background-image: url(images/bkralik_06.png);
position:relative;
float:right;
/*display: inline;*/
}

#menu{
width:154px;
position:relative;
float:left;
display: inline;
}

#menu a{
list-style: none outside;
color:black;
text-decoration: none;                     
}

li{
width:139px;
height: 31px;
list-style: none outside;
padding-top:5px;
padding-left:15px;
font-size: 14px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
background-image: url(images/bkralik_09.png);
}

li:hover{
background-image: url(images/bkralik_13.png);
list-style: none outside;
}

#content{
width:627px;
padding:15px;
background-color: #ffffff;
background-image: url(images/bkralik_12.png);
background-repeat: repeat-y;
background-position: right top;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
display:inline;
position:relative;
float:right;
}

.end{
width:646px;
height:15px;
position:relative;
float: right;
  
background-image: url(images/Untitled-1.png);
background-repeat: no-repeat;
background-position: right top;
}

#footer{
width:596px;
height:15px;
background-color: #ffffff;
display: inline;
position:relative;
float:left;
margin-left:-11px;
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
}

#tweet{
width:500px;
background-color: #e6e6e6;
margin:10px;
padding:10px;
margin-left:50px;
}
.date{
position:relative;
float:right;
margin-top:10px;
}

