﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
{
    margin-top: 0px;
    background-color: black; /*background-attachment: fixed;background: url(images/page_bg.jpg);*/
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    /*color: #6f6f6f;*/
    color:Silver;
}

hr
{
    color: #808080;
    background-color: #E5E5E5;
    height: 1px;
    border: 0;
}
img
{
    border: 0;
}
/* container */
.website-container
{
    float: left;
    width: 100%;
    height: auto;
    /*border: solid 1px black;*/
}
.content-container
{
    margin-left: auto;
    margin-right: auto;
    width: 870px; /*border: solid 1px black;*/
}
/* bg */

.top-nav-bg
{
    height: 32px;
    width: 766px;
    background-image: url('../images/top-nav-bg.png'); /*background: url(../images/top-menu-bg.gif) repeat-x;*/ /*border: solid 1px orange;*/
}

.banner-1-bg
{
    height: 128px;
    width: 766px;
    background-image: url('../images/banner-1.jpg'); /*border:solid 1px blue;*/
}
.banner-2-bg
{
    height: 34px;
    width: 766px;
    background-image: url('../images/banner-2.png'); /*border:solid 1px blue;*/
}
.banner-2-bg
{
    height: 34px;
    width: 766px;
    background-image: url('../images/banner-2.png'); /*border:solid 1px blue;*/
}
.list-bg
{
    height: 121px;
    width: 271px;
    background-image: url('../images/list-bg.png');
}
.heading-bg
{
    height: 50px;
    width: auto;
    background-image: url('../images/heading-bg.png');
    background-repeat: no-repeat;
}
.heading-style
{
    color: #f8d548;
    font-size: 12px;
    padding-left: 35px;
    padding-top: 20px;
}

.divider-v
{
    height: 266px;
    width: 1px;
    background-image: url('../images/divider-v.png');
    background-repeat: no-repeat;
}
.footer-bg
{
    height: 64px;
    width: 673px;
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.w3c-valid
{
     margin-top:20px;
    text-align:right;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.menu
{
}
.menu a
{
    text-decoration: none;
    font-weight: bolder;
    color: White;
}
.menu a:hover, .menu a:focus
{
    text-decoration: underline;
    font-weight: normal;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.guru
{
    border: solid 4px gray;
    height: auto;
    margin-top: 50px;
    margin-bottom:80px;
}
.bottom-links a{color: black;}