/* CSS Document 
 * 000
 * fff
 * ccc
 * c30
 * 999
 * FF0000	
 * */
body {
    margin: 0px;
    font-family: Helvetica, Arial, sans-serif
} .header {
    height: 120px;
    background-color: #000000;
    color: #FFFFFF;
    margin: 0px;
} .navigation {
    color: #999999;
    margin-left: 50px;
    font-weight: bold;
    width: 50%;
    padding-top: 10px;
} .nav {
    color: #CCCCCC;
    text-decoration: none;
} .nav:hover {
    color: #CCCCCC;
    text-decoration: none;
} .img_content {
    float: left;
    margin-right: 5px;
    clear: both;
} .logo {
    margin-left: 50px;
} .article_content {
    width: 348px;
    float: right;
    font-size: 11px
} .main_body {
    width: 760px;
} .content_holder {
    width: 470px;
    margin-left: 50px;
    float: left;
    background-color: #FFFFFF;
    margin-top: 20px;
} .sub_content {
    width: 210px;
    float: right;
    background-color: #FFFFFF;
    margin-top: 20px;
    font-size: 12px;
} .hr {
    background-image: url(../images/dot.gif);
    background-repeat: repeat-x;
    height: 1px;
    margin-top: 6px;
} .footer {
    clear: both;
    background-color: #000000;
    min-height: 40px;
    margin-top: 25px;
    padding-left: 50px;
    padding-top: 25px;
    position: relative;
    bottom: 0px;
    font-size: 11px;
    width: auto;
} .disclaimer {
    float: right;
    width: 50%;
    color: #CCCCCC;
    text-align: right;
}

a:link, a:active, a:visited {
    color: #c30;
    text-decoration: none;
	z-index: 1;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
	z-index: 1;
}

h2 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
}

h2 a:link, h2 a:hover, h2 a:visited {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #000;
    margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
    text-decoration: none;
    color: #000;
}

h4 {
    margin: 0;
    color: #000;
    font-size: 12px;
}

h3 {
    margin: 0 0 8px 0;
    color: #999;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h5 {
    margin: 0 0 8px 0;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
