﻿html, body, #holder {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #holder { height: auto;}

body { 
    margin:0;
    padding:0;
    font-family: Tahoma, sans-serif;
}

#holder { 
    position: absolute;
    top: 0;
    left: 0;
}

#header {
    position: absolute;
    margin-left: 30px;
    width: 820px;
    z-index: 3;
}

#nav {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    height: 137px;
    width: 100%;
    z-index: 0;
    background: url(../images/title_bar.gif);
}

.main_nav {
    position: absolute;
    width: 840px;
    top: 130px;
    color: white;
    z-index: 4;
}

.main_nav a {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.main_nav a:hover {
    text-decoration: underline;
}

.sub_nav {
    position: absolute;
    width: 840px;
    top: 145px;
    color: red;
    z-index: 4;
}

.sub_nav a {
    font-size: 11px;
    font-weight: bold;
    color: red;
    text-decoration: none;
}

.sub_nav a:hover {
    text-decoration: underline;
}

#news_top {
    display: block;
    position: absolute;
    top: 160px;
    left: 0;
    width: 257px;
    height: 8px;
    z-index: 2;
    background: url(../images/news_top.jpg);
}

#news {
    display: block;
    position: absolute;
    top: 168px;
    left: 0;
    width: 263px;
    height: 358px;
    z-index: 1;
    background: url(../images/news_background.jpg) no-repeat;
    overflow: hidden;
}

#news_content {
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    color: black;
}

#news_content a {
    font-size: 15px;
    font-weight: bold;
    color: #6b0000;
    text-decoration: none;
}

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

#trial {
    display: block;
    position: absolute;
    top: 530px;
    left: 50px;
    width: 130px;
    height: 196px;
    z-index: 5;
    overflow: hidden;
}

#spacer {
    height: 210px;
}

#content {
    width: 525px;
    /*height: expression('450px');*/
    min-height: 450px;
    margin-left: 225px;
    margin-bottom: 60px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-right: 15px;
    background: #d6d6d6;
    border: black solid 1px;
    font-size: 14px;
    color: #6b0000;
}

#content a {
    font-weight: bold;
    color: #6b0000;
    text-decoration: none;
}

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

.content_title {
    font-size: 16px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.content_subtitle {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

#footer { 
    position: absolute;
    bottom: 0;
    color: white;
    margin-left: 50px;
    padding: 0;
    width: 739px;
    height: 45px;
    background: url(../images/footer.gif) no-repeat;
    text-align: center;
}

#footer a {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

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