/* 
    Document   : style
    Created on : 2009-04-17, 17.24.20
    Author     : paulius
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {margin: 0; padding: 0;}

body {background: #909590;}

p {font-size: 12px; color: #AD1E23;}

img {border: 0}

#conteiner {margin: 0px auto 0px auto; width: 640px; background: url(../../public/images/web/bg.jpg) repeat-y 17px 0;}

#header {width: 640px; background-image: url(../../public/images/web/liuks_header.jpg); height: 97px; }

#time {text-align: right; padding-top: 40px; padding-right: 50px; color: #fff;}

#content {margin: 0 0 0 20px; }

#main {width: 400px; float: left; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; padding-left: 10px;}
#main ul {padding-left: 0px;}
#main li {list-style-type: none;}
#main #pTime {color: red; padding-right: 10px;}
#main #pTitle {color: black;}

#right {padding-top: 10px; float: left; width: 200px;}

.display_inline {display: inline;}
.fl {float:left;}
.footer {
    clear: both; 
    background: #AD1E23;
    left: 17px;
    padding: 5px;
    position: relative; 
    width: 595px;
}

.footer #copyright {
    color: #fff;
    display: inline-block;
    font-size: 11px;  
    left: 80px;
    padding-top: 7px;
    position: relative; 
    vertical-align: text-top;
}

.padding0 {padding-bottom: 10px}