*
{
    margin: 0;
    padding: 0;
}
body
{
    background: #730606 url(images/bg.jpg) repeat-y top center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #222;
}
a
{
    text-decoration: none;
    color: #730606;
}
a:hover
{
    text-decoration: underline;
    color: #111;
}

#wrap
{
    margin: 0 auto;
    width: 800px;
}
h2
{
    color: #730606;
}
#address
{
    float: right;
    padding: 100px 0 0 170px;
    text-align: left;
    font-size: 9px;
    color: Gray;
}
.indent{margin-left:19px;}
#header
{
    height: 170px;
    width: 600px;
}

#header h1
{
    font-size: 25px;
    letter-spacing: -1px;
    padding: 25px 0 0 0;
    color: #fff;
}
#header h1 a
{
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: -2px;
}
#header h1 a:hover
{
    color: #111;
}
#header h2
{
    font-size: 9px;
    color: #730606;
    padding: 0 0 0 0px;
    font-weight: 100;
}
#menubottom
{
    background: url(images/menubottom.jpg) no-repeat;
    padding: 5px 0 0 0;
    width: 600px;
}
#menu
{
    text-align: center;
    line-height: 20px;
    width: 550px;
}
a.links
{
    padding: 0 24px;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    float: left;
}
li {list-style: square outside; color:#730606;margin-left:20px;}
.blktxt{color: Black;}
#content
{
    padding: 0px;
}
.right
{
    width: 520px;
    text-align: justify;
    padding-top: 60px;
}
.right h2
{
    font-size: 18px;
    font-weight: 100;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
}
.right h2 a
{
    text-decoration: none;
    color: #730606;
}
.right h2 a:hover
{
    color: #111;
}

.left
{
    float: left;
    width: 0px;
    padding-top: 10px;
}
.left h2
{
    margin: 10px 0 0 0;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    color: #fff;
    font-size: 13px;
}
.left ul
{
    padding: 10px 0 15px 20px;
    color: #336699;
}
.left ul li a
{
    text-decoration: none;
    font-weight: 600;
}
.left ul li a:hover
{
}
.articles
{
    padding: 10px;
}

.footer
{
    margin-top: 30px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
    border-top: 1px dotted #aaa;
}
.footer a
{
    color: #aaa;
}
.footer a:hover
{
    color: #111;
}
