* {
        font-family: Arial;
}

body {
        padding: 0px;
        margin: 0px;
        background-color: #fff;
}

#header {
        width: 700px;
        height: 240px;
        background: url('images/header.gif');
}

#logo {

        padding-top: 60px;
        padding-left: 18px;

}

#add        {
                width:700px;
                float:left;


                }

#title {
        font-family: Verdana;
        font-size: 24px;
        color: #555353;
        font-weight: normal;
        text-align: left;
}

#slogan {

        padding-left: 21px;

}

#slogantext {
        font-family: tahoma;
        font-size: 13px;
        color: #555353;
        text-align: left;

}

#latest_article {
        font-size: 21px;
        color: #000;
        height: 21px;
        background: url('images/latest_article.gif');
}


#linkswraper{

}

#links {
        padding-left: 20px;
        text-transform:capitalize;
}

#links a {
        font-size: 12px;
        color: #555353;
        display: block;
        text-transform:capitalize;
}

#links_header {
        color: #000;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        background: url('images/links.gif');
        margin: 0px;
        height: 21px;
        margin-bottom: 7px;
        text-transform:capitalize;

}

#content {
        font-size: 12px;
        color: #333;
        padding: 5px;
        padding-top: 0px;
}

#content h1 {
        font-size: 20px;
        font-weight: normal;
        color: #555353;
}

#footer {
    font-family: verdana;
        font-size: 10px;
        color: #B6B6B6;
        background: url('images/footer.gif');
        height: 21px;
        padding-right: 5px;

}

#footer a {
        font-size: 12px;
        color: #fff;
}

.rss {
                font-size:10px;
                font-family:"Courier New", Courier, mono;
                padding-left:25px;

                }

#links2 {
position:absolute;
top:0px;
left:-400px;
width:750px;
height:50px;
}