body {
    margin: 0;
    padding: 0;
    background: #120600 url('/www.theoozezone.com/images/bg.jpg') repeat-y;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #ecad75;
}


p a:link {
    color: #ecad75;
    text-decoration: underline;
}

p a:visited {
    color: #ecad75;
    text-decoration: underline;
}


p a:hover {
    color: #f2c9a4;
    text-decoration: none;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
    
    font-family: Times New Roman, Times, serif;
    font-size: 27px;
    color: #ecad75;
    font-weight: normal;
}

h3 {
    font-size: 17px;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
    color: #ecad75;
    text-decoration: none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
    color: #ecad75;
    text-decoration: none;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #f2c9a4;
    text-decoration: underline;
}

div {
    padding: 0;
    margin: 0;
}

div#header
{
    position: absolute;
    left: 0;
    top: 0;
    height: 479px;
    width: 100%;
    background: transparent url('/www.theoozezone.com/images/topbg.jpg') no-repeat;
}

div#headerflash
{
    position: absolute;
    left: 155px;
    top: 0px;
}

div#sidebar
{
    position: absolute;
    left: 751px; 
    top: 254px;
}

div#sidebar_text
{
    position: absolute;
    left: 740px; 
    top: 373px;
    
    background: transparent url('/www.theoozezone.com/images/sidebar_box.jpg') repeat-x;
    width: 162px;
    height: 246px;
}

div#sidebar_text p
{
    font-size: 11px;
    
    padding-left: 5px;
    padding-right: 5px;
}

div#mainbody
{
    position: absolute;
    left: 127px;
    top: 270px;
    width: 602px;
}

div.posttop {
    width: 602px;
    height: 9px;

    background: transparent url('images/box_top.jpg') repeat;
}

div.post {
    width: 602px;
    background: transparent url('/www.theoozezone.com/images/box_bg.jpg') repeat-y;
    margin-bottom: 20px;
}

div.post p {
    font-size: 13px;
    
    padding-left: 8px;
    padding-right: 8px;
}

div.postdate {
    width: 599px;
    height: 22px;
    background: transparent url('/www.theoozezone.com/images/box_bot.jpg') no-repeat;
    text-align: right;
    vertical-align: bottom;
    
    padding-top: 5px;
    padding-right: 3px;
    text-transform: uppercase;
}

input, select {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    background-color: #000;
    color: #ecad75;
    border: #ecad75 1px solid;
}
