body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff url('img/main_bg.jpg') no-repeat center 6px;
    margin: 0;
    padding: 0;
    text-align: center;
}

a{
    color: #66d;
}

p{
    color: rgb(102, 102, 102);
    display: block;
    font-family: 'Lucida Grande';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}

li{
    color: rgb(102, 102, 102);
    font-family: 'Lucida Grande';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}

td{
    color: rgb(102, 102, 102);
    font-family: 'Lucida Grande';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}

.myinput{
    width: 300px;
    font-family: 'Lucida Grande';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

h3{
    color: rgb(32, 32, 32);
    display: block;
    font-family: 'Lucida Grande';
    font-size: 18px;
    font-style: normal;
    font-weight: bold;		
}

.column{
    width: 450px;
    text-align: justify;
    padding-bottom: 10px;
}

#pos1{
    padding-top: 220px;
    
}

#wrap{
    text-align: left;
    margin: 0 auto;
    width: 750px;
    padding: 8px 20px;
}

.date{
    color: #ccc;
    text-align: right;
    font-style: italic;
    font-size: 11px;
}

#counters{
    color: #555;
    position: absolute;
    top: 178px;
    font-family: 'Lucida Grande';
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    margin-left: 255px;
    text-align: center;
    width: 460px;
}

#counters a{
    text-decoration: none;
    color: #666;
}

#counters a:hover{
    background: #fee;
    color: #000;
}

#fwrap{
    background: #fff url('img/main_footer.jpg') no-repeat center -3px;
    margin: 0 auto;
    width: 810px;
    padding-left: 20px;
    height: 115px;
    padding-top: 6px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#footer{
    width: 430px;
    height: 80px;
    font-size: 11px;
    color: #666;
    font-weight: normal;
    font-family: 'Lucida Grande';
    padding: 10px 0;     
    margin-left: -350px;
}

html>body #footer{
    margin-left: 0;
}

#footer p{
    font-size: 11px;
}

#footer a{
    color: #66d;
    text-decoration: none;
}

#copyright{
    margin-top: 20px;
    width: 800px;
    font-size: 11px;
    color: #999;
    font-weight: normal;
    font-family: 'Lucida Grande';
    text-align: center;
    margin-bottom: 20px;
}

#column2{
    position: absolute;
    top: 302px;
    margin-left: 500px;
    font-family: 'Lucida Grande';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    width: 240px;
}

h4{
    color: #666;
    border-bottom: 1px solid #ddd;
}

.tagcloud{
    text-align: center;
}

.tagcloud a{
    text-decoration: none;        
    color: #444;
}

.tagcloud a:hover{
    background: #fee;
    color: #000;
}

#menu{
    font-size: 11px;
    color: #999;
    line-height: 31px;
    padding-left: 22px;
}

#menu a{
    color: #555;
    text-decoration: none;
}

#menu a:hover{
    text-decoration: underline;
}

#register{
    position: absolute;
    top: 179px;
    padding-left: 20px;
}

.error{
    border: 1px solid #c00;
    background: #fee;
    padding: 5px;
    text-align: center;
    color: #a00;
    margin-bottom: 10px;
}

.podcast{
    border-top: 1px solid #ccc;
}

.confirm{
    border: 1px solid #0c0;
    background: #efe;
    padding: 5px;
    text-align: center;
    color: #0a0;
    margin-bottom: 10px;
}

li.picon{
    list-style: none;
    margin-left: -20px;
}

.picon{
    background: url('img/podcast.jpeg') no-repeat left center;
    padding-left: 20px;
}

.piconl{
}