﻿body{
    margin: 0;
	padding: 0;
	background-color: #161616;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cfcfcf;
}
img
{
    text-decoration: none; 
    border: none; 
}
table, td, tr
{
    margin: 0; 
    padding: 0; 
    border-width: 0px;
}

/* CONTAINER ---------------------------------------- */
#container
{
    width: 100%;
	background-image: url('images/circles_black_bg.png');
	background-repeat: no-repeat;
	background-position:center 20px;
	
}
#body_container {
	width: 1050px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
    overflow: hidden;
    height: 100%;
}

#header_container
{
    margin: 0;
	padding: 0;
    width: 100%;
    display: block;
	height: 179px;
    background-image: url('images/header_bg.png');
    background-repeat: repeat-x;
}

#nav_bar_container
{
    width: 1050px;
    height: 65px;
    background-image: url('images/silver_bar.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 130px;
}

/* HEADER -------------------------------------------- */
#header 
{
    text-align: left;
    width: 1050px;
    background-image: url('images/header.png');
    height: 179px;
}

#nav_bar
{

    width: 1050px;
    height: 62px;
    background-image: url('images/silver_bar.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 133px;
}
#nav_bar a
{
    color: #f0f0f0;
}
/*
#nav_bar a:active
{	text-decoration: none;
	color: #42730a;
}
#nav_bar a:link
{	text-decoration: none;
    color: #5f5f5f;
	
}
#nav_bar a:visited
{	text-decoration: none;
    color: #5f5f5f;
}
#nav_bar a:hover
{	text-decoration: none;
	/*color:#F9EC31;*
    color: #42730a;
	background-image: url('images/glow.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#nav_bar a.selected
{
	color: White;
}
*/
#content_main
{
    padding: 0;
    margin: 0;
    display: block;
    width: 870px;
    display: block;
    float: left;

}

#content_others
{
    display: block;
    width: 178px;
    float: left;
    background-color: #2e302f;
    padding: 0;
    margin-top: 18px;
    margin-left: 2px;
    text-align: center;   
}

#footer
{
    font-size: 85%;
    width: 870px;
    color: Gray;
    height: 54px;
    background-image: url('images/red_line.png');
    background-repeat: no-repeat;
    padding-top: 8px;
}

#footer a:active, #footer a:link, #footer a:visited
{	text-decoration: none;
	color: Gray;
}

#footer a:hover
{	text-decoration: none;
	color:#cfcfcf;
}
#footer a.selectedMenu
{
	color: #F9EC31;
}


a:active
{	text-decoration: none;
}
a:hover
{	text-decoration: underline;
	
}
a:link
{	text-decoration: none;
	
}
a:visited
{	text-decoration: none;
	
}


