﻿a, a:active, a:hover, a:link, a:visited
{
    font-weight: bold;
    color: #ff5000;
    text-decoration: none;
}
a:visited
{
    color: #ae4a08;
    text-decoration: none;
}
a:hover
{
    color: red;
    text-decoration: underline;
}

html
{
    background-color: #000000;
    background-repeat: repeat;
    background-image: url(images/background.png);
    height:100%;
    margin:0px;
    padding:0px;
}
body 
{
    width:730px;
    margin:5px auto;
    padding:5px;
    background-color: #000000;
    font-size:medium;
    font-family: "trebuchet ms", helvetica, sans-serif;
    color: #ffffff;
    border:solid 1px white;
}

img
{
  border:solid 1px white;  
}

div
{
   /* overflow:hidden;*/
}

#heading1
{
    border:solid 1px white;background-image:url(images/headerbackgrounds/lightning.jpg);background-repeat:repeat;
}
#heading1 div
{
    margin:5px; border:solid 1px white;width:70px;height:70px;float:left; background-image:url(images/avatars/avatar.gif);
}
#heading2
{
    text-align:center;
}

#heading3
{
    text-align:center;
}

#content
{
    border:solid 1px white;padding:5px;text-align:center;
}
#copyright
{
    text-align:right;color:#aaaaaa;
}
#postcomment
{
    border:solid 1px white;padding:5px;margin:10px;
}
/*p
{
    margin-bottom: 14px;
    text-align: justify;
}

#inner 
{
    padding: 13px 30px 13px 30px;
}

#header
{
    position: relative;
    background: #FF7800;
    margin-bottom:0px;
    height: 55px;
    color: #fff;
    padding-left: 20px;
}

#header h1
{
    font-weight:normal;
    font-size: 23px;
    padding-top:12px;
}

#menu
{
    position: relative;
    background: #46461F;
    height: 47px;
    padding-left:5px;
}

#menu ul li
{
    display: inline;
    line-height: 52px;
    padding-left: 3px;
}

#menu ul li.first
{
    border-left: 0px;
}

#menu ul li a
{
    background-color: transparent;
    padding: 6px 12px 8px 12px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

#menu ul li a:hover
{
    background: #fff;
    color: #4A4A24;
    text-decoration: none;
}

#maincontent
{
    position:relative;
    padding:10px 3px 10px 3px;
}*/
